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

# 1. Create the OIDC app (SSO)

### 1.1 Create the OIDC app integration

1. Okta Admin Console: Applications → Applications
2. Click **Create App Integration**
3. Select:
   * OIDC - OpenID Connect
   * Web Application
4. Click **Next**
5. Configure:
   * App integration name: *TOTAL (OIDC SSO)*
   * Grant types: **Authorization Code** and **Client Credentials**
   * Sign-in redirect URI: from the TOTAL Enrollment Console Example: [https://app.yourtotal.com/auth/oidc/callback](https://app.yourtotal.com/auth/oidc/callback)
   * Assignments, controlled access: Skip group assignment for now
6. Click **Save**

### 1.2 Copy values into TOTAL

From the OIDC app’s General tab, copy:

* *Client ID*
* *Client Secret*
  * For the Okta issuer or tenant value, use your Okta domain:
    * Example: [https://mycompany.okta.com](https://mycompany.okta.com) (or your Okta custom domain)

Enter these values in the TOTAL Enrollment Console.

### 1.3 Grant Okta API scope

In the OIDC app:

* Open **Okta API Scopes**
* Grant **okta.users.read**
