@Sodano, Ferdinando [COMRES/COLDCHAIN/BLU]
Thank you for your post and I'm glad that you were able to successfully integrate and embed the password reset feature!
To hopefully help point you in the right direction when it comes to your login screen displaying the incorrect text, I'll share my findings below.
Findings:
After reviewing your TrustFrameworkExtensions.xml
, I noticed that you're customizing your B2C UI using HTML templates located within your Azure Blob storage account - adb2ccustompagesdev
. In order to restore your login page to its original formatting, you should be able to modify the HTML document located within adb2ccustompagesdev
.
From the ContentDefinition
element "api.signuporsignin
", the LoadUri
attribute is set to https://adb2ccustompagesdev.blob.core.windows.net/adb2c/unified.html
, which means that the custom HTML page located at that URL is used. For more info.
If you're still having issues, please make sure that you have the correct LoadUri
configured for all your ContentDefinition
elements
Additional Links:
- Customize the user interface with HTML templates in Azure Active Directory B2C
- Customize the UI with HTML - Modify the extensions file
I hope this helps!
If you have any other questions, please let me know. Thank you for your time and patience throughout this issue.
If the information helped address your question, please Accept the answer. This will help us and also improve searchability for others in the community who might be researching similar information.