fix PocketID logout url

This commit is contained in:
2026-01-20 19:17:51 +01:00
parent 9dd7c9bc52
commit e25b0aebd0
4 changed files with 17 additions and 6 deletions

View File

@@ -721,6 +721,7 @@ OIDC_ISSUER_URL=https://pocket-id.example.com
OIDC_CLIENT_ID=fail2ban-ui-client
OIDC_CLIENT_SECRET=your-secret
OIDC_REDIRECT_URL=https://fail2ban-ui.example.com/auth/callback
# OIDC_LOGOUT_URL is optional - automatically constructed if not set
```
**Security Notes:**