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: Add possibility to override base Issuer #35

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

Conversation

vdbulcke
Copy link

Add a IssuerBaseUrl string that can be used to specify the base url to reach the mockoidc server.

Then if the IssuerBaseUrl != "" use it to generate the Urls, otherwise default to use m.Addr() for backward compatibility

Fixes: #34

@lanwen
Copy link

lanwen commented Sep 6, 2022

I would go in favor of #36

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.

feat: Add possibility to override base Issuer
2 participants