georchestra / datadir

geOrchestra configuration directory for generic wars & Debian packages (eg: /etc/georchestra)
6 stars 33 forks source link

Use a GatewayFilter to redirect to the login page when given a login query parameter #415

Closed groldan closed 1 month ago

groldan commented 1 month ago

Configuration required for this gateway change: https://github.com/georchestra/georchestra-gateway/pull/133

This patch adds the LoginParamRedirect default filter to the gateway.

Note the filter is added by default in the embedded application.yml, but since gateway/application.yaml is overriding the spring.cloud.gateway.default-filters list, it must be added here too.

github-actions[bot] commented 1 month ago

💚 All backports created successfully

Status Branch Result
✅ docker-master

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details