Disable consent requirement

This commit is contained in:
Enes Sadık Özbek 2019-05-02 01:03:17 +03:00
parent 521718ec6d
commit 8a27fb262c

View file

@ -13,7 +13,7 @@ namespace SteamOpenIdConnectProxy
ClientId = clientId,
ClientName = "Proxy Client",
AllowedGrantTypes = GrantTypes.Code,
RequireConsent = false,
ClientSecrets =
{
new Secret(secret.Sha256())