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

feat(config): allow for openid config to have altered hosts #398

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HarrisonDuffield
Copy link

I encountered an issue when running the application in a Docker container. The well-known configuration was publishing a hardcoded localhost:9229 as its JWKS_URI. While this is generally acceptable, it becomes problematic if you need to change the ports or point to a different container. This PR addresses the issue by allowing the JWKS_URI to be altered, similar to how the issuer can be modified to reflect an address other than localhost:9229.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant