Skip to main content

Auth0 - User Guide

In this article, you will understand step by step how to easily integrate Scytale with Auth0

Auth0 is a cloud-based authentication and authorization platform that provides secure access, single sign-on (SSO), multi-factor authentication, and identity management for applications and systems.

Permissions for Auth0 Integration

  • read:users

  • read:roles

How to Connect Scytale and Auth0

1. In Scytale, go to 'Integrations'.

2. Search for Render and select 'Connect'.

3. Paste your Client ID, Client Secret and Domain.

4. Add a connection name - this will be used to differentiate between your connections - and then select 'Connect'.

You have now successfully connected to Auth0!

How To Create Auth0 Credentials

  1. Log in to Auth0 Dashboard at https://manage.auth0.com.
    ​

  2. Navigate to Applications > Applications.

  3. Click Create Application.

  4. Select Machine to Machine Applications.

  5. Select Auth0 Management API from the API dropdown.

  6. Grant required scopes:

    1. read:users

    2. read:roles
      ​

  7. Click Authorize.

  8. Copy the Client ID and Client Secret from the application settings.
    ​

  9. Note the Domain (e.g., my-tenant.us.auth0.com) from the application settings.

Did this answer your question?