API Access Management Administrator Org Administrator Super Administrator Configview Prerequisites: You need to be admin in configview
| Header Key | Value |
|---|---|
| OKTA_ORG_URL | This is your company name in Okta url |
| OKTA_TOKEN | Okta Api Token Created |

✅ Step 1: Create Okta Token
Custom Fields Configview was created using default fields. Okta has the ability to create custom fields.
- Open the Secret Board in confiview Admin > Secret Board
- In the Okta Admin Console, navigate to Security > API.
- Click Create Token.
- Enter a name for the token.
- Document the Token value from the screen that appears.
- 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.
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 Name | Description | Depends On |
|---|---|---|
| okta_get_all_users | Retrieves all users from Okta | None |
| okta_get_apps | Retrieves all applications from Okta | None |
| okta_get_groups | Retrieves all groups from Okta | None |
| okta_get_devices | Retrieves all devices from Okta | None |
| okta_get_policies | Retrieves all Sign-on on Policies from Okta | None |
| okta_get_group_members | Retrieves all group members from all groups from Okta | okta_get_groups |
| okta_get_device_users | Retrieves all users of Okta Devices | okta_get_all_users, okta_get_devices |
| okta_get_roles | Retrieves all user roles in Okta | None |
| okta_get_rules | Retrieves all group rules in Okta | None |
| okta_get_rules_info | Retrieves information about group rules in Okta | okta_get_rules |
| okta_print_application_groups | Retrieves all groups from Okta | okta_get_groups |
| okta_get_app_groups | Retrieves all application Groups from Okta | None |
| okta_get_groups_apps | Retrieves all Sigon on Policies from Okta | okta_get_groups |