2021-08-31 10:17:23 +05:30
|
|
|
---
|
|
|
|
description: This is a guide to create ingestion bot service account.
|
|
|
|
---
|
|
|
|
|
2021-09-01 23:29:30 +00:00
|
|
|
# Create Service Account
|
2021-08-31 10:17:23 +05:30
|
|
|
|
|
|
|
## Step 1: Enable Client-Credential
|
|
|
|
|
|
|
|
* Go to your project dashboard.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
* Click on `Application > Applicaiton` on the left side.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
* Select your application from the list.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
* Once selected, scroll down until you see `Application Properties` section.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
* In that change `Token Endpoint Authentication Method` from None to Basic.
|
|
|
|
|
|
|
|

|
|
|
|
|
2021-11-13 23:03:20 +05:30
|
|
|
* Now scroll further down until you see `Addition Settings`.
|
2021-08-31 10:17:23 +05:30
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
* Click on it and select `Grant Types`.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
* In the grant types, select `Client Credentials`.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
* Once done, click on `Save Changes`.
|
|
|
|
|
|
|
|
## Step 2: Authorize the API with our Application.
|
|
|
|
|
|
|
|
* Go to `Application > APIs` available on the left side.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
* You will see the `Auth0 Management API`.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
* Select that API.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
* Select `Machine to Machine Applications`
|
|
|
|
|
|
|
|

|
|
|
|
|
2021-11-13 23:03:20 +05:30
|
|
|
* You will see your application listed below
|
2021-08-31 10:17:23 +05:30
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
* Click on the toggle to authorize.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
* Once done you will see the down arrow, click on it.
|
|
|
|
|
|
|
|

|
|
|
|
|
2021-11-13 23:03:20 +05:30
|
|
|
* Select which permissions (scopes) should be granted to the client. \\
|
2021-09-01 23:29:30 +00:00
|
|
|
|
2021-11-13 23:03:20 +05:30
|
|
|
Click on `Update`.
|
2021-08-31 10:17:23 +05:30
|
|
|
|
|
|
|

|