Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.datarm.ai/llms.txt

Use this file to discover all available pages before exploring further.

Supported Providers

Okta

SAML 2.0 and OAuth

Azure AD

SAML and OpenID Connect

Google Workspace

SAML 2.0

Okta Setup

1

Create SAML App

In Okta, create new SAML 2.0 application
2

Configure URLs

  • SSO URL: https://ava.your-domain.com/auth/saml/callback
  • Audience URI: https://ava.your-domain.com
3

Get Metadata

Download SAML metadata from Okta
4

Configure in AVA

ava auth configure saml \
  --provider okta \
  --metadata-url "https://your-domain.okta.com/app/xxx/sso/saml/metadata"

Azure AD Setup

1

Register Enterprise App

In Azure AD, create enterprise application
2

Configure SAML

Set up SAML-based SSO
3

Configure in AVA

ava auth configure saml \
  --provider azure \
  --tenant-id "YOUR_TENANT_ID" \
  --metadata-url "https://login.microsoftonline.com/YOUR_TENANT_ID/federationmetadata/2007-06/federationmetadata.xml"

Next Steps

Authentication

Full authentication guide

User Permissions

Configure permissions