Okta Configurations

Setting up Okta

Metrics monitor need an API token from Okta to access Okta APIs to gather metrics and statistics.

Login to the Okta tenant for which metric monitoring agent is deployed. and go to 'Security > API Tokens'. Click 'Create token' button to generate a token. Provide a name and right zone, so that agent will be allowed to access the Okta.

This token should have role to successfully access following APIs.

/api/v1/apps
/api/v1/hook-keys
/api/v1/idps
/api/v1/authenticators
/api/v1/zones
/api/v1/agentPools
/api/v1/eventHooks
/api/v1/inlineHooks
/api/v1/users
/api/v1/groups

Last updated