> ## Documentation Index
> Fetch the complete documentation index at: https://arize-ax.mintlify.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Setting Up SSO with Okta

> This guide walks you through the process of configuring Single Sign-On (SSO) with Okta for your Arize AX account using SAML 2.0. It also includes Just-In-Time (JIT) user provisioning and role mapping.

# Prerequisites

* Admin access to your Okta instance
* Be ready to share one of the following:
  * A metadata URL
  * A metadata.xml file

# Setting up Arize SSO in Okta (SAML 2.0)

To configure Single Sign-On for Arize in Okta, follow these steps:

### 1. **Create a New SAML 2.0 App in Okta**

* In the Okta Admin Console, go to `Applications > Applications > Create App Integration`
* Select `SAML 2.0` as the sign-in method

### 2. **Enter Arize SAML Settings**

Configure Okta with the following information about the Arize Service.

<Tabs>
  <Tab title="US Client">
    * SSO URL / ACS (Assertion Consumer Service): `https://app.arize.com/auth/v2/saml`
    * URI / EntityID: `https://app.arize.com`
    * UserName / Name ID format: `EmailAddress` (if it's a dropdown) — or `urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress` if the field accepts free text

    If needed for your Identity Provider, Arize SAML metadata.xml can be downloaded from `https://app.arize.com/auth/v2/saml/metadata`
  </Tab>

  <Tab title="EU Client">
    * SSO URL / ACS (Assertion Consumer Service): `https://app.eu-west-1a.arize.com/auth/v2/saml`
    * URI / EntityID: `https://app.eu-west-1a.arize.com/`
    * UserName / Name ID format: `EmailAddress` (if it's a dropdown) — or `urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress` if the field accepts free text

    If needed for your Identity Provider, Arize SAML metadata.xml can be downloaded from `https://app.eu-west-1a.arize.com/auth/v2/saml/metadata`
  </Tab>
</Tabs>

### 3. **Arize SAML Configuration**

Map user attributes as needed and provision the Arize side as shown in the [SAML Configuration](/ax/security-and-settings/sso-and-rbac/saml-configuration) guide.

<Card title="SAML Configuration" icon="gear" href="/ax/security-and-settings/sso-and-rbac/saml-configuration" />
