Auth0

- 1.Select Applications
- 2.Create Application
- 3.Name "Zepl"
- 4.Type: "Regular Web Application
- 5.Select Create
In the Application screen, navigate to the "Settings" tab:
- 1.Copy the
Domain
,Client ID
, andClient Secret
or keep for reference in the next section - 2.Set Application Logo:
https://zepl-logo.s3-us-west-1.amazonaws.com/logo_254_256.png
- 3.Set the Application Login URI:
https://app.zepl.com/api/v2/authenticator.identity.zepl/callback/auth0provider
- 4.Set the Allowed Callback URLs:
https://app.zepl.com/api/v2/authenticator.identity.zepl/callback/auth0provider
- 5.Select "Save Changes" at the bottom of the screen
- 1.Navigate to Settings
- 2.Click Authentication
- 3.Select Auth0
- 4.Auth0 URL:
https://{Auth0 Application Domain}/
.- Paste the
Domain
value from the Application you created in the previous section.Note: This MUST contain a trailing slash character (/) at the end of the url. Be sure to include,https://
.
- 5.Client ID: Paste from the application you created in the previous section.
- Example:
d6KWU7RMqQi6LfTlnm6ZywIQSCOrFZCQ
- 6.Client Secret: Paste from the application you created in the previous section.
- Example:
axfS4VpeH3ydkjERD9k6JvZTAZm_Bz23pI58JmRP0UrRdPDr351ESsjkBUIs321sE
- 7.Select Save
- 8.In order to Activate this authentication method, navigate back to the Authentication Provider page > Mouse over the menu icon in the Auth0 Connect row> Select Activate
- 9.Logout then Login to be redirected to Auth0

Last modified 2yr ago