SSO configuration is available on the Enterprise plan.
Supported Identity Providers
- Okta
- Microsoft Entra ID (Azure AD)
- Google Workspace
- Any SAML 2.0 or OIDC-compliant provider
SAML 2.0 Setup
Create a SAML application in your IdP
In your identity provider, create a new SAML 2.0 application. You’ll need the following Charley values:
| Field | Value |
|---|---|
| ACS URL | https://your-tenant.us.auth0.com/login/callback |
| Entity ID | urn:auth0:charley:<your-org-slug> |
| Name ID format | Email address |
Enter SSO settings in Charley
Go to Settings → SSO in the dashboard and enter:
- IdP Metadata URL or paste the XML directly
- Attribute mapping for email and display name
OIDC Setup
Create an OIDC application in your IdP
Register a new OIDC/OAuth2 application. Set the Redirect URI to:
Enforcing SSO
Once SSO is configured and tested, you can enforce SSO for your organization. When enforced:- Members must authenticate via the IdP — username/password login is blocked.
- New members provisioned by the IdP are automatically added to the organization.