Auth0 Integration

Integrating with Auth0 can give Rezonate visibility into identities, roles, and posture control detection.

Creating a Service Account In Auth0

  1. Browse to the Auth0 management console, and Create a new Application

  1. Select Machine to Machine

  1. Select Auth0 Management API

  1. Select the following permissions

Scope

read:users

read:client_grants

read:users_app_metadata

read:clients

read:connections

read:resource_servers

read:rules

read:rules_configs

read:hooks

read:actions

read:email_provider

read:stats

read:insights

read:tenant_settings

read:logs

read:logs_users

read:shields

read:anomaly_blocks

read:triggers

read:guardian_enrollments

read:custom_domains

read:email_templates

read:mfa_policies

read:roles

read:prompts

read:branding

read:entitlements

read:organizations_summary

read:authentication_methods

read:organizations

read:organization_members

read:organization_connections

read:organization_member_roles

read:organization_invitations

read:scim_config

read:phone_providers

read:sessions

read:self_service_profiles

read:forms

read:flows

Take Note of the Domain, Client ID, and Client Secret from the basic information.

Integrating In Rezonate

In the integrations page, select Auth0 and fill in the recently noted Auth0 Domain, ClientID, and Client Secret.

Last updated