File tree 1 file changed +2
-2
lines changed
x-pack/docs/en/security/authentication
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -523,7 +523,7 @@ The three additional settings that are required for OpenID Connect support are s
523
523
[source, yaml]
524
524
------------------------------------------------------------
525
525
xpack.security.authProviders: [oidc]
526
- xpack.security.auth .oidc.realm: "oidc1"
526
+ xpack.security.authc .oidc.realm: "oidc1"
527
527
server.xsrf.whitelist: [/api/security/v1/oidc]
528
528
------------------------------------------------------------
529
529
@@ -544,7 +544,7 @@ xpack.security.authProviders: [oidc, basic]
544
544
This will allow users that haven't already authenticated with OpenID Connect to
545
545
navigate directly to the `/login` page in {kib} in order to use the login form.
546
546
547
- `xpack.security.auth .oidc.realm`::
547
+ `xpack.security.authc .oidc.realm`::
548
548
The name of the OpenID Connect realm in {es} that should handle authentication
549
549
for this Kibana instance.
550
550
You can’t perform that action at this time.
0 commit comments