I'm updating some of the user's custom attributes (extension attributes) in AD B2C using PATCH
method and url https://graph.microsoft.com/beta/users/userid
The problem is that in app, I don't see any changes in response token until I to sign out and sign in again.
So even I get new token after old one is expired in new token still there is no updated changes. Anyone had similar problem? How to refresh users attribute in id token without signing out from app?
Here is image with old data extension_CompanyName
. This field is changed to Ruid but in token I still see old data Microsoft 4444