I've created Azure B2C custom policy to get claims in ID/Access token & getting refresh token through "authorization_code" grant. Then I've updated one of User claim i.e("displayName") through Azure AD Graph API. Next I've tried to get updated claim ("displayName") in ID/Access tokens by using above refresh token against same Azure B2C custom policy through "refresh_grant", However I don't get it.
I've tried "RefreshTokenUserJourneyId" in B2C policy as JWT issuer, but none works.
How should I get latest User claims in ID/Access tokens through refresh token grant once it's updated.
Help required.