Consider the error page from Azure B2C
Question 1: How can we customize the text in this image?
Question 2: Should we expect only this text and html structure (h2 and some divs) to appear or may it change depending on the internal/server error?
Question 3: The custom policy is validated only if we add <RecoveryUri>~/common/default_page_error.html</RecoveryUri>
, but this url seems inexistant and we do not know what it is meant to display??
We are using custom policies with a ContentDefinition
DataUri
<DataUri>urn:com:microsoft:aad:b2c:elements:contract:globalexception:1.2.0</DataUri>
Went through: Azure B2C custom policy how to test an error page custom screen
Thank you for any help