Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC-2353 add missing configuration options' descrption against SingleSignOn feature. (4.1.0) #575

Open
wants to merge 1 commit into
base: 4.1
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions modules/user-access/pages/sso.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Response> or sending the <LogoutRequest> 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
Expand Down