Skip to main content
All CollectionsIntegrationsSingle Sign-On (SSO)
Setup Single-Sign-On (SSO) via Auth0
Setup Single-Sign-On (SSO) via Auth0

Learn how to setup Single Sign-On (SSO) via Auth0

Wouter Moyaert avatar
Written by Wouter Moyaert
Updated over 2 weeks ago

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.

Did this answer your question?