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

Commit

Permalink
Update openid-connect.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aetter committed May 27, 2020
1 parent 036a4c8 commit 92f0030
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/security-configuration/openid-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,15 +310,17 @@ Because Kibana requires that the internal Kibana server user can authenticate th

```yml
basic_internal_auth_domain:
enabled: true
http_enabled: true
transport_enabled: true
order: 0
http_authenticator:
type: basic
challenge: false
authentication_backend:
type: internal
openid_auth_domain:
enabled: true
http_enabled: true
transport_enabled: true
order: 1
http_authenticator:
type: openid
Expand Down

0 comments on commit 92f0030

Please sign in to comment.