To configuring SSO for Synthesia:
Step 1: Configure Your Identity Provider (IdP)
Create a SAML 2.0 Application:
Set Required Synthesia-Specific Details:
Single Sign-On URL (Assertion Consumer Service URL):
Audience URI (Entity ID):
urn:amazon:cognito:sp:eu-west-1_7hEawdalF
Name Identifier:
Set the NameID field to the user's email address in lowercase. Ensure it matches the email claim.
Add Required Claims:
Include the following claims in your IdP configuration:
company
email
It has to be in lower case. Use the function
ToLowercase
, often user altogetherToLowercase( user.mail )
It has to have NO namespace
It has to be named
email
. Other variations such asemailaddress
oremail_address
are not valid.
family_name
given_name
picture (optional)
Ensure there is no namespace in the claims (For Azure AD: set the namespace to blank).
Step 2: Share Metadata with Synthesia
Obtain Metadata URL. Your IdP will provide a Metadata URL after configuration.
Send the following details to Synthesia support:
Metadata URL
Identifiers (domains to associate with SAML SSO, e.g., 'example.com')
Step 3: Testing Phase
Synthesia support will process the metadata file and enable a testing phase. During this phase:
Users can still log in with email and password.
SSO login is available for testing.
Test SSO Login by logging out of Synthesia.
Use the unique SSO URL provided by Synthesia support.
Log in via your IdP using your professional email address.
Step 4: Enforce SSO
Confirm that the SSO login works for all test users.
Contact Synthesia support to enforce SSO for your organization. Please provide:
Validation that tests were successful.
A list of domain names managed by your IdP (e.g., 'synthesia.io').
Once enforced, login via email and password will be disabled for all users within your organization.
For additional information see the Synthesia SSO documentation page.
Notes:
To see an example of setting up SSO configuration with Azure AD view the How do I setup Azure AD for SSO Configuration with Synthesia? article.
For general SSO troubleshooting tips, refer to the Why is my SSO not working? guide or contact Synthesia support for assistance.