You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/security/configuration/saml.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ Requests from the security plugin to the IdP can optionally be signed. Use the f
154
154
155
155
Name | Description
156
156
:--- | :---
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.
158
158
`sp.signature_private_key_password`| The password of the private key, if any.
159
159
`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.
160
160
`sp.signature_algorithm`| The algorithm used to sign the requests. See the next table for possible values.
0 commit comments