I'm struggling to find how to refresh the user claim in blazor server while using b2c (Microsoft.Identity.Web) silently, without user intervention
as an example, I would like to refresh the claim expiry of the user, when it expire
biggest problem that I have is any search seem to bring up blazor WASM solution which are not good in my situation
my current test case is I got a expiry of 6 minutes and action are still accepted after many hours (so it should not be accepted)