Custom provider for the Openid Connect playground does not work to configure the JWKS endpoint

Hi @stof,

Welcome to the Auth0 Community!

I recommend verifying that you can access your JWKS endpoint by going to it in a browser. It should look something like the following: https://yourDomain.region.auth0.com/.well-known/jwks.json

Once verified, you can input the fields in your OpenID Connect Playground configuration:

  • Token Endpoint = https://yourDomain.region.auth0.com/oauth/token
  • Token Keys Endpoint = https://yourDomain.region.auth0.com/.well-known/jwks.json

After this, your configuration should be done, and you can test getting an access token with OpenID Connect Playground.

Thanks,
Rueben