Enforce 2FA for user admin routes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-27 21:03:49 +01:00
parent cf0e7e1e68
commit 7060ce3fe4
3 changed files with 9 additions and 2 deletions

View File

@ -20,10 +20,10 @@ You can configure a list of clients (Relying Parties) in a `clients.yaml` file w
redirect_uri: https://mygit.mywebsite.com/
# If you want new accounts to be granted access to this client by default
default: true
# If you want the client to be granted to every users, regardless their account configuration
# If you want the client to be granted to every user, regardless their account configuration
granted_to_all_users: true
# If you want users to have performed recent second factor authentication before accessing this client, set this setting to true
enforce_mfa_auth: true
enforce_2fa_auth: true
```
On the first run, BasicOIDC will create a new administrator with credentials `admin` / `admin`. On first login you will have to change these default credentials.