We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294e8fc commit 3b51c18Copy full SHA for 3b51c18
src/IdentityServer4Authentication/Stores/CustomClientStore.cs
@@ -20,12 +20,12 @@ public class CustomClientStore : IClientStore
20
AllowedScopes = new[]
21
{
22
"officeOwner",
23
+ StandardScopes.Roles.Name,
24
25
// Allow these to be requested even though they don't do anything
26
StandardScopes.OpenId.Name,
27
StandardScopes.Email.Name,
28
StandardScopes.Profile.Name,
- StandardScopes.Roles.Name,
29
}
30
31
};
0 commit comments