Skip to content

Commit 88ee47c

Browse files
maramos-elasticjkakavas
authored andcommitted
Fix OIDC documentation settings (#44115)
Current kibana setting is xpack.security.auth.oidc.realm, but the correct one is xpack.security.authc.oidc.realm
1 parent 23d7e30 commit 88ee47c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/docs/en/security/authentication/oidc-guide.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ The three additional settings that are required for OpenID Connect support are s
523523
[source, yaml]
524524
------------------------------------------------------------
525525
xpack.security.authProviders: [oidc]
526-
xpack.security.auth.oidc.realm: "oidc1"
526+
xpack.security.authc.oidc.realm: "oidc1"
527527
server.xsrf.whitelist: [/api/security/v1/oidc]
528528
------------------------------------------------------------
529529

@@ -544,7 +544,7 @@ xpack.security.authProviders: [oidc, basic]
544544
This will allow users that haven't already authenticated with OpenID Connect to
545545
navigate directly to the `/login` page in {kib} in order to use the login form.
546546

547-
`xpack.security.auth.oidc.realm`::
547+
`xpack.security.authc.oidc.realm`::
548548
The name of the OpenID Connect realm in {es} that should handle authentication
549549
for this Kibana instance.
550550

0 commit comments

Comments
 (0)