Integrations
Okta
Connect Okta

Okta

  1. Go to your Okta Admin console.

  2. In the left sidebar, click on Security and then on API.

Okta Admin Panel > Security > API

  1. On the API page, click on Tokens.

  2. Click Create token.

Okta Create Tokens

  1. Create the token and copy the token value.

  2. Go to the Settings page in Admyral. Click on Create New Secret in the Secrets section.

  3. Give your credential a name, e.g. Okta.

  4. The following secrets structure is expected:

KeyValue
api_keyPaste your API Key here
domainPaste your Okta domain here
  1. Click on the Save button.

Alternatively, you can use the following CLI command structure:

admyral secret set okta_secret --value api_key=your_key_value --value domain=your_domain