mirror of
https://github.com/Luzifer/nginx-sso.git
synced 2024-12-20 12:51:17 +00:00
Add basic auth to example config
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
e9c104c502
commit
07062c318a
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue