Guide: security-openid-connect-client, Failed to start application (with profile dev): io.quarkus.oidc.common.runtime.OidcEndpointAccessException #27116
-
Hi I am following https://quarkus.io/guides/security-openid-connect-client#configuring-the-application, and tried to start the example. I got to the point of starting the server (https://quarkus.io/guides/security-openid-connect-client#keycloak-dev-mode), but it fails with
I made sure to copy the example I have made no modifications to the example, and even compared my repo to the solution. Any pointers greatly appreciated. Edit 1Keycloak did start, in this case at http://localhost:59830 Attempting a restart of quarkus results in :
I tried to manually import the
I tried to import with overwrite, and it failed again:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
/cc @pedroigor, @sberyozkin |
Beta Was this translation helpful? Give feedback.
-
I created the realm named 'quarkus' in the keycloak console. I then imported |
Beta Was this translation helpful? Give feedback.
-
@mike-hampton-float I've just tried this quickstart, against the latest main, it works exactly as described in https://quarkus.io/guides/security-openid-connect-client#keycloak-dev-mode for me |
Beta Was this translation helpful? Give feedback.
I created the realm named 'quarkus' in the keycloak console. I then imported
quarkus-realm.json
using "If a resource exists " = Skip. I then forced a restart of quarkus.