You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like the supplier for ClientRegistrationRepository and JwtDecoder, it would be handy to have an implementation of RelyingPartyRegistrationRepository that defers the loading of the underlying registrations.
Additionally, it would be handy if this implementation accepted a Cache so that applications can leverage it as an implementation that refreshes the registrations.
The text was updated successfully, but these errors were encountered:
Related #12967, #10310
Like the supplier for
ClientRegistrationRepository
andJwtDecoder
, it would be handy to have an implementation ofRelyingPartyRegistrationRepository
that defers the loading of the underlying registrations.Additionally, it would be handy if this implementation accepted a
Cache
so that applications can leverage it as an implementation that refreshes the registrations.The text was updated successfully, but these errors were encountered: