Skip to content
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

Fix auth-server-url for keycloak #29942

Merged
merged 1 commit into from Dec 19, 2022
Merged

Fix auth-server-url for keycloak #29942

merged 1 commit into from Dec 19, 2022

Conversation

oliv37
Copy link
Contributor

@oliv37 oliv37 commented Dec 18, 2022

When using quarkus.oidc.auth-server-url=https://host:port/auth/realms/{realm} with keycloak , I get the following error :

io.qua.oid.dep.dev.OidcDevConsoleProcessor] (build-17) OIDC metadata discovery failed: {"error":"RESTEASY003210: Could not find resource for full path: http://localhost:8081/auth/realms/test/.well-known/openid-configuration"}

The property value should be https://host:port/realms/{realm} instead of https://host:port/auth/realms/{realm}

Copy link
Member

@sberyozkin sberyozkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense now that Keycloak 20.0.1 is Quarkus based

@quarkus-bot
Copy link

quarkus-bot bot commented Dec 18, 2022

Failing Jobs - Building c37ae54

Status Name Step Failures Logs Raw logs
✔️ JVM Tests - JDK 11
✔️ JVM Tests - JDK 17
JVM Tests - JDK 17 MacOS M1 Set up runner ⚠️ Check → Logs Raw logs
✔️ JVM Tests - JDK 18

@geoand geoand merged commit 787f85d into quarkusio:main Dec 19, 2022
@quarkus-bot quarkus-bot bot added this to the 2.16 - main milestone Dec 19, 2022
@gsmet gsmet modified the milestones: 2.16 - main, 2.15.1.Final Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants