Specify custom simulator domain #250
Unanswered
bstiffler582
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@bstiffler582 welcome. This is a legitimate use case. I created an issue to track this #251 Would you be open to contributing a fix? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When trying to containerize the auth0 simulator and run it separately from my app, I need to be able to reference the service with a domain other than "localhost". It seems as though the meta data returned from e.g. "/.well-known/openid-configuration" is hard coded as "localhost". Does the tool provide a means to change this value? I need to return something like:
{"issuer":"https://host.docker.internal:4400/"... } or "https://auth0sim.local:4400, etc.
otherwise my app container will be referencing itself.
I believe this is the last piece I need, unless I am (quite likely) missing a bigger picture here...
Beta Was this translation helpful? Give feedback.
All reactions