Update #43: Disco Administrators are configurable
This commit is contained in:
@@ -11,10 +11,10 @@ namespace Disco.Services.Authorization.Roles
|
||||
{
|
||||
public class RoleToken : IRoleToken
|
||||
{
|
||||
public AuthorizationRole Role { get; set; }
|
||||
public AuthorizationRole Role { get; internal set; }
|
||||
internal HashSet<string> SubjectIdHashes { get; set; }
|
||||
public List<string> SubjectIds { get; set; }
|
||||
public RoleClaims Claims { get; set; }
|
||||
public List<string> SubjectIds { get; internal set; }
|
||||
public RoleClaims Claims { get; internal set; }
|
||||
|
||||
public static RoleToken FromAuthorizationRole(AuthorizationRole Role)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user