Compare commits
No commits in common. "main" and "0.4.0" have entirely different histories.
1 changed files with 0 additions and 6 deletions
|
@ -450,12 +450,6 @@ func (h *ConsentHandler) mapRequestedClaims(
|
|||
for _, claimElement := range []*models.ClaimElement{claims.GetUserInfo(), claims.GetIDToken()} {
|
||||
if claimElement != nil {
|
||||
for k, v := range *claimElement {
|
||||
if v == nil {
|
||||
h.logger.Warn("claim element is nil", "key", k)
|
||||
|
||||
continue
|
||||
}
|
||||
|
||||
if _, ok := supportedClaims[k]; !ok {
|
||||
h.logger.Warn("ignoring unsupported claim", "claim", k)
|
||||
|
||||
|
|
Loading…
Reference in a new issue