From ddb416205e503d3928aa6322ad5d4615326f97f4 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 19:50:19 +0000 Subject: [PATCH] docs: capitalize Bearer in SCIM token format example --- dashboard/scim.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/scim.mdx b/dashboard/scim.mdx index 87ff6f3ff4..ffeb38ab56 100644 --- a/dashboard/scim.mdx +++ b/dashboard/scim.mdx @@ -43,7 +43,7 @@ Mintlify's SCIM endpoint works with any SCIM 2.0-compliant identity provider tha In Okta, under **Applications**, click **Browse App Catalog** and search for **SCIM 2.0 Test App (Header Auth)**. This is Okta's standard integration for any SCIM 2.0 API that authenticates with a bearer token. - Under the app's **Provisioning** settings, enter the Mintlify SCIM base URL and bearer token. Format the token as `bearer `. + Under the app's **Provisioning** settings, enter the Mintlify SCIM base URL and bearer token. Format the token as `Bearer `. Under **Provisioning to app**, enable the create, update, and deactivate options you want Okta to manage. Leave **Sync password** off, since Mintlify doesn't use Okta-managed passwords.