There can be two possibilities for this error:
- Identity provider configured by you is not passing the email attribute key to Shopify.
- Email value is passed in an attribute key other than “email” key such as NameID, profile, emailid, etc by your IDP.
As email is a required entity in Shopify for account creation as well as login operation, Single Sign On is not successful in this case. To resolve this error, please follow these steps:
-
- Visit the developers console of required IDP.
- Go to the application you configured for setting up Shopify SSO application.
- Go to the attributes section.
- Check if email is present in the attributes list. If not, add an email attribute.
- If email already exists, check the claim name for the email attribute. Copy the name.
- Paste the value in the “Email” field of Attribute mapping section of Single Sign On – SSO application.
- Save your configurations.