> For the complete documentation index, see [llms.txt](https://support.turngate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.turngate.io/setup/integrations/okta.md).

# Okta

### Setting Up <a href="#setting-up" id="setting-up"></a>

You must have the admin authorization within your Okta account to grant access to our App. If you’re not an admin for your Okta instance, invite your admin on the [User Administration](https://app.turngate.io/users-admin) page.&#x20;

To set up an Okta integration, you will need your sign-in URL and an API token. &#x20;

**Where do I find my Sign-In URL?**

This is the URL you use to sign in to Okta and should look like this:

> [https://my-company-name.okta.com](https://my-company-name.okta.com/)

Enter the whole URL in the *Okta URL* field. Okta has a guide to help you find the sign-in URL if you don't already know it:

> [Quickly Find Your Company's Okta Sign In](https://support.okta.com/help/s/okta-sign-in?language=en_US)

#### Creating an Okta API  token

1. Sign in to your Okta Account. [Need help finding the link?](https://support.okta.com/help/s/okta-sign-in?language=en_US)
2. Navigate from the Admin Console to **Security** > **API**
3. Go to the Tokens tab on the API page
4. Click "Create Token"
5. Name the token and click "*Create Token*"
6. Copy your token value. It will not be saved in your account
7. Return to Turngate App and enter the token value in the *Okta API token* field

### Other Resources

Event Types — [Event Types](https://developer.okta.com/docs/reference/api/event-types/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.turngate.io/setup/integrations/okta.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
