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
When I log in, all user data is stored in session storage, which is fine. Additionally, some information obtained from the access token is stored inside a profile array within it. However, some of the custom added claims are not included.
Hello.
Problem
When I log in, all user data is stored in session storage, which is fine. Additionally, some information obtained from the access token is stored inside a profile array within it. However, some of the custom added claims are not included.
Here is the JWT bearer token as viewed on jwt.io:
I noticed that the
profile
array does not include the following:Is there a way to add these into the
profile
array within an already existing claim?CC: @Pekonije1
The text was updated successfully, but these errors were encountered: