diff --git a/docs/documentation/platform/sso/auth0-saml.mdx b/docs/documentation/platform/sso/auth0-saml.mdx index 22ef00c89..0e5690546 100644 --- a/docs/documentation/platform/sso/auth0-saml.mdx +++ b/docs/documentation/platform/sso/auth0-saml.mdx @@ -62,6 +62,10 @@ description: "Learn how to configure Auth0 SAML for Infisical SSO." ``` Click **Save**. + + + Make sure the `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. + Enabling SAML SSO allows members in your organization to log into Infisical via Auth0.