Single Sign-On (SSO) allows your team to sign in to the Alchemy Dashboard through your Identity Provider (IdP) using a single set of credentials. This improves security and simplifies access management across your organization.
We support SAML 2.0-based SSO for Enterprise customers. This feature is currently in beta and requires manual setup.
To enable SSO for your team, contact [email protected].
To begin setup, you will need:
- An Identity Provider (IdP) that supports SAML 2.0 (e.g., Okta, Entra ID, OneLogin)
- Ability to configure a new SAML application within your IdP
Use the following values:
-
ACS (Assertion Consumer Service) URL:
<https://prod-authchemy.us.auth0.com/login/callback?connection=><connection_name> -
Audience (Entity ID):
urn:auth0:prod-authchemy:<connection_name>
We will provide your unique <connection_name> when you initiate setup and reach out to us.
Your SAML assertion must include:
{
"email": "email",
"name": "firstName",
"given_name": "firstName",
"family_name": "lastName"
}Please send a brief email to [email protected] letting us know you’re ready to share your IdP metadata. We will reply with a secure SendSafely link where you can upload the following:
- Identity Provider SSO URL
- X.509 Certificate
Once setup is complete, users can log in at dashboard.alchemy.com and will be redirected to your Identity Provider.
For questions or support, contact [email protected].