mirror of
https://github.com/byo-software/steam-openid-connect-provider.git
synced 2025-01-10 02:16: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,
|
ClientId = clientId,
|
||||||
ClientName = "Proxy Client",
|
ClientName = "Proxy Client",
|
||||||
AllowedGrantTypes = GrantTypes.Code,
|
AllowedGrantTypes = GrantTypes.Code,
|
||||||
|
RequireConsent = false,
|
||||||
ClientSecrets =
|
ClientSecrets =
|
||||||
{
|
{
|
||||||
new Secret(secret.Sha256())
|
new Secret(secret.Sha256())
|
||||||
|
|
Loading…
Reference in a new issue