mirror of
https://github.com/byo-software/steam-openid-connect-provider.git
synced 2025-01-09 18:06:22 +00:00
added AlwaysIncludeUserClainInIdToken
This commit is contained in:
parent
0e7206c3b5
commit
fad7a0ba30
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ namespace SteamOpenIdConnectProvider
|
||||||
{
|
{
|
||||||
new Secret(secret.Sha256())
|
new Secret(secret.Sha256())
|
||||||
},
|
},
|
||||||
|
AlwaysSendClientClaims = true,
|
||||||
|
AlwaysIncludeUserClaimsInIdToken = true,
|
||||||
|
|
||||||
// where to redirect to after login
|
// where to redirect to after login
|
||||||
RedirectUris = redirectUri.Split(",").Select(x => x.Trim()).ToArray(),
|
RedirectUris = redirectUri.Split(",").Select(x => x.Trim()).ToArray(),
|
||||||
|
|
Loading…
Reference in a new issue