Learn how to configure Auth0 OIDC for Infisical SSO.
Setup application in Auth0
https://app.infisical.com
and the Allowed Callback URL field to https://app.infisical.com/api/v1/sso/oidc/callback
.
Retrieve Identity Provider (IdP) Information from Auth0
Finish configuring OIDC in Infisical
Enable OIDC in Infisical
Enforce OIDC 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)