Anyone know how to get the issuer?
# talk-hydra
g
Anyone know how to get the issuer?
s
Are you using an SDK? If so it would be very helpful to have more background information so we can answer the question better. First step GET against the api and you will find the issuer in the response JSON https://www.ory.sh/.well-known/jwks.json “issuer": "https://playground.ory.sh/ory-hydra/public/",
😍 1
g
Thank you!