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
Is your feature request related to a problem? Please describe the problem.
Every time I call AreTokensValidAsync, I see two requests to login.microsoftonline.com. One to /common/.well-known/openid-configuration and one to /common/discovery/keys.
I assume these keys don't change very often, so they should be cached.
Describe the solution you'd like.
I would like the keys to be cached, to avoid these two requests being repeated so often.
Additional context?
No response
The text was updated successfully, but these errors were encountered:
Arguably if the same wellKnownUri parameter is used, it would be useful to cache this property to avoid repeated fetching of configuration whenever the function is called.
Any chance this is something you'd be willing to submit a PR for?
Is your feature request related to a problem? Please describe the problem.
Every time I call AreTokensValidAsync, I see two requests to login.microsoftonline.com. One to
/common/.well-known/openid-configuration
and one to/common/discovery/keys
.I assume these keys don't change very often, so they should be cached.
Describe the solution you'd like.
I would like the keys to be cached, to avoid these two requests being repeated so often.
Additional context?
No response
The text was updated successfully, but these errors were encountered: