-
Improvement
-
Resolution: Unresolved
-
Major
-
1.10.0
-
None
Once authenticated through OIDC or MSAL, we currently check before every request that the token is not expired but except for the GraphClient, we actually never use this token.
Removing this refresh could help with performance.
But that means that the GraphClientProvider needs its own mecanism to refresh the token