Single Sign-On (SSO)
Single Sign-On (SSO)
Single Sign-On (SSO)

SSO is currently only available for Enterprise customers, and only Workspace admins can enable this feature. To upgrade, get in touch with our sales team.
Single Sign-On (SSO) allows your team to log in to ElevenLabs by using your existing identity provider. This allows your team to use the same credentials they use for other services to log in to ElevenLabs.
Click on your profile icon located in the top right corner of the dashboard, select Workspace settings, and then navigate to the Security & SSO tab.
You can choose from a variety of pre-configured identity providers, including Google, Apple, GitHub, etc. Custom organization SSO providers will only appear in this list after they have been configured, as shown in the “SSO Provider” section.
Next, you need to verify your email domain for authentication. This lets ElevenLabs know that you own the domain you are configuring for SSO. This is a security measure to prevent unauthorized access to your Workspace.
Click the Verify domain button and enter the domain name you want to verify. After completing this step, click on the domain pending verification. You will be prompted to add a DNS TXT record to your domain’s DNS settings. Once the DNS record has been added, click on the Verify button.
If you want to configure your own SSO provider, select the SSO provider dropdown to select between OIDC (OpenID Connect) and SAML (Security Assertion Markup Language).
Important: We do not recommend using Microsoft Entra (formerly Azure AD) with OIDC for SSO. For best compatibility and support, use SAML when integrating with Entra/Azure.
Once you’ve filled out the required fields, click the Update SSO button to save your changes.
Note: Microsoft Entra (Azure AD) is only supported via SAML. OIDC with Entra is not recommended and may result in login issues.
What to fill in on the Entra / Azure side:
https://elevenlabs.io/__/auth/handler
https://eu.residency.elevenlabs.io/__/auth/handlerhttps://in.residency.elevenlabs.io/__/auth/handlerWhat to fill in on the ElevenLabs side:
https://sts.windows.net/{tenant-id}/)For Okta-specific setup steps, field mappings, and troubleshooting notes, see Okta SAML SSO.
What to fill in on the OneLogin side:
https://elevenlabs.io/__/auth/handler
https://eu.residency.elevenlabs.io/__/auth/handlerhttps://in.residency.elevenlabs.io/__/auth/handlerPlease ensure that email and email_verified are included in the custom attributes returned in the OIDC response. Without these, the following errors may be hit:
<saml:Subject> field of the SAML response, make sure <saml:NameID> is set to the email address of the user.