-
Notifications
You must be signed in to change notification settings - Fork 0
How to get OIDC Issuer URL
Cesar Celis Hernandez edited this page Jun 6, 2024
·
2 revisions
To get OIDC Issuer URL
Have Auth0 instance up and running, it is free the dev instance!.
- In https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-flags,
--oidc-issuer-url
parameter has to be something like example below:
If the issuer's OIDC discovery URL is https://accounts.provider.example/.well-known/openid-configuration, the value should be https://accounts.provider.example
-
Hence if you go to Advance Settings of the Regular Web Application, you will see it:
- 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
ishttps://dev-xqm5ioqlmy7qyjvl.us.auth0.com