denoland/deno_kv_oauth

suggestion: OIDC providers supply the URL for JWKS public keys

jollytoad opened this issue · 1 comments

Once the ID token is available from providers that support OpenID Connect, it would be useful to be able to get the URL for the public JSON Web Key Set from the provider too so we can verify the id token using whatever JWT lib we want.

Sorry, I've realised this isn't necessary, as the keys can be obtained from the .well-known/openid-configuration url of the JWT issuer.