Authentication

This provider requires authentication.

  • domain: Auth0 Domain (required: True, sensitive: False)
  • token: Auth0 API Token (required: True, sensitive: True)

In workflows

This provider can be used in workflows.

As “step” to query data, example:

steps:
    - name: Query auth0
      provider: auth0
      config: "{{ provider.my_provider_name }}"
      with:
        log_type: {value}  
        previous_users: {value}  

Check the following workflow example:

Connecting with the Provider

The Auth0 provider connects to both the Authentication API and the Management API, enabling functionality such as token-based authentication and user management. Depending on your needs, you can:

  • Use the Authentication API to obtain access tokens, manage user profiles, or handle multi-factor authentication.
  • Use the Management API to automate the configuration of your Auth0 environment, register applications, manage users, and more.

-Auth0 API Documentation -Auth0 as an authentication method for keep