From 6cf56082bd215e9e930a0be6f1c8d56513845e99 Mon Sep 17 00:00:00 2001 From: Xun Gao Date: Wed, 23 Oct 2024 15:46:02 +0800 Subject: [PATCH] DOC-2353 add missing configuration options' descrption against SingleSignOn feature. --- modules/user-access/pages/sso.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/user-access/pages/sso.adoc b/modules/user-access/pages/sso.adoc index c0e93766..82c5e029 100644 --- a/modules/user-access/pages/sso.adoc +++ b/modules/user-access/pages/sso.adoc @@ -344,6 +344,16 @@ empty. You can use @/cert/file/path to pass the certificate from a file. |Security.SSO.SAML.SignatureAlgorithm |Signature algorithm [rsa-sha1/rsa-sha256/rsa-sha384/rsa-sha512]: default rsa-sha256 |`+rsa-sha256+` + +|Security.SSO.SAML.SP.SignonBinding |SAML protocol binding[POST/Redirect] +to be used when returning the or sending the message. +Its value is `+POST+` in the general case, but `+Redirect+` for IDP ADFS. +|`+POST+` + +|Security.SSO.SAML.SP.LogoutBinding |SAML protocol binding[POST/Redirect] +for the Single Logout Service of the SP. +|`+Redirect+` + |=== == Create user groups with proxy rules to authorize single sign-on users