To setup Single Sign-On (SSO) via Auth0 please follow the instructions below
Step 1: Create a “Regular Web Applications” application in Auth0
Step 2: In the Addons tab of the application enable SAML2 WEB APP
Step 3: Define the correct nameIdentifier fields
Configure the necessary nameIdentifier fields:
nameId
emailAddress
name
{
"nameIdentifierFormat": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress", "nameIdentifierProbes": [ "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress", "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier", "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name"
]
}
Step 4: Get the metadata endpoint of Auth0 from Application > Settings > Advance Settings > Endpoints > SAML section > SAML Metadata URL.
Step 5. Enter the SAML Metadata URL into Introw SSO configuration page.
Once your identity provider is prepared, fill in the Metadata URL and Introw will finalise the connection.