You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to replace: @Attribute [Authorize(Roles = "Administrators")]
With the actual Role you have like @Attribute [Authorize(Roles = $"{RoleNames.Admin}
Maybe you can take a look but the AD based app doesn't work
The text was updated successfully, but these errors were encountered: