SAML2 with Auth0
- 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.
- The
Name
of the applicaiton can be the domain name on which your instance of Engine is located. - Set the
Application Callback URL
to match Engine'sAssertion URL
(e.g. https:///auth/adfs/callback?id=adfs-XXXXXX\ - 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"}}
Last modified 3yr ago