Change the default issuer for dex #1987
Answered
by
nabokihms
AnkitaBarbi
asked this question in
Q&A
-
I have just started working on dex , and have some concerns that I am unable to figure out By default when we run dex issuer happens to be
but lets. say if I want the issuer to be registered with
How do I achieve it? |
Beta Was this translation helpful? Give feedback.
Answered by
nabokihms
Feb 11, 2021
Replies: 1 comment 2 replies
-
Hello! You can change it via the dex configuration file. The |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
AnkitaBarbi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! You can change it via the dex configuration file.
There is an example of a config file https://github.com/dexidp/dex/blob/master/config.yaml.dist#L4
The
issuer
setting is what you are searching for.