Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update auth0-access-management.md to include authorization of management API #124447

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions articles/sentinel/data-connectors/auth0-access-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ To integrate with Auth0 Access Management(using Azure Function) (using Azure Fun
Follow the instructions to obtain the credentials.

1. In Auth0 Dashboard, go to **Applications > Applications**.
2. Select your Application. This should be a "Machine-to-Machine" Application configured with at least **read:logs** and **read:logs_users** permissions.
3. Copy **Domain, ClientID, Client Secret**
2. Select your Application. This should be a "Machine-to-Machine" Application authorized to use **Auth0 Management API** (in the _APIs_ section of the application) with at least **read:logs** and **read:logs_users** permissions.
![image](https://github.com/user-attachments/assets/438b74df-94ce-4654-9515-5775e5f15e5a)

4. Copy **Domain, ClientID, Client Secret**


**STEP 2 - Choose ONE from the following two deployment options to deploy the connector and the associated Azure Function**
Expand Down