> For the complete documentation index, see [llms.txt](https://support.ariglad.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.ariglad.com/settings/how-to-connect-okta-to-ariglad-sso-via-openid-connect.md).

# How to Connect Okta to Ariglad (SSO via OpenID Connect)

You can easily connect Okta as a Single Sign-On (SSO) provider to Ariglad using OpenID Connect (OIDC). This guide walks you through the steps required to complete the integration.

### ✅ Prerequisites

* An admin account on your Okta instance
* Admin access to your Ariglad dashboard
* The following Ariglad Redirect URI: <https://ai.ariglad.com/api/ticketing_integration/sso/redirect/okta> (Lower case o!)

### Step 1: Create a New OIDC App in Okta

1. Log in to your Okta Admin Console.
2. Navigate to:

   Applications → Applications → Create App Integration
3. Choose:
   * Sign-in method: OIDC - OpenID Connect
   * Application type: Web Application
   * Click Next
4. Fill out the following:
   * App name: Ariglad
   * Sign-in redirect URIs: <https://ai.ariglad.com/api/ticketing_integration/sso/redirect/okta> (Lower case o!)
   * Sign-out redirect URIs (optional): You can leave this blank.
   * Assignments: Choose who should be able to use this app.
   * Click Save
5. After creation, note down the following from the Client Credentials tab:
   * Client ID
   * Client Secret
   * Okta Domain (e.g. dev-123456.okta.com)

### Step 2: Connect Okta in Ariglad

1. Visit:

   <https://ai.ariglad.com/knowledge_base/settings>
2. Click Add Integration
3. Choose Okta from the list of providers
4. Enter the following:
   * Subdomain: Your Okta subdomain (e.g. dev-123456)
   * Client ID: From Okta app settings
   * Client Secret: From Okta app settings
5. Click Save


---

# 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:

```
GET https://support.ariglad.com/settings/how-to-connect-okta-to-ariglad-sso-via-openid-connect.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.
