-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 Discovery fails #2896
Comments
This look to be related with networking. You can access keycloak via Services in docker compose network can be discovered by each other simply by using their names. Which means that hostname |
Thanks for getting back to me :) Pretty sure I tried what you have suggested, just tried it again now.
.env:
I can:
And:
|
Success performing OIDC Discovery (using oidc provider):
Updated:
Note: 8080 not 5001. |
OAuth2-Proxy Version
7.7.1
Provider
oidc
Expected Behaviour
For OAuth2 Proxy to successfully complete OIDC Discovery.
OIDC Discovery fails using the following providers:
Current Behaviour
OAuth2 Proxy exited with code 1:
However curl works as expected:
For example:
Steps To Reproduce
Blog post: https://rob-ferguson.me/add-authn-to-hapi-fhir-with-oauth2-proxy-nginx-and-keycloak-part-2/
Sample project: https://github.com/Robinyo/hapi-fhir-au
Possible Solutions
No response
Configuration details or additional information
.env:
docker-compose.yml:
The text was updated successfully, but these errors were encountered: