dahoud a67932db3c Fix: Remove explicit redirect-path to enable transparent OIDC callback handling
Pour les applications web-app (servlet/JSF), Quarkus OIDC utilise un filtre
qui intercepte AUTOMATIQUEMENT toute URL contenant les paramètres code+state,
sans nécessiter de redirect-path explicite.

En commentant quarkus.oidc.authentication.redirect-path:
- Le filtre Quarkus OIDC peut intercepter n'importe quelle URL après l'auth Keycloak
- Le callback devient transparent pour l'utilisateur (pas de page intermédiaire visible)
- Redirection immédiate vers le dashboard après authentification réussie

Cela corrige l'erreur 502 Bad Gateway observée sur /auth/callback en production.

Changements:
- application.properties: redirect-path commenté
- application-prod.properties: redirect-path commenté avec explication détaillée

Le wildcard https://unionflow.lions.dev/* dans Keycloak permet à Quarkus
de rediriger vers n'importe quelle page après l'authentification.
2025-12-24 02:33:27 +00:00
Description
No description provided
21 MiB
Languages
CSS 60%
HTML 29.5%
Java 8.7%
JavaScript 1.3%
SCSS 0.3%
Other 0.1%