Currently using okta as IDP, here the email attribute sending from okta is Email_Address instead of email for idp initiated SSO , I cant map root email with this custom field Email_Address
I have tried mapping : “email”: “http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress”,
but it doesn’t works on new user creation and user is showing empty email section
Hey @debasish.chakraborty , Welcome to the Auth0 Community.
The mapping, in this case, should look like this:
{
"email": "Email_Address"
}
Let us know if this helps!
Regards,
Sidharth