# Okta SSO Setup

Creating a new Okta App is a quick and easy process.&#x20;

First, log in to your Okta Admin Console.

Under Applications, select Create App Integration

<figure><img src="/files/OFz8Z2n0Zdnbd46mObYS" alt="" width="563"><figcaption></figcaption></figure>

You will want to create an OIDC Web Application

<figure><img src="/files/l61iKevHytbKmUcIHFH9" alt="" width="563"><figcaption></figcaption></figure>

The New Web App Integration form will appear after you click Next

<figure><img src="/files/ZJw21XEa8Gjxj2pY2N0t" alt="" width="563"><figcaption></figcaption></figure>

The important part here is the Sign-In redirect URI, which is:

`https://login.turngate.io/provider/continue`<br>

Under Assignments, Controlled Access, you will want to select either "Limit Access to Selected Groups" and assign group membership now, or "Skip group assignment for now" and come back to this later.

Users will not be able to authenticate to our service if they are not assigned to the Application in Okta. User permissions can be set by an Administrator once they are provisioned in the Application.

Once you click "Save" you will come back to the Application view where your Client ID and Client Secrets are. You will need to provide us with these in order to set up Okta as your SSO.

Reach out to <support@turngate.io> to get the form to securely submit this data.


---

# 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/advanced-setup/enterprise-idp-sso/okta-sso-setup.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.
