I am using Azure AD B2C with custom policy. It authorizes local and social accounts. The claim for the local user is read from AD B2C and it contains the oid claim.
The technical profile for the social account doesn’t have an oid output claim. How can I set in this case for the oid a “nothing”/”null”/”na” value? Ultimately the token should contain the oid claim with or without a relevant value.