added AlwaysIncludeUserClainInIdToken

This commit is contained in:
Martin 2021-09-09 13:03:32 -03:00
parent 0e7206c3b5
commit fad7a0ba30

View file

@ -20,6 +20,8 @@ namespace SteamOpenIdConnectProvider
{
new Secret(secret.Sha256())
},
AlwaysSendClientClaims = true,
AlwaysIncludeUserClaimsInIdToken = true,
// where to redirect to after login
RedirectUris = redirectUri.Split(",").Select(x => x.Trim()).ToArray(),