Fix authc configuration format.

This commit is contained in:
Sebas-h 2021-10-18 12:47:34 +02:00 committed by GitHub
parent b031f07f1f
commit 0d6010716a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -53,10 +53,10 @@ The `authc` section has the following format:
http_enabled: <true|false> http_enabled: <true|false>
transport_enabled: <true|false> transport_enabled: <true|false>
order: <integer> order: <integer>
http_authenticator: http_authenticator:
... ...
authentication_backend: authentication_backend:
... ...
``` ```
An entry in the `authc` section is called an *authentication domain*. It specifies where to get the user credentials and against which backend they should be authenticated. An entry in the `authc` section is called an *authentication domain*. It specifies where to get the user credentials and against which backend they should be authenticated.