Does above steps works with User flows in Azure B2C, which are pre-built policy for use cases.
Email address doesn’t get populated in the new user dialog when the authorization is returned. Using a standard user flow to manage the sign-up experience, but the claim is returning something labeled as “emails” and it’s a stringcollection, not a single email.
Setting up openid_connect_authorize_scope to openid emails also doesn’t work.
This plugin is built to work with standards-compliant OIDC services. That means the email should be returned in an “email” field.
If you check the “Azure B2C” section in the first post of this topic, there are some community-provided instructions for setting up a “custom policy” which puts the email address in a standards-compliant location. I’m afraid I’m not familiar enough with Azure B2C to know whether that will work with the “user flows” feature.