jose icon indicating copy to clipboard operation
jose copied to clipboard

Support adding key sets via OpenID connect discovery

Open kevmoo opened this issue 4 years ago • 2 comments

See https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig

So instead of adding https://www.googleapis.com/oauth2/v3/certs

I should be able to add https://accounts.google.com/.well-known/openid-configuration which references the above via the jwks_uri entry

kevmoo avatar Jul 20 '21 19:07 kevmoo

Hi @kevmoo ,

This package only implements the jose specs. For openid related stuff, there are other packages, like openid_client. Why do you think this should be part of this package?

rbellens avatar Oct 21 '21 08:10 rbellens

There's overlap here, right? We want logic to cache the certs response, this is just one step up the chain.

kevmoo avatar Oct 21 '21 17:10 kevmoo