0

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

enter image description here

HardRock
  • 809
  • 2
  • 12
  • 37
  • B2C doesn't currently refresh claims in the refresh token - https://stackoverflow.com/questions/60016498/azure-ad-b2c-how-to-propogate-new-user-claims-to-the-access-token – rbrayb Mar 16 '21 at 22:32
  • Thanks @HardRock and please let us know if you need more information. – Jit_MSFT Mar 17 '21 at 10:28
  • Thank you for answer, it's little bit disappointing that B2C doesn't support this feature, hopefully they will correct it in some future releases – HardRock Mar 17 '21 at 15:40

1 Answers1

0

This is a known issue. Azure AD B2C the claim will not be updated after the token is refreshed, but I think Microsoft should improve the problem.

So, you can post your idea on Azure AD User Voice.

Carl Zhao
  • 8,543
  • 2
  • 11
  • 19