Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit a9c22ca

Browse files
author
Jason Leezer
committed
Expand on sp.signature_private_key configuration usage
1 parent 6ba5c0f commit a9c22ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/security/configuration/saml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Requests from the security plugin to the IdP can optionally be signed. Use the f
154154

155155
Name | Description
156156
:--- | :---
157-
`sp.signature_private_key` | The private key used to sign the requests. Optional. Cannot be used when `private_key_filepath` is set.
157+
`sp.signature_private_key` | The private key used to sign the requests or to decode encrypted assertions. Optional. Cannot be used when `private_key_filepath` is set.
158158
`sp.signature_private_key_password` | The password of the private key, if any.
159159
`sp.signature_private_key_filepath` | Path to the private key. The file must be placed under the Open Distro for Elasticsearch `config` directory, and the path must be specified relative to that same directory.
160160
`sp.signature_algorithm` | The algorithm used to sign the requests. See the next table for possible values.

0 commit comments

Comments
 (0)