Open Mochuisle04 opened 1 year ago
Maybe you can take a look but the AD based app doesn't work
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