Skip to content

Okta

Okta is a comprehensive identity and access management platform that provides organizations with secure, single sign-on capabilities, authentication, and authorization, password management, user provisioning, security and compliance, and mobile device management.

The Okta Application gives you a quick overview of important metrics regarding your okta applications.

Options

  • Name*: Just a simple label to find it easier in the SenHub's interface
  • Description: Description for your own usage only.
  • Vault*: Select the appropriate vault for this resource from the modal.
  • Group: optional — assign this instance to a group to organise it within SenHub.
  • Resource Type*: Choose the appropriate Resource Types from the list box. There are two types of information:
    • Overview — General overview of your okta Resources.
    • Api Tokens — Useful information about the api tokens that you set up in your Okta application.

Example output

The channels returned depend on the selected Resource Type.

For Overview, the connector returns counts of users, groups, active apps and agent pools:

{
  "metrics": [
    { "channel": "Users", "value": 240 },
    { "channel": "Groups", "value": 18 },
    { "channel": "Apps", "value": 32 },
    { "channel": "Agent pools", "value": 2 }
  ],
  "message": "Metrics successfully retrieved.",
  "status": "OK",
  "date": 1725981405127
}

For Api Tokens, the connector returns, for each Okta API token, its expiration date and the number of days remaining before it expires:

{
  "metrics": [
    { "channel": "Automation token - Expiration date", "value": "2026-12-01T00:00:00.000Z" },
    { "channel": "Automation token - Days until expiration", "value": 134 }
  ],
  "message": "Metrics successfully retrieved.",
  "status": "OK",
  "date": 1725981405127
}