What Is The Equivalent of Azure B2C ClaimsResolvers When Using Entra External ID
I currently use Azure B2C and I am looking into the new Entra External ID product as a replacement. One of my use cases requires extracting parameters from the call to Azure B2C’s authz endpoint, and using it within custom policy for different things. As examples,
Entra External ID – Pass Claims From External IdPs As Claims in Token Issued to Applications
I currently use Azure B2C custom policy and I am looking into the new Entra External ID product as a replacement. In custom policy, I am able to use the claims returned by an external OIDC IdP for different things. Consider the custom policy snippet below, which is an OutputClaim within the ClaimsProvider for an external OIDC IdP: