> For the complete documentation index, see [llms.txt](https://docs.decisionrules.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decisionrules.io/doc/access/cloud/single-sign-on-sso/set-up-okta-sso.md).

# Set up Okta SSO

## **Create Application**

{% hint style="info" %}
We will mostly focus on the minumum required settings&#x20;
{% endhint %}

In the Okta Admin Console navigate to **Applications** -> **Applications**  -> **Create App Integration**.&#x20;

From the methods, select **SAML**.

<figure><img src="/files/qP3uJWsnGpZkCMM7dqZW" alt=""><figcaption></figcaption></figure>

### Step 1

In the first step, you have to set up app name

<figure><img src="/files/53mXCGKWRvva2LKoofQC" alt=""><figcaption><p>Step 1</p></figcaption></figure>

### Step 2

In the second step you have to fill in Single sign-on URL. It is&#x20;

* For the **Single sing-on URL** put the address of your server (API) container with "/saml/callback/{sso\_name}" following.&#x20;
  * example: "*<https://api.sandbox.decisionrules.io/saml/callback/okta\\_test>"*
* For the **Audience URI** you can put in any easily identifiable name.

<figure><img src="/files/ZQRhO9XBDrCX6PK5uDWp" alt=""><figcaption><p>Step 2</p></figcaption></figure>

After creating the configuration, you can download the **certificate** at the Sign on tab. There is also **Sign On Url**.

### Decision Rules SSO setup

{% hint style="info" %}
[Here](/doc/access/cloud/single-sign-on-sso.md#how-do-i-set-up-a-single-sign-on-access-for-my-organization) you can find more info how set up SSO in DR application.
{% endhint %}

<figure><img src="/files/460IA343Mt1sTxJWveUm" alt="" width="375"><figcaption></figcaption></figure>

* Issuer - **Audience URI**
* Entry point - **Sign On URL**
* Callback Url - **Single sign-on URL**
* Certificate - **SAML Certificate**

### Adding Users&#x20;

In the Okta Admin Console go to Assigments tab in Applications -> Applications -> {your\_app}. You can assign users or groups there.


---

# 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://docs.decisionrules.io/doc/access/cloud/single-sign-on-sso/set-up-okta-sso.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.
