Reputation: 135
I am new to Azure ADB2C, my intention is to create adb2c tenant and webapps and create user flows my App service application. I will be using custom html for my signin flow, but for password reset flow I want to use default page from azure but to overwrite default image shown on left and show my company branding images/logo's. I uploaded images and logos under Azure Active Directory -> Company Branding. But I can't see any option to use uploaded images in my user flows or page layouts. I referred this post (Change default picture - registration flow - AZURE - ADB2C ), for them the image has updated automatically but for me am still seeing default image from azure in password reset page. I am using Free Trial subscription from MS now to do the POC, does it make any difference?
Upvotes: 1
Views: 1028
Reputation: 15629
for them the image has updated automatically but for me am still seeing default image from azure in password reset page
The "sign-in" policy type is the only one that offers the ability to customize via the "company branding" feature which needs only a picture upload. So you will not see any change in password reset page.
If you want to overwrite default image for password reset flow, you need to customize the html. You can refer to https://learn.microsoft.com/en-us/azure/active-directory-b2c/customize-ui-overview
Upvotes: 1