Relative Content

Tag Archive for azureazure-web-app-serviceazure-ad-b2c

Azure B2C not returning user’s email in Application Claims reliably

I have a flask web application hosted through Azure App Service that uses Azure B2C for user authentication and account management.
Upon visiting the website, a user is expected to log in using their email and password and submit a response from the user landing page.
In Azure B2C I’ve configured the sign-in user flow to return the user’s email address as part of token claims, allowing me to attach a submitted response to a particular user email.