I've been trying to configure my Azure AD B2C to use custom policies.
I managed to make it work by following this link:
The problem I have is:
The "oid" claim returned when i authenticate with a Microsoft Account is the Object Id created to the user in my B2C directory. I need to add the claim of the object ID from the original tenant. Any help on how I could do that?