OpenMetadata/deploy/deploy-on-kubernetes/enable-security/auth0-sso/create-ingestion-service-account.md
Sriharsha Chintalapani 876ac24e44
Docs (#3276)
* GitBook: [#50] BigQuery, Glue, MSSQL, Postgres, Redshift, Snowflake - V2

* GitBook: [#62] No subject

* GitBook: [#63] No subject

* GitBook: [#64] Beta

* GitBook: [#65] Make Harsha's requested changes to connectors section organization

* GitBook: [#66] Kerberos authentication with Hive

* GitBook: [#67] Fix procedure overview links

* GitBook: [#68] Fix procedure overview links

* GitBook: [#69] correct step reference

* GitBook: [#70] Add Kerberos connection troubleshooting

* updated json schema and schema docs (#3219)

* updated json schema and schema docs

* added glossay to readme

* GitBook: [#72] Metrics & Tests

Co-authored-by: Parth Panchal <parth.panchal@deuexsolutions.com>
Co-authored-by: Shilpa V <vernekar.shilpa@gmail.com>
Co-authored-by: Shannon Bradshaw <shannon.bradshaw@arrikto.com>
Co-authored-by: parthp2107 <83201188+parthp2107@users.noreply.github.com>
Co-authored-by: pmbrull <peremiquelbrull@gmail.com>
2022-03-08 08:13:37 -08: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