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
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/customize-ui-overview.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,6 @@ Get started using your own HTML and CSS in your user experience pages by followi
102
102
</html>
103
103
```
104
104
105
-
- Host your content on an HTTPS endpoint (with CORS allowed). Both GET and OPTIONS request methods must be enabled when configuring CORS.
106
105
- Use CSS to style the UI elements that Azure AD B2C inserts into your page. The following example shows a simple CSS file that also includes settings for the sign-up injected HTML elements:
107
106
108
107
```css
@@ -128,8 +127,11 @@ Get started using your own HTML and CSS in your user experience pages by followi
128
127
}
129
128
```
130
129
130
+
- Host your content on an HTTPS endpoint (with CORS allowed). Both GET and OPTIONS request methods must be enabled when configuring CORS.
131
131
- Create or edit a user flow or custom policy to use the content that you created.
132
132
133
+
### HTML fragments from Azure AD B2C
134
+
133
135
The following table lists the HTML fragments that Azure AD B2C merges into the `<divid="api"></div>` element located in your content.
0 commit comments