mirror of
https://github.com/byo-software/steam-openid-connect-provider.git
synced 2025-01-09 18:06:22 +00:00
Disable Pkce requirement
This commit is contained in:
parent
40460a2490
commit
2e89b8cc6e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ namespace SteamOpenIdConnectProvider
|
|||
|
||||
// where to redirect to after logout
|
||||
PostLogoutRedirectUris = { logoutRedirectUri },
|
||||
|
||||
RequirePkce = false,
|
||||
AllowedScopes = new List<string>
|
||||
{
|
||||
IdentityServerConstants.StandardScopes.OpenId,
|
||||
|
|
Loading…
Reference in a new issue