# Okta

Okta is an Identity Management solution that can be integrated with Firefly to fetch Okta applications, groups, and other assets for governance purposes. This integration enables you to ensure Okta apps have specific settings, maintain a unified view of SaaS app configurations, and monitor and govern your identity management assets.

## Prerequisites

* Okta account with administrative access.
* Ability to generate API tokens.
* Access to Okta API endpoints.
* Required API token permissions for:
  * Users
  * Applications
  * Groups

## Setup Procedure

### 1. Generate Okta API Token

1. Sign in to your Okta account.
2. Navigate to **API > Create Token**.
3. Enter a descriptive name in the Name field.
4. Click **Create Token**.
5. Copy the generated token.

### 2. Configure in Firefly

1. In Firefly, go to **Settings > Integrations**.
2. Click **Add New > Okta**.
3. Enter a descriptive name in the Nickname field.
4. Paste your API token into the API Token field.
5. Enter your Okta account URL in the Base URL field (e.g., dev-12345.okta.com).
6. Click **Next**.
7. Click **Done**.

## Configuration Details

* Firefly scans every 8 hours by default for SaaS data.
* Your Okta configurations list will stay updated automatically.
* You can enforce IaC or policies on your Okta assets.
* Supports monitoring of Okta applications, groups, and user information.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.firefly.ai/integrations/data-sources/okta.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
