mirror of
https://github.com/9p4/jellyfin-plugin-sso.git
synced 2026-09-19 13:12:19 +00:00
Added DefaultProvider to PluginConfiguration
This commit is contained in:
@@ -52,6 +52,8 @@ public class SamlConfig
|
||||
[XmlArray("FolderRoleMappings")]
|
||||
[XmlArrayItem(typeof(FolderRoleMap), ElementName = "FolderRoleMappings")]
|
||||
public List<FolderRoleMap> FolderRoleMapping { get; set; }
|
||||
|
||||
public string DefaultProvider { get; set; }
|
||||
}
|
||||
|
||||
[XmlRoot("PluginConfiguration")]
|
||||
@@ -82,6 +84,8 @@ public class OIDConfig
|
||||
public List<FolderRoleMap> FolderRoleMapping { get; set; }
|
||||
|
||||
public string RoleClaim { get; set; }
|
||||
|
||||
public string DefaultProvider { get; set; }
|
||||
}
|
||||
|
||||
public class FolderRoleMap
|
||||
|
||||
Reference in New Issue
Block a user