Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 92f0030

Browse files
committed
Update openid-connect.md
1 parent 036a4c8 commit 92f0030

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/security-configuration/openid-connect.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,15 +310,17 @@ Because Kibana requires that the internal Kibana server user can authenticate th
310310

311311
```yml
312312
basic_internal_auth_domain:
313-
enabled: true
313+
http_enabled: true
314+
transport_enabled: true
314315
order: 0
315316
http_authenticator:
316317
type: basic
317318
challenge: false
318319
authentication_backend:
319320
type: internal
320321
openid_auth_domain:
321-
enabled: true
322+
http_enabled: true
323+
transport_enabled: true
322324
order: 1
323325
http_authenticator:
324326
type: openid

0 commit comments

Comments
 (0)