Learn how to configure Okta SAML 2.0 for Infisical SSO.
Prepare the SAML SSO configuration in Infisical
Create a SAML application in Okta
https://app.infisical.com
with your own domain.id -> user.id
,email -> user.email
,firstName -> user.firstName
lastName -> user.lastName
Retrieve Identity Provider (IdP) Information from Okta
Finish configuring SAML in Infisical
Assign users in Okta to the application
Enable SAML SSO in Infisical
Enforce SAML SSO in Infisical
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 URL of your self-hosted instance of Infisical - should
be an absolute URL including the protocol (e.g. https://app.infisical.com)