mirror of
https://github.com/byo-software/steam-openid-connect-provider.git
synced 2025-01-09 18:06:22 +00:00
Merge pull request #13 from saskenuba/master
Add missing `AlwaysIncludeUserClainInIdToken` to IdentityServerConfig
This commit is contained in:
commit
45c05ac83a
1 changed files with 2 additions and 0 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue