OpenMetadata/deploy/deploy-on-kubernetes/enable-security/auth0-sso/create-ingestion-service-account.md
2022-03-22 11:44:28 -07:00

2.9 KiB

description
This is a guide to create ingestion bot service account.

Copy of Create Service Account

Step 1: Enable Client-Credential

  • Go to your project dashboard.

Alt text

  • Click on Application > Applicaiton on the left side.

Alt text

  • Select your application from the list.

Alt text

  • Once selected, scroll down until you see Application Properties section.

Alt text

  • In that change Token Endpoint Authentication Method from None to Basic.

Alt text

  • Now scroll further down until you see Addition Settings.

Alt text

  • Click on it and select Grant Types.

Alt text

  • In the grant types, select Client Credentials.

Alt text

  • Once done, click on Save Changes.

Step 2: Authorize the API with our Application.

  • Go to Application > APIs available on the left side.

Alt text

  • You will see the Auth0 Management API.

Alt text

  • Select that API.

Alt text

  • Select Machine to Machine Applications

Alt text

  • You will see your application listed below

Alt text

  • Click on the toggle to authorize.

Alt text

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

Alt text

  • Select which permissions (scopes) should be granted to the client. \

    Click on Update.

Alt text