Skip to main content
Okta Prerequisites: You need to have the follwing roles in Oktato create token.

API Access Management Administrator
Org Administrator Super Administrator Configview Prerequisites: You need to be admin in configview
Header KeyValue
OKTA_ORG_URLThis is your company name in Okta url
OKTA_TOKENOkta Api Token Created
Okta-Setup

✅ Step 1: Create Okta Token

  1. Open the Secret Board in confiview Admin > Secret Board
  2. In the Okta Admin Console, navigate to Security > API.
  3. Click Create Token.
  4. Enter a name for the token.
  5. Document the Token value from the screen that appears.
  6. From the API calls made with this token must originate from dropdown list, select an option to specify where you allow connections to come from. You can add the IP where ConfigView requests will come from for additional security. You’ll need to create a network.
  • NOTE: Please document and store the API token value carefully. If used unauthorized, it cannot be retrieved later and can present a security risk.
Custom Fields Configview was created using default fields. Okta has the ability to create custom fields.
Please reach out to [email protected] to get custom scripts created.
Order of scripts. Some scripts depend on other scripts to be ran before they can run. Below is a dependency table.
Script NameDescriptionDepends On
okta_get_all_usersRetrieves all users from OktaNone
okta_get_appsRetrieves all applications from OktaNone
okta_get_groupsRetrieves all groups from OktaNone
okta_get_devicesRetrieves all devices from OktaNone
okta_get_policiesRetrieves all Sign-on on Policies from OktaNone
okta_get_group_membersRetrieves all group members from all groups from Oktaokta_get_groups
okta_get_device_usersRetrieves all users of Okta Devicesokta_get_all_users, okta_get_devices
okta_get_rolesRetrieves all user roles in OktaNone
okta_get_rulesRetrieves all group rules in OktaNone
okta_get_rules_infoRetrieves information about group rules in Oktaokta_get_rules
okta_print_application_groupsRetrieves all groups from Oktaokta_get_groups
okta_get_app_groupsRetrieves all application Groups from OktaNone
okta_get_groups_appsRetrieves all Sigon on Policies from Oktaokta_get_groups
Here are a few scenarios.