How to setup SSO with Auth0
To enable Single Sign-on through Auth0, you need to have an existing configured application on Auth0. Steps to do this are:
Create a new application for SSO in Auth0:
- Go to Dashboard > Applications > Applications.
- Click Create Application.
- Under Name type in a relevant name for the new application (Instahyre is recommended as the Application Name) and select Regular Web Applications as application type and click Create.
- After this you will be redirected to the application overview and go to tab Addons. Switch on SAML2 - WEB APP
- In tab Settings of the pop-up add the following details:
Application Callback URL: https://www.instahyre.com/saml2/acs/
Settings:
- Scroll down to the bottom of the Settings tab and click Enable.
- Go to the Usage tab and download the Identity Provider Metadata. As a result an XML file will be downloaded.
- Log into Instahyre and go to Integrations > Single Sign On from your admin account
After the metadata file is uploaded, SSO will be enabled.
You can invite users and manage permissions/user settings from your Identity provider
Updated on: 09/11/2022
Thank you!