Authentication
Methods
| Method | Description |
|---|---|
| SSO | SAML 2.0 / OIDC via identity provider |
| API Key | Programmatic access |
| OAuth 2.0 | OAuth-based authentication |
| JWT | JSON Web Tokens |
API Key Authentication
ash proai login --api-key YOUR_API_KEY
SSO Configuration
auth:
method: sso
provider: okta
client_id: \
client_secret: \
issuer: https://yourorg.okta.com
`
## See Also
- [SSO Integration](/docs/iam/sso-integration) — SSO setup guide
- [Service Accounts](/docs/iam/service-accounts)