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
Curerntly the generic Oauth provider interrogates the OIDC access token and will potentially query the userinfo endpoint for additional information. We'd like to be able to access data from the ID token as well.
Describe the solution you'd like
If there were a way--via json path or otherwise--to reference attributes from the ID token, that would improve the authentication process and possibilities significantly. The ID token--like the access token--is a standard in OIDC.