# 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: 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://support.turngate.io/setup/integrations/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.
