You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
@brockallen Thats why I have duplicates? One coming from the ID token and one coming from the userinfo endpoint? It kind of make sense but its not very intuitive. Would it be possible to merge identical claims and return them as an object?
Current behavior
Our ID token contains claims with uri as a key and an object as the value:
For some reason, oidc-client store and return these claims as an array with duplicates:
In the image above, elements at index 0 and 1 are structurally the same.
Expected behavior
Claims should be stored and returned exacly the same as they are in the token.
Environment
"oidc-client": "1.11.5"
The text was updated successfully, but these errors were encountered: