With respect to hydra RFC 7523 jwt bearer grant is...
# general
c
With respect to hydra RFC 7523 jwt bearer grant issuer configuration, is there a recommended way to synchronize JWKs with a remote IdP? My understanding is these keys are static and need to be rotated manually, otherwise as the remote IdP's JWK are rotated users will lose access. Is there a way to enable JWK caching or fetching during authorization requests or how might we go about implementing this?