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
Fallback on email in the token if Auth0 userinfo fails (#36347)
We fetch userinfo from Auth0 on new accounts. The thing we really need is an email (name + nickname are optional and nice to have).
This isn't possible for some of our external apps (Chef), so fallback on taking the email from the validated access token instead.
GitOrigin-RevId: 8650f40bb0d90456bcfbae1a89f7b8f8ed48d545
0 commit comments