@@ -39,10 +39,10 @@ Defaults to `true`, which enables
39
39
<<configuring-stack-security,security auto configuration>>.
40
40
+
41
41
--
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
44
44
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>>.
46
46
--
47
47
48
48
`xpack.security.hide_settings`::
@@ -1694,7 +1694,10 @@ or one of `id_token`, `id_token token` for the implicit flow.
1694
1694
(<<static-cluster-setting,Static>>)
1695
1695
The signature algorithm that will be used by {es} in order to verify the
1696
1696
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
+
1698
1701
// end::rp-signature-algorithm-tag[]
1699
1702
1700
1703
// tag::rp-requested-scopes-tag[]
0 commit comments