mockoidc icon indicating copy to clipboard operation
mockoidc copied to clipboard

feat: Add possibility to override base Issuer

Open vdbulcke opened this issue 3 years ago • 1 comments

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

vdbulcke avatar Mar 15 '22 08:03 vdbulcke

I would go in favor of #36

lanwen avatar Sep 06 '22 08:09 lanwen