docs: SCIM provisioning from Okta to ZITADEL (#10437)

Adds a step-by-step guide for configuring SCIM provisioning from Okta
into ZITADEL using a service user with the Org User Manager role,
including authentication options and SCIM endpoint details.

---------

Co-authored-by: Stefan Benz <46600784+stebenz@users.noreply.github.com>
This commit is contained in:
Matías Racedo
2025-08-20 08:58:40 -03:00
committed by GitHub
parent 5e1f0d7e3e
commit 2abcec00e8
5 changed files with 126 additions and 0 deletions

View File

@@ -531,6 +531,12 @@ module.exports = {
},
],
},
{
type: "category",
label: "SCIM v2.0",
collapsed: true,
items: ["guides/integrate/scim-okta-guide"],
},
],
},
{