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
Sometimes we need to provide 2 jwksUri to our backend in order to validate either a MSAL SSo token or a an API Access token generated using client_credentials flow.
This operation is expensive has this is not cached. I will be great to add an option to the library to cache the signing keys for a specific ttl.
With kind regards
Sergio
The text was updated successfully, but these errors were encountered:
Sometimes we need to provide 2 jwksUri to our backend in order to validate either a MSAL SSo token or a an API Access token generated using client_credentials flow.
This operation is expensive has this is not cached. I will be great to add an option to the library to cache the signing keys for a specific ttl.
With kind regards
Sergio
The text was updated successfully, but these errors were encountered: