Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
97 changes: 74 additions & 23 deletions product/admin/mcp-server/okta.mdx
Original file line number Diff line number Diff line change
@@ -1,71 +1,120 @@
---
title: Set up the Okta MCP server
description: Create an Okta OAuth app, then register the Okta MCP server in C1 with per-user OAuth and govern the tools your AI clients can call.
description: Create an Okta OIDC app, grant the Okta API scopes C1 needs, and register the Okta MCP server so your AI clients read Okta directory data through governed tools.
og:title: Set up the Okta MCP server

Check warning on line 4 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L4

Did you really mean 'Okta'?
og:description: Create an Okta OAuth app, then register the Okta MCP server in C1 with per-user OAuth and govern the tools your AI clients can call.
og:description: Create an Okta OIDC app, grant the Okta API scopes C1 needs, and register the Okta MCP server so your AI clients read Okta directory data through governed tools.

Check warning on line 5 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L5

Did you really mean 'Okta'?
sidebarTitle: Okta
---

{/* Editor Refresh: 2026-06-11 */}
{/* Editor Refresh: 2026-07-30 */}

<Note>
**Activation required.** AI access management must be enabled for your tenant before you can use it. To get started, [contact the C1 support team](mailto:support@c1.ai) for a walkthrough.

Check warning on line 12 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L12

Did you really mean 'walkthrough'?
</Note>

The Okta MCP server lets you govern access to Okta — users, groups, applications, and other directory data exposed by the Okta Management APIs — as tools your AI clients can call through C1.
The Okta MCP server lets you govern access to Okta directory data — users, groups, applications, devices, and organization configuration exposed by the Okta management APIs — as tools your AI clients call through C1.

Check warning on line 15 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L15

Did you really mean 'Okta'?

Check warning on line 15 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L15

Did you really mean 'Okta'?

Check warning on line 15 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L15

Did you really mean 'Okta'?

Okta authenticates with per-user OAuth (recommended). Each person authorizes with their own Okta account, so every tool call runs under that user's Okta identity and permissions. You can also set it up as a shared service mode, where an administrator authorizes once and all tool calls reach Okta as one identity.
The server is read-only by default: it requests read scopes and exposes read tools. To enable tools that modify Okta, you grant the matching management scopes — see [Okta API scopes](#okta-api-scopes).

Check warning on line 17 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L17

Did you really mean 'Okta'?

## Choose an authentication method

Okta authenticates with per-user OAuth (recommended) or a shared service mode:

Check warning on line 21 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L21

Did you really mean 'Okta'?

- **Per-user OAuth.** Each person authorizes with their own Okta account, so every tool call runs under that user's Okta identity and returns only what their Okta permissions allow.

Check warning on line 23 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L23

Did you really mean 'Okta'?

Check warning on line 23 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L23

Did you really mean 'Okta'?

Check warning on line 23 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L23

Did you really mean 'Okta'?
- **Service mode.** An administrator authorizes once, and every tool call reaches Okta as that single identity.

Check warning on line 24 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L24

Did you really mean 'Okta'?

The Okta API scopes this server uses are **administrator (management) scopes**, and Okta constrains every token by the authorizing account's admin role — a token can hold a scope but still return nothing if that account lacks the matching admin permission.

Check warning on line 26 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L26

Did you really mean 'Okta'?

Check warning on line 26 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L26

Did you really mean 'Okta'?

Choose per-user OAuth when the people using the server are themselves Okta administrators; choose service mode, authorized by a dedicated admin account, when they aren't.

Check warning on line 28 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L28

Did you really mean 'Okta'?

For a deeper comparison of shared versus per-user credentials, see [Configure authentication](/product/admin/mcp-servers#configure-authentication).

## How C1 connects to Okta

Check warning on line 32 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L32

Did you really mean 'Okta'?

C1 hosts the Okta MCP server, so your users' AI clients only ever see MCP tools — they never call Okta directly. When an AI client calls one of these tools, C1 makes the matching request to the Okta API using the credentials you configure here, then returns the result to the AI client.

Check warning on line 34 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L34

Did you really mean 'Okta'?

Check warning on line 34 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L34

Did you really mean 'Okta'?

Check warning on line 34 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L34

Did you really mean 'Okta'?

The credentials you set up below are what C1 uses to call Okta on your users' behalf.

## Before you begin

- AI access management must be enabled for your tenant. See [Enable AI access management](/product/admin/enable-ai-access-management).
- An Okta account with administrator permission to create an OAuth app in the Okta admin console.
- Your Okta instance URL, such as `https://acme.okta.com`.
- An Okta account with administrator permission to create an app integration and grant Okta API scopes in the Okta Admin Console.

Check warning on line 39 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L39

Did you really mean 'Okta'?

Check warning on line 39 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L39

Did you really mean 'Okta'?

Check warning on line 39 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L39

Did you really mean 'Okta'?
- Your Okta organization URL, such as `https://acme.okta.com`.

Check warning on line 40 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L40

Did you really mean 'Okta'?

<Note>
If you don't see **Okta** in your MCP server catalog, [contact the C1 support team](mailto:support@c1.ai) to enable it for your tenant.
</Note>

## Create an Okta OAuth app
## Create an Okta OIDC app

Check warning on line 46 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L46

Did you really mean 'Okta'?

You register one Okta OAuth app, and each user authorizes individually. This keeps every action attributable to the user who took it, with only the access that user already has in Okta. For full details, see Okta's [Create OpenID Connect app integrations](https://help.okta.com/en-us/content/topics/apps/apps_app_integration_wizard_oidc.htm) documentation.
Register one Okta OIDC app that C1 uses to authorize with Okta. For full details, see Okta's [Create OpenID Connect app integrations](https://help.okta.com/en-us/content/topics/apps/apps_app_integration_wizard_oidc.htm) and [OAuth for Okta](https://developer.okta.com/docs/guides/implement-oauth-for-okta/main/) documentation.

Check warning on line 48 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L48

Did you really mean 'Okta'?

Check warning on line 48 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L48

Did you really mean 'Okta'?

Check warning on line 48 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L48

Did you really mean 'Okta's'?

<Steps>
<Step>
In the Okta admin console, go to **Applications** > **Applications** and select **Create App Integration**.
In the Okta Admin Console, go to **Applications** > **Applications** and select **Create App Integration**.

Check warning on line 52 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L52

Did you really mean 'Okta'?
</Step>
<Step>
Select **OIDC - OpenID Connect** as the sign-in method and **Web Application** as the application type, then select **Next**.
</Step>
<Step>
Give the app a recognizable name, such as `C1`.
</Step>
<Step>
Choose **OIDC - OpenID Connect** as the sign-in method and **Web Application** as the application type, then continue.
Set the **Sign-in redirect URI** to exactly `https://accounts.conductor.one/auth/callback`. The value must match exactly — even a trailing-slash difference fails the authorization flow.
</Step>
<Step>
Give the app a recognizable name such as `C1`, and set the **Sign-in redirect URI** exactly to `https://accounts.conductor.one/auth/callback`.
Under **Assignments**, limit who can authorize the app to the administrators who will connect it, then select **Save**.
</Step>
<Step>
Grant the Okta API scopes the server needs, such as read access to users, groups, and apps (for example `okta.users.read` and `okta.groups.read`). Add management scopes only if you need write access.
Open the app's **Okta API Scopes** tab and select **Grant** for each scope the server needs. See [Okta API scopes](#okta-api-scopes) for the recommended set. A scope must be granted here before C1 can request it.

Check warning on line 67 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L67

Did you really mean 'Okta'?
</Step>
<Step>
Save the app, then copy the **Client ID** and **Client Secret**. Okta shows the secret only once.
On the app's **General** tab, copy the **Client ID** and **Client secret**. Okta shows the secret only once.

Check warning on line 70 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L70

Did you really mean 'Okta'?
</Step>
</Steps>

Your Okta OIDC app is ready to connect. Keep the client ID and secret for [Register the Okta MCP server in C1](#register-the-okta-mcp-server-in-c1).

Check warning on line 74 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L74

Did you really mean 'Okta'?

## Okta API scopes

Check warning on line 76 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L76

Did you really mean 'Okta'?

C1 requests these read scopes by default. Together they let the server read the Okta directory and configuration that the tools surface, without granting any write access.

Check warning on line 78 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L78

Did you really mean 'Okta'?

| Scope | Grants read access to |
| :--- | :--- |
| `okta.users.read` | Users' profiles and credentials |
| `okta.groups.read` | Groups and their members |
| `okta.apps.read` | Applications in your Okta organization |

Check warning on line 84 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L84

Did you really mean 'Okta'?
| `okta.devices.read` | Devices and device search |
| `okta.deviceAssurance.read` | Device assurance policies |
| `okta.idps.read` | Identity providers |
| `okta.authenticators.read` | Org authenticators |
| `okta.authorizationServers.read` | Authorization servers |
| `okta.userTypes.read` | User types |
| `okta.networkZones.read` | Network zones |
| `okta.trustedOrigins.read` | Trusted origins |
| `okta.brands.read` | Brands and themes |
| `okta.emailDomains.read` | Email domains |
| `okta.features.read` | Org features |
| `okta.orgs.read` | Organization-specific settings and details |

<Note>
These are Okta **administrator** scopes. Okta limits each token to what the authorizing account's admin role permits, so grant read scopes to an account with a read-capable admin role — for example, a read-only administrator. A token can hold a scope but still return nothing if the account lacks the matching admin permission.

Check warning on line 99 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L99

Did you really mean 'Okta'?

Check warning on line 99 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L99

Did you really mean 'Okta'?
</Note>

To enable tools that **modify** Okta, grant the matching management scope — for example `okta.users.manage` for user writes or `okta.groups.manage` for group writes — on the app's **Okta API Scopes** tab, then add it to the server's scopes in C1. Grant management scopes only where you need write access, and only to an account whose admin role allows those changes.

Check warning on line 102 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L102

Did you really mean 'Okta'?

Check warning on line 102 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L102

Did you really mean 'Okta'?

<Note>
Scope changes take effect the next time a user authorizes. If you add scopes after someone has already connected, they keep their existing grants until they reconnect their Okta account, and tools that need the new scopes return an authorization error until they do.

Check warning on line 105 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L105

Did you really mean 'Okta'?
</Note>

## How Okta credentials are shared

Check warning on line 108 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L108

Did you really mean 'Okta'?

How Okta sees your users' activity depends on the method you chose:

Check warning on line 110 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L110

Did you really mean 'Okta'?

- **Per-user OAuth.** Each user authorizes with their own Okta account, so tool calls run under that user's Okta identity and inherit only the access they already have. Okta attributes each action to the individual user.
- **Service mode.** An administrator authorizes once, so every user's tool calls reach Okta as one shared identity. C1 still attributes each call to the individual user in the [AI tool usage audit log](/product/admin/audit-ai-tool-usage). For a shared setup, authorize from a dedicated service-account user so activity is attributable to C1 rather than a person.
- **Per-user OAuth.** Each user authorizes with their own Okta account, so tool calls run under that user's Okta identity and inherit only the admin permissions they already have. Okta attributes each action to the individual user.

Check warning on line 112 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L112

Did you really mean 'Okta'?

Check warning on line 112 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L112

Did you really mean 'Okta'?

Check warning on line 112 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L112

Did you really mean 'Okta'?
- **Service mode.** An administrator authorizes once, so every user's tool calls reach Okta as one shared identity. C1 still attributes each call to the individual user in the [AI tool usage audit log](/product/admin/audit-ai-tool-usage). Authorize from a dedicated service-account user so activity is attributable to C1 rather than a person.

Check warning on line 113 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L113

Did you really mean 'Okta'?

For how shared and per-user credentials work across MCP servers, see [Configure authentication](/product/admin/mcp-servers#configure-authentication).

## Register the Okta MCP server in C1

Check warning on line 117 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L117

Did you really mean 'Okta'?

With your OAuth app ready, register the server and provide your credentials.

Expand All @@ -74,29 +123,31 @@
Follow [Register an MCP server](/product/admin/mcp-servers#register-an-mcp-server) and select **Okta** from the catalog.
</Step>
<Step>
Enter your Okta instance URL, such as `https://acme.okta.com`.
Enter your Okta organization URL, such as `https://acme.okta.com`.

Check warning on line 126 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L126

Did you really mean 'Okta'?
</Step>
<Step>
When you [configure authentication](/product/admin/mcp-servers#configure-authentication), choose per-user OAuth and enter your OAuth app's **client ID**, **client secret**, and the **scopes** you granted. To use a single shared identity instead, choose **OAuth2 — service mode** and authorize once as an administrator.
When you [configure authentication](/product/admin/mcp-servers#configure-authentication), choose per-user OAuth and enter the OAuth app's **client ID**, **client secret**, and the **scopes** you granted. To use a single shared identity instead, choose **OAuth2 — service mode** and authorize once as an administrator.
</Step>
<Step>
Save your changes. With per-user OAuth, the first time a user calls an Okta tool from their AI client, they're prompted to connect their Okta account.
Select **Save**. With per-user OAuth, the first time a user calls an Okta tool from their AI client, they're prompted to connect their Okta account.

Check warning on line 132 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L132

Did you really mean 'Okta'?

Check warning on line 132 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L132

Did you really mean 'Okta'?
</Step>
</Steps>

The server now appears in your catalog and runs tool discovery against Okta.

Check warning on line 136 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L136

Did you really mean 'Okta'?

## Discover and govern tools

After you register the server, C1 runs tool discovery against Okta. Discovered tools appear on the server's **Tools** tab.

Check warning on line 140 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L140

Did you really mean 'Okta'?

Each tool starts as either **Pending review** or automatically **Approved**, depending on the option chosen when the server was set up or your tenant's default tool settings in **AI** > **MCP** > **Settings**. See [Require tool approval](/product/admin/enable-ai-access-management#require-tool-approval) and [Default tool classification](/product/admin/enable-ai-access-management#default-tool-classification).

Before anyone can call an Okta tool, it must be approved, added to a toolset, and bound to an access profile. Continue to [Govern tools and toolsets](/product/admin/tools-and-toolsets) to set this up.

Check warning on line 144 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L144

Did you really mean 'Okta'?

Check warning on line 144 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L144

Did you really mean 'toolset'?

<Note>
Tool discovery runs even if your credentials are incorrect, so seeing discovered tools doesn't confirm that authentication is working. You confirm your Okta credentials when an approved user successfully calls an Okta tool from their AI client.

Check warning on line 147 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L147

Did you really mean 'Okta'?

Check warning on line 147 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L147

Did you really mean 'Okta'?
</Note>

## Manage your Okta credentials

Check warning on line 150 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L150

Did you really mean 'Okta'?

- **Rotate the OAuth client secret** in your Okta OAuth app under **Applications** > **Applications**, then update the secret on the server's authentication settings in C1.
- **Adjust access** by editing the Okta API scopes granted to the OAuth app in Okta.
- **Rotate the OAuth client secret** in your Okta app under **Applications** > **Applications**, then update the secret in the server's authentication settings in C1.

Check warning on line 152 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L152

Did you really mean 'Okta'?
- **Adjust access** by granting or revoking Okta API scopes on the app's **Okta API Scopes** tab, then updating the scopes in C1 to match. Users reconnect their Okta account for scope changes to take effect.

Check warning on line 153 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L153

Did you really mean 'Okta'?

Check warning on line 153 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L153

Did you really mean 'Okta'?

Check warning on line 153 in product/admin/mcp-server/okta.mdx

View check run for this annotation

Mintlify / Mintlify Validation (conductorone) - vale-spellcheck

product/admin/mcp-server/okta.mdx#L153

Did you really mean 'Okta'?