Skip to content

fix: problem with redirection to keycloak

Cristina Pauna requested to merge bugfix/oidc_keycloak_redirects into main

Fixed it, see https://github.com/quarkusio/quarkus/issues/12297#issuecomment-698290318

I just introduced a CustomTenantResolver and it works now as expected within Browser and via BDD/Load-Test. So if there is no authorization header, we will get redirected to Keycloak. Is there an authorization header, we will continue with the login procedure at the oidc-identity-resolver.

I generated the Docker-Compose resources with the script.

fyi @neil.crossley

Edited by Cristina Pauna

Merge request reports