Okta
-
Go to your Okta Admin console.
-
In the left sidebar, click on Security and then on API.
-
On the API page, click on Tokens.
-
Click Create token.
-
Create the token and copy the token value.
-
Go to the Settings page in Admyral. Click on Create New Secret in the Secrets section.
-
Give your credential a name, e.g.
Okta
. -
The following secrets structure is expected:
Key | Value |
---|---|
api_key | Paste your API Key here |
domain | Paste your Okta domain here |
- 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