Bug Fix: User Attachment Refs, AD Group Domain
User Attachments updated in the DataStore to reflect new UserId (which includes the domain); AD Groups were using DnsName instead of NetBiosName.
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Disco.Models.Services.Authorization
|
||||
{
|
||||
public interface IRoleToken
|
||||
{
|
||||
AuthorizationRole Role { get; set; }
|
||||
List<string> SubjectIds { get; set; }
|
||||
AuthorizationRole Role { get; }
|
||||
List<string> SubjectIds { get; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user