Docs and .env.example: document OIDC_ONLY
This commit is contained in:
parent
249fd12db0
commit
2d1d1c62dc
2 changed files with 8 additions and 0 deletions
|
|
@ -31,6 +31,10 @@ ASSOCIATION_NAME="Sportsclub XYZ"
|
|||
# OIDC_ADMIN_GROUP_NAME=admin
|
||||
# OIDC_GROUPS_CLAIM=groups
|
||||
|
||||
# Optional: Show only OIDC sign-in on login page (hide password form).
|
||||
# When set to true and OIDC is configured, users see only the Single Sign-On button.
|
||||
# OIDC_ONLY=true
|
||||
|
||||
# Optional: Vereinfacht accounting integration (finance-contacts sync)
|
||||
# If set, these override values from Settings UI; those fields become read-only.
|
||||
# VEREINFACHT_API_URL=https://api.verein.visuel.dev/api/v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue