Hi - under what circumstances will event.user.email
be missing?
I’m my scenario, my auth0 instance is SP and it’s communicating with a Ping Federate IdP.
Thanks
Hi - under what circumstances will event.user.email
be missing?
I’m my scenario, my auth0 instance is SP and it’s communicating with a Ping Federate IdP.
Thanks
The email attribute could be missing in several situations:
To debug this, I’d recommend:
Example of SAML Mapping in Auth0 Dashboard:
Here i mapped email to username which is coming from SAML connection. Similarly, you need to check what property you mapped in Ping Federate for email and accordingly map in SAML connection in Auth0.
Review the Auth0 documentation here for Ping Federate SAML Identity Provider
Hi @rsung,
The reply from @sumansaurav makes good points on addressing the event.user.email
is missing issue you have been encountering.
I believe this may be happening because of the SAML attribute mappings. You can verify that the email address is coming through by checking your logs in the success login events.
If the email address is missing, then it indicates an issue with the SAML enterprise connection configuration.
Let us know if you continue having issues.
Cheers,
Rueben
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.