Skip to content

Commit 0ef67a3

Browse files
Adam Lockejustincr-elastic
andauthored
List rp.signature_algorithm supported values in docs (#87365) (#87401)
(cherry picked from commit 7b75311) Co-authored-by: Justin Cranford <[email protected]>
1 parent 108d473 commit 0ef67a3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/reference/settings/security-settings.asciidoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ Defaults to `true`, which enables
3939
<<configuring-stack-security,security auto configuration>>.
4040
+
4141
--
42-
If set to `false`, security auto configuration is disabled, which is not
43-
recommended. When disabled, security is not configured automatically when
42+
If set to `false`, security auto configuration is disabled, which is not
43+
recommended. When disabled, security is not configured automatically when
4444
starting {es} for the first time, which means that you must
45-
<<manually-configure-security,manually configure security>>.
45+
<<manually-configure-security,manually configure security>>.
4646
--
4747

4848
`xpack.security.hide_settings`::
@@ -1694,7 +1694,10 @@ or one of `id_token`, `id_token token` for the implicit flow.
16941694
(<<static-cluster-setting,Static>>)
16951695
The signature algorithm that will be used by {es} in order to verify the
16961696
signature of the id tokens it will receive from the OpenID Connect Provider.
1697-
Defaults to `RSA256`.
1697+
Allowed values are `HS256`, `HS384`, `HS512`, `ES256`, `ES384`, `ES512`,
1698+
`RS256`, `RS384`, `RS512`, `PS256`, `PS384`, `PS512`.
1699+
Defaults to `RS256`.
1700+
16981701
// end::rp-signature-algorithm-tag[]
16991702

17001703
// tag::rp-requested-scopes-tag[]

0 commit comments

Comments
 (0)