update SAML guide (#19778)

This commit is contained in:
Syed Ali Shahbaz
2025-03-07 09:00:53 +05:30
committed by GitHub
parent c262220f0f
commit 5ef131333d
2 changed files with 16 additions and 11 deletions
@@ -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