From 4402158c71948bf75a2f267029126e0da94d094d Mon Sep 17 00:00:00 2001 From: alishaz-polymath Date: Fri, 5 Apr 2024 15:19:48 +0400 Subject: [PATCH] update SSO --- .../quick-start/self-hosting/sso-setup.mdoc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pages/introduction/quick-start/self-hosting/sso-setup.mdoc b/pages/introduction/quick-start/self-hosting/sso-setup.mdoc index f64180c..0c70f4c 100644 --- a/pages/introduction/quick-start/self-hosting/sso-setup.mdoc +++ b/pages/introduction/quick-start/self-hosting/sso-setup.mdoc @@ -26,7 +26,7 @@ Cal.com supports both Security Assertion Markup Language (SAML) and OpenID Conne This guide explains the settings you need to use to configure SAML with your Identity Provider. Once this is set up you should get an XML metadata file that should then be uploaded on your Cal.com self-hosted instance. -> **Note:** Please do not add a trailing slash at the end of the URLs. Create them exactly as shown below. +{% note %}Please do not add a trailing slash at the end of the URLs. Create them exactly as shown below.{% /note %} **Assertion consumer service URL / Single Sign-On URL / Destination URL:** https:///api/auth/saml/callback [Replace the placeholder with the URL for your self-hosted Cal instance] @@ -42,13 +42,15 @@ This guide explains the settings you need to use to configure SAML with your Ide **Mapping Attributes / Attribute Statements:** -http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier -> id +Name ID format -> email +> Identifies the SAML processing rules and constraints for the assertion's subject statement. Use the default value of 'Unspecified' unless the application explicitly requires a specific format. -http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress -> email +Application username -> email +> Determines the default value for a user's application username. The application username will be used for the assertion's subject statement. -http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname -> firstName +firstName (Basic Format) -> firstName -http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname -> lastName +lastName (Basic Format) -> lastName ### Setting up OIDC login