Skip to content

Commit 83eb1f8

Browse files
committed
formatting
1 parent 5b24e82 commit 83eb1f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/active-directory-b2c/customize-ui-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ Get started using your own HTML and CSS in your user experience pages by followi
102102
</html>
103103
```
104104

105-
- Host your content on an HTTPS endpoint (with CORS allowed). Both GET and OPTIONS request methods must be enabled when configuring CORS.
106105
- 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:
107106

108107
```css
@@ -128,8 +127,11 @@ Get started using your own HTML and CSS in your user experience pages by followi
128127
}
129128
```
130129

130+
- Host your content on an HTTPS endpoint (with CORS allowed). Both GET and OPTIONS request methods must be enabled when configuring CORS.
131131
- Create or edit a user flow or custom policy to use the content that you created.
132132

133+
### HTML fragments from Azure AD B2C
134+
133135
The following table lists the HTML fragments that Azure AD B2C merges into the `<div id="api"></div>` element located in your content.
134136

135137
| Inserted page | Description of HTML |

0 commit comments

Comments
 (0)