Directory Agent: Okta
Caution: This feature is in beta. While we do not expect these interfaces to change, they might. If you have any issues, please report them to help@nametag.co.
Although you can integrate to an Okta directory via the Nametag console. You might want to host your own agent directory agent to let Nametag integrate with your directory. This could be for reasons such as you wish to shield your Okta credentials from Nametag.
Using the nametag cli via the following command:
NAMETAG_AGENT_TOKEN=NAMETAG_AGENT_TOKEN \
OKTA_TOKEN=OKTA_TOKEN \
OKTA_URL=OKTA_URL \
nametag directory agent okta
This will create a new custom directory which can then be used to manage your Okta Directory. The agent will then perform operations on your directory on behalf of Nametag.
You can also invoke an agent with custom logic for a more bespoke behaviour with your directory:
nametag directory agent --command "my-custom-worker"
For more information on how nametag interacts with the worker, refer to this. You can contribute/fork the nametag cli repo.