This commit is contained in:
Bastian Wagner
2026-07-16 15:23:53 +02:00
parent 543e8273a7
commit c03b2e17f5
114 changed files with 7631 additions and 506 deletions

View File

@@ -38,6 +38,11 @@ Der OIDC Provider muss als Redirect URI diese URL erlauben:
http://localhost:3000/api/auth/callback
```
Falls der Provider RP-Initiated Logout validiert, muss ausserdem
`http://localhost:4200` beziehungsweise die konfigurierte `FRONTEND_BASE_URL` als
Post-Logout-Redirect erlaubt sein. Wenn Discovery keinen `end_session_endpoint`
liefert, setze `OIDC_LOGOUT_URL`.
## Datenbank vorbereiten
Die Anwendung fuehrt Migrationen beim normalen Start nicht automatisch aus.