allow testing resource owner

This commit is contained in:
Paul Schneider
2025-07-30 15:49:15 +01:00
parent 041d70a301
commit e7e5fa4988

View File

@ -58,7 +58,7 @@ public static class Config
ClientName = "Client Credentials Client",
ClientSecrets = { new Secret("511536EF-F270-4058-80CA-1C89C192F69A".Sha256()) },
AllowedGrantTypes = GrantTypes.ClientCredentials,
AllowedGrantTypes = GrantTypes.ResourceOwnerPasswordAndClientCredentials,
AllowedScopes = { "scope1" }
},