You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -171,7 +171,7 @@ Using claim resolvers, you can prepopulate the sign-in name or direct sign-in to
171
171
172
172
### Dynamic UI customization
173
173
174
-
Azure AD B2C enables you to pass query string parameters to your HTML content definition endpoints to dynamically render the page content. For example, this allows the ability to modify the background image on the Azure AD B2C sign-up or sign-in page based on a custom parameter that you pass from your web or mobile application. For more information, see [Dynamically configure the UI by using custom policies in Azure Active Directory B2C](custom-policy-ui-customization.md). You can also localize your HTML page based on a language parameter, or you can change the content based on the client ID.
174
+
Azure AD B2C enables you to pass query string parameters to your HTML content definition endpoints to dynamically render the page content. For example, this feature allows the ability to modify the background image on the Azure AD B2C sign-up or sign-in page based on a custom parameter that you pass from your web or mobile application. For more information, see [Dynamically configure the UI by using custom policies in Azure Active Directory B2C](custom-policy-ui-customization.md#configure-dynamic-custom-page-content-uri). You can also localize your HTML page based on a language parameter, or you can change the content based on the client ID.
175
175
176
176
The following example passes in the query string parameter named **campaignId** with a value of `Hawaii`, a **language** code of `en-US`, and **app** representing the client ID:
To configure UI customization, copy the **ContentDefinition** and its child elements from the base file to the extensions file.
31
31
@@ -55,17 +55,17 @@ To configure UI customization, copy the **ContentDefinition** and its child elem
55
55
56
56
1. Save the extensions file.
57
57
58
-
## 5. Upload and test your updated custom policy
58
+
### 5. Upload and test your updated custom policy
59
59
60
-
### 5.1 Upload the custom policy
60
+
#### 5.1 Upload the custom policy
61
61
62
62
1. Make sure you're using the directory that contains your Azure AD B2C tenant by selecting the **Directory + subscription** filter in the top menu and choosing the directory that contains your tenant.
63
63
1. Search for and select **Azure AD B2C**.
64
64
1. Under **Policies**, select **Identity Experience Framework**.
65
65
1. Select **Upload custom policy**.
66
66
1. Upload the extensions file that you previously changed.
67
67
68
-
### 5.2 Test the custom policy by using **Run now**
68
+
#### 5.2 Test the custom policy by using **Run now**
69
69
70
70
1. Select the policy that you uploaded, and then select **Run now**.
71
71
1. You should be able to sign up by using an email address.
0 commit comments