How to get OIDC Issuer URL - cniackz/public GitHub Wiki

Objective:

To get OIDC Issuer URL

Pre-requisites:

Have Auth0 instance up and running, it is free the dev instance!.

Steps:

If the issuer's OIDC discovery URL is https://accounts.provider.example/.well-known/openid-configuration, the value should be https://accounts.provider.example
  • Now, you need to pay attention to the example and remove what is not needed, so instead of:
https://dev-xqm5ioqlmy7qyjvl.us.auth0.com/.well-known/openid-configuration
  • It should be only this:
https://dev-xqm5ioqlmy7qyjvl.us.auth0.com
  • Therefore: --oidc-issuer-url is https://dev-xqm5ioqlmy7qyjvl.us.auth0.com