mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-04-17 05:53:15 +02:00
Implement additional env variable to hide loginpage if desired
This commit is contained in:
@@ -229,6 +229,9 @@ services:
|
||||
- OIDC_SESSION_MAX_AGE=7200
|
||||
- OIDC_USERNAME_CLAIM=preferred_username
|
||||
- OIDC_SKIP_VERIFY=true
|
||||
# Optional: Skip login page and redirect directly to OIDC provider (default: false)
|
||||
# When set to true, users are immediately redirected to the OIDC provider without showing the login page
|
||||
#- OIDC_SKIP_LOGINPAGE=true
|
||||
# Optional: Logout URL
|
||||
#- OIDC_LOGOUT_URL=${KEYCLOAK_URL}/realms/master/protocol/openid-connect/logout
|
||||
|
||||
|
||||
Reference in New Issue
Block a user