Skip to content

Commit b35e9cd

Browse files
Haaroleangitbook-bot
authored andcommitted
GITBOOK-19: Add login_form yaml counterpart config
1 parent 2d19b12 commit b35e9cd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

configuration/authentication/basic-authentication.md

+13
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,17 @@ In order to enable basic username+passworda authentication add these properties:
1212
SPRING_SECURITY_USER_PASSWORD: pass
1313
```
1414

15+
YAML config counterpart:
16+
17+
```
18+
auth.
19+
type: LOGIN_FORM
20+
21+
spring:
22+
security:
23+
user:
24+
name: admin
25+
password: pass
26+
```
27+
1528
Please note that basic auth is not compatible with neither any other auth method nor RBAC.

0 commit comments

Comments
 (0)