allow testing resource owner
This commit is contained in:
parent
2397fe236d
commit
b1ec2382b0
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ public static class Config
|
||||||
ClientName = "Client Credentials Client",
|
ClientName = "Client Credentials Client",
|
||||||
ClientSecrets = { new Secret("511536EF-F270-4058-80CA-1C89C192F69A".Sha256()) },
|
ClientSecrets = { new Secret("511536EF-F270-4058-80CA-1C89C192F69A".Sha256()) },
|
||||||
|
|
||||||
AllowedGrantTypes = GrantTypes.ClientCredentials,
|
AllowedGrantTypes = GrantTypes.ResourceOwnerPasswordAndClientCredentials,
|
||||||
AllowedScopes = { "scope1" }
|
AllowedScopes = { "scope1" }
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue