Configure SSO for your status page with Auth0

In order to enable your team members and/or status page users to authenticate via Auth0 Single Sign-On, follow these steps:

1. Start by heading to your Statuspal organization's Security tab, enable SAML authentication, and click on New SSO settings.

2. Copy the  ACS URL from your newly created SSO Setting; you'll need it in the next steps.

3. Head over to Auth0, click on Applications, select Applications, then click on Create Application.

4. In the new modal window, enter Statuspal as the name, select Regular Web Applications, and click on Create.

5. Now select the Addons tab and click on SAML2.

6. Under the Usage tab, click on the "Identity Provider Metadata: Download" link

7. Open the downloaded metadata text field with a plain text editor, copy its contents, and paste them onto your Statuspal SSO Settings  IDP metadata field.

8. Back in Auth0, under the Settings tab of your Addon SAML2 modal window, paste your  ACS URL from step 2 onto the Application Callback URL field.

9. Now, under the Settings text field, uncomment the following lines of code:

// "nameIdentifierProbes": [
//   "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier",
//   "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress",
//   "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name"
// ],

And change them so that the line that ends with "emailaddress" is the first one on the list. It should look like this:

 "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"
 ],<br>

10. Now scroll down and click on Enable.

11. Back in your Statuspal SSO setting, click on Test SAML Configuration to make sure the configuration worked. You should see a success message like this:

12.  You should now be able to check the Require SSO checkbox to enforce SSO to your team members.




You don't have a Status Page yet? go ahead and create one in seconds at Statuspal.io