For the complete documentation index, see llms.txt. This page is also available as Markdown.

1. Identity & Access

How to manage human and non-human identity across AI platforms, including SSO, SCIM, RBAC, tenant restrictions, domain claiming, and agent service accounts.

Last reviewed: August 18, 2026

Identity is the first control. If you cannot enforce managed login and govern who has access to which AI platforms, every other control is built on sand.

Articles in this section

Frequently asked questions

Is SSO enough to secure an AI platform? No. SSO controls the managed sign-in path. It does not automatically govern personal accounts, API keys, local credentials, workload identities, connector grants, or every hosted execution path. Pair SSO with lifecycle provisioning, tenant restrictions, capability-based roles, credential governance, and tested revocation.

How should agent identity differ from user identity? Use a dedicated, attributable workload identity for unattended or shared work. Give it narrow scopes, short-lived credentials where possible, a named owner, and a separate revocation path. Preserve the initiating user when a person launches the task.

Last updated

Was this helpful?