renaming
This commit is contained in:
parent
24120554e5
commit
36800145d6
5 changed files with 18 additions and 18 deletions
|
@ -105,7 +105,7 @@ func CreateIDToken(ctx context.Context, issuer string, authReq AuthRequest, vali
|
|||
return "", err
|
||||
}
|
||||
claims.SetAccessTokenHash(atHash)
|
||||
if !client.UserInfoInIDToken() {
|
||||
if !client.IDTokenUserinfoClaimsAssertion() {
|
||||
scopes = removeUserinfoScopes(scopes)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue