Skip to content

Commit

Permalink
store id token claims in id_token_claims, id token string in id_token
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Koch committed Jun 16, 2021
1 parent 7adad78 commit bec47c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accesscontrol/oauth2.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func (oa *OAuth2Callback) Validate(req *http.Request) error {
return err
}

tokenData["id_token"] = idtc
tokenData["id_token_claims"] = idtc
}

acMap, ok := ctx.Value(request.AccessControls).(map[string]interface{})
Expand Down

0 comments on commit bec47c5

Please sign in to comment.