with azure b2c and blazor server, how to refresh user claim without disconnecting the websocket?

40 views Asked by At

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)

0

There are 0 answers