- You are an administrator of an Auth0 domain and would like Engine user to be redirected to this Auth0 domain for signup and SSO login.
-
Follow these instructions to create a register a single-page-app for SAML2 SSO using Auth0
-
The
Name
of the applicaiton can be the domain name on which your instance of Engine is located. -
On the
Addons
tab, enable SAML2 Web App and use these steps as a guide. -
Set the
Application Callback URL
to match Engine'sAssertion URL
(e.g. [https:///auth/adfs/callback?id=adfs-XXXXXX](https:///auth/adfs/callback?id=adfs-XXXXXX%29) -
Paste in the below for
Settings
:{ "mappings": { "email": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress", "first_name": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname", "last_name": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname", "login_name": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/windowsaccountname" } }