Skip to content

Commit

Permalink
GUACAMOLE-1372: Document SAML signing and encryption parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
necouchman committed Jun 15, 2024
1 parent d89ab28 commit ebcf59c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/saml-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,18 @@ the scope of this document, and will vary widely based on the IdP in use.
management within Guacamole Client, particularly when layered with other
authentication modules. This property is optional, and defaults to "groups".

`saml-x509-cert-path`
: The path to a certificate that will be used to sign SAML requests before
they are sent to the IdP, enhancing the integrity of the SAML authentication
process. This property is optional, and, if not present, SAML requests
will not be signed.

`saml-private-key-path`
: The path to a private key file to use to encrypt SAML requests sent to the
IdP, enhancing the confidentiality and integrity of the authentication
process. This property is optional, and, if not present, SAML requests
will not be encrypted before they are sent to the IdP.

### Controlling login behavior

```{include} include/sso-login-behavior.md
Expand Down

0 comments on commit ebcf59c

Please sign in to comment.