From c2a7827080d8e4d327c036bc5f35b57aaa701e01 Mon Sep 17 00:00:00 2001 From: carlosmonastyrski Date: Thu, 12 Jun 2025 11:42:41 -0300 Subject: [PATCH] fix(docs): add a tip on Auth0 SAML doc to remind that the mappings could be adapted to the custom settings of the organization --- docs/documentation/platform/sso/auth0-saml.mdx | 4 ++++ 1 file changed, 4 insertions(+) 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.