Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a GatewayFilter to redirect to the login page when given a login …
…query parameter Configuration required for this gateway change: georchestra/georchestra-gateway#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.
- Loading branch information