Learn how to configure Auth0 SAML for Infisical SSO.
Prepare the SAML SSO configuration in Infisical
Create a SAML application in Auth0
<audience-from-infisical>
with the Audience from step 1).firstName
claim is mapped to a valid field of your Auth0 users. If your users don’t have a "given_name"
field available, you can replace it with "name"
or another field that exists in your user profile on the left side of the mapping.Enable SAML SSO in Infisical
Enforce SAML SSO in Infisical
/login/admin
path e.g. https://app.infisical.com/login/admin.AUTH_SECRET
and SITE_URL
environment variable for it to
work:AUTH_SECRET
: A secret key used for signing and verifying JWT. This
can be a random 32-byte base64 string generated with openssl rand -base64 32
.SITE_URL
: The absolute URL of your self-hosted instance of Infisical including the protocol (e.g. https://app.infisical.com)