1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-10-18 07:34:22 +00:00

Add basic auth to example config

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-01-28 21:54:30 +01:00
parent e9c104c502
commit 07062c318a
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -32,6 +32,8 @@ providers:
# Authentication against embedded user database
# Supports: Users, Groups
simple:
enable_basic_auth: false
# Unique username mapped to bcrypt hashed password
users:
luzifer: "$2a$10$FSGAF8qDWX52aBID8.WpxOyCvfSQ3JIUVFiwyd1jolb4jM3BzJmNu"