Auth Overview
Complete authentication guide
Auth Modes
Deep dive into all three modes
Progressive Auth
On-demand scope elevation
CIMD
Multi-account disambiguation
Local OAuth
Built-in OAuth 2.1 server
Remote OAuth
External IdP integration
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Three-tier auth model from public access to full OAuth 2.1 orchestration
| Mode | How It Works | Best For |
|---|---|---|
| Public | No auth required, anonymous sessions | Development, testing, public APIs |
| Transparent | Pass-through tokens from external IdPs | Existing Auth0, Okta, Azure AD setups |
| Orchestrated | Full OAuth 2.1 server (local or remote) | Multi-app, federated auth, progressive auth |