-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
OIDC Dev UI screen is blank after the user authentication #39876
Comments
/cc @cescoffier (devui), @pedroigor (oidc), @phillip-kruger (devui) |
@phillip-kruger and also @michalvavrik, I don't see anything related in the devservices related FYI, redirect_uri is |
Confirmed, |
It is shown correctly if you go to DevUI, and select the OIDC card and click on |
Are there any error in the browser console? |
@phillip-kruger I've just retried, with 3.9.0, all is clear. It looks like it is about the FYI, in 3.8.2, if I open http://localhost:8080/q/dev-ui/io.quarkus.quarkus-oidc/keycloak-provider, it shows me an initial OIDC DevUI SPA screen correctly |
Describe the bug
OIDC Dev UI screen is blank after the user authenticates to Keycloak and is redirected back to Dev UI.
I confirmed Quarkus 3.8.2 is OK, fails starting from 3.9.0 and on
main
See https://stackoverflow.com/questions/78270560/quarkus-oidc-keycloak-provider-leads-to-a-blank-screen
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
Remove the
quarkus.keycloak.devservices.grant.type=client
property in this quickstart and domvn quarkus:dev
and then in Dev UI, choose the OIDC card, login to Keycloak asalice:alice
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: