The Assertion Consumer Service URL and SSO settings are only available in Enterprise workspaces.
1
Create an Auth0 account
Go to the Auth0 website and create a new account.
2
Create a Regular Web Application
In Auth0, open Applications > Create Application. Enter a name, select Regular Web Application, and save.
3
Open the application Addons
Open the newly created application and navigate to the Addons page.
4
Enable SAML2 WEB APP
Enable the SAML2 WEB APP toggle and switch to the Settings tab.
5
Enter the Assertion Consumer Service URL
In the Name field, enter the Assertion Consumer Service URL. You can find this in the Edplay portal:Workspace Settings > Security > enable the Single Sign On toggle.
6
Edit the JSON config
Edit the JSON config and paste a configuration similar to the following. Make sure your JSON includes three mapping options: Click Save. You should see a green success message.
email, name, and role.7
Copy the Identity Provider Login URL
On the same page, open the Usage tab. Copy the Identity Provider Login URL (the base domain only, for example
https://dev-bxbohzebk6yfmnsa.us.auth0.com/) and paste it into the Edplay portal’s IDP Entity ID field.8
Enter the IDP Service Location
In the IDP Service Location field, enter the full URL. For example:
https://dev-bxbohzebk6yfmnsa.us.auth0.com/samlp/ujE4HtX0VZvyLefpbnLCxvi5pnnVDR499
Enter the IDP SLO Endpoint
In the IDP SLO Endpoint field, paste the logout URL. For example:
https://dev-bxbohzebk6yfmnsa.us.auth0.com/v2/logout10
Download the Identity Provider Certificate
In Auth0, download the Identity Provider Certificate. Open the file in a text editor and copy the full script content.
11
Paste the certificate into Edplay
In your Edplay workspace settings, paste the copied certificate script into the IDP Certificate field.
12
Enable SSO and save
Enable the Allow checkbox and click Save changes.