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

When trying to put a value in the field for the token keys endpoint on the openidconnect playground, it modifies the value of the token endpoint field instead.

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

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.