Disable Pkce requirement

This commit is contained in:
Trojaner 2020-10-08 16:35:26 +03:00
parent 40460a2490
commit 2e89b8cc6e

View file

@ -24,7 +24,7 @@ namespace SteamOpenIdConnectProvider
// where to redirect to after logout
PostLogoutRedirectUris = { logoutRedirectUri },
RequirePkce = false,
AllowedScopes = new List<string>
{
IdentityServerConstants.StandardScopes.OpenId,