From 5ef131333da7138b693bc9a890e3b89ef4938e0d Mon Sep 17 00:00:00 2001 From: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com> Date: Fri, 7 Mar 2025 09:00:53 +0530 Subject: [PATCH] update SAML guide (#19778) --- .../guides/auth-and-provision/sso-setup.mdx | 12 ++++++++---- docs/self-hosting/sso-setup.mdx | 15 ++++++++------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/docs/developing/guides/auth-and-provision/sso-setup.mdx b/docs/developing/guides/auth-and-provision/sso-setup.mdx index 85a219f6a0..4ad832e3c9 100644 --- a/docs/developing/guides/auth-and-provision/sso-setup.mdx +++ b/docs/developing/guides/auth-and-provision/sso-setup.mdx @@ -48,12 +48,16 @@ This guide explains the settings you need to use to configure SAML with your Ide **Assertion Encryption:** Unencrypted +**Name ID Format:** EmailAddress + +**Application username:** email + **Mapping Attributes / Attribute Statements:** -- http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier -> id -- http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress -> email -- http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname -> firstName -- http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname -> lastName +| Name | Name Format | Value | +|:----------|:------------|:---------------| +| firstName | Basic | user.firstName | +| lastName | Basic | user.lastName | ### Setting up OIDC login diff --git a/docs/self-hosting/sso-setup.mdx b/docs/self-hosting/sso-setup.mdx index 5097cfe30e..2e8d365569 100644 --- a/docs/self-hosting/sso-setup.mdx +++ b/docs/self-hosting/sso-setup.mdx @@ -45,15 +45,16 @@ This guide explains the settings you need to use to configure SAML with your Ide **Assertion Encryption:** Unencrypted +**Name ID Format:** EmailAddress + +**Application username:** email + **Mapping Attributes / Attribute Statements:** -http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier -> id - -http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress -> email - -http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname -> firstName - -http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname -> lastName +| Name | Name Format | Value | +|:----------|:------------|:---------------| +| firstName | Basic | user.firstName | +| lastName | Basic | user.lastName | ### Setting up OIDC login