-
Notifications
You must be signed in to change notification settings - Fork 27
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
'Resource not found' for standalone running #103
Comments
At the moment, only the bare minimum endpoints are implemented to make OpenID Connect work. Stuff like /auth/realms/master is just not implemented, so you'll get a 404. |
Do you need this endpoint? It does not seem to be part of the OpenID spec but a Keycloak-specific endpoint. Also, I did not find any documentation of this feature in the Keycloak documentation. |
The validation that already exists in my application uses the information to check validity of the KeyCloak instance. So I would prefer to include this. |
I think the standard way would be to use the /auth/realms/master/.well-known/openid-configuration to discover the URL to the public key, and the realm name is already part of the URL. But we can put this on the queue with low prio. |
When starting the standalone version I expected to be able to access the realms and other URIs.
Startup shows the following logging (including accessing a realm):
Is my expectation correct to be able to access these URLs? Or is this a bug?
The text was updated successfully, but these errors were encountered: