Fix authc configuration format.
This commit is contained in:
parent
b031f07f1f
commit
0d6010716a
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue