-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
app crashing when no email returned in accesstoken by IDP (AzureAD) #507
Comments
Just a note, apparently Microsoft have different AD subscriptions, based on plan, expensive corporate plan adds email claim correctly but for low cost plan, email claim is added at Since getting email claim consistently is crucial for |
Of course, it will be more than appreciated/welcomed :) |
@xmlking would you mind checking if the issue still persists in 0.32.0? While AzuredAD's email is probably not being populated yet we remove the requirement of having an email so the crash should be gone. |
Yes crash issue is fixed with recent changes |
I am trying hasura-auth with AzureAD, building webapp with
hasura-auth-js
SDK.my app crashing after trying to login with AzureAD SSO. here is the logs
error in hasura-auth logs
webapp crash logs
accesstoken return for AzureAD don't have email at right place
BUT this should not cause server crash...
Tasks
The text was updated successfully, but these errors were encountered: