mirror of
https://github.com/byo-software/steam-openid-connect-provider.git
synced 2025-01-09 18:06:22 +00:00
Disable consent requirement
This commit is contained in:
parent
521718ec6d
commit
8a27fb262c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ namespace SteamOpenIdConnectProxy
|
|||
ClientId = clientId,
|
||||
ClientName = "Proxy Client",
|
||||
AllowedGrantTypes = GrantTypes.Code,
|
||||
|
||||
RequireConsent = false,
|
||||
ClientSecrets =
|
||||
{
|
||||
new Secret(secret.Sha256())
|
||||
|
|
Loading…
Reference in a new issue