-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Post Quarkus Migration] Add /auth redirection? #139
Comments
Potentially we could run the application itself on |
I don't know if there's a ingress controller agnostic way to do rewrites in the ingress, but I suspect we'd have to implement this using custom annotations for each ingress controller we want to support (this is one of the things that Gateway API aims to address as far as I understand). Another idea I had was to have a separate path entry for Edit: I read the comment wrong at first. |
In Keycloak v20 the admin url can be different to the fronted url and might fix this. |
It isn't. Set the Keycloak itself to |
Set the Keycloak itself to
|
For OpenShift:
|
Just rewriting the realm URL does work in the case OpenID Connect Discovery isn't used. Keycloak currently doesn't support keycloak/keycloak#17634(multiple realm front-ends).
The issuer URL remains the same and the verification fails. oauth2-proxy is able to ignore it using the |
See potential optimization in later Keycloak versions keycloak/keycloak#27730. |
Should become fixed with keycloak/keycloak#32863 in v26. |
@megian Yes, the required functionality is part of the Keycloak 26. |
Context
The original behavior of Wildly was having an redirect from / to /auth. After the migration you just get a "Resource not found".
Alternatives
Keep without.
The text was updated successfully, but these errors were encountered: