> For the complete documentation index, see [llms.txt](https://docs.fenixpyre.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fenixpyre.com/fenixpyre-for-admins/admin-dashboard/identity-and-provisioning/saml-single-sign-on-sso-setup/set-up-saml-sso-with-okta.md).

# Set-up SAML SSO with Okta

1. Sign in to your Okta admin portal
2. In the left menu bar, click on Applications tab

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

3. Click on **Create App Integration**

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

4. In the pop-up select **SAML 2.0** and click on **Next**

<figure><img src="/files/2c6SZtprT6Me9AvsYePo" alt=""><figcaption></figcaption></figure>

5. In the **Create SAML Integration** page, provide a name to the application and click **Next**

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

6. At this point you will need the following details from the Anchor admin dashboard
   1. Single sign-on URL
   2. Audience Restriction
7. Login to Fenixpyre admin dashboard
8. Click on Identity & Provisioning under Security option in Settings

<figure><img src="/files/8spelagXHMijPkRfMgc2" alt=""><figcaption></figcaption></figure>

9. Click on **SAML SSO** tab
10. Click on **Add new SAML SSO** -> **Setup Okta SAML SSO**
11. A pop-up window will appear with the following details. Copy **Single Sign On URL** and **Audience Restriction** and click **Next**

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

12. Paste the copied **Single Sign On URL** and **Audience Restriction** into Okta SAML settings page.

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

13. In the **Attribute Statements (optional)** add the following values. Avoid spelling mistakes.

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

14. In the **Group Attribute Statements (optional)** add the following value. Avoid spelling mistakes.

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

15. Click on **Next** and select the following options.
16. Click **Finish**.

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

17. The app is successfully created now. Now click on **Sign On** tab.

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

18. You need the **Sign on URL**, **Sign out URL** and the **X509 certificate** from the Okta portal to finish the setup on Anchor admin dashboard. Follow the video below to finish the setup.

{% embed url="<https://www.loom.com/share/2c6675f0aa7544808f65b87c3d79425d?sid=94a9ea47-5390-44aa-ab04-f2628381daa3>" %}

19. If the setup is successful then you will see the following pop-up.

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


---

# 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.fenixpyre.com/fenixpyre-for-admins/admin-dashboard/identity-and-provisioning/saml-single-sign-on-sso-setup/set-up-saml-sso-with-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.
