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: powerapps-docs/maker/portals/configure/azure-ad-b2c.md
+15-11Lines changed: 15 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: "Customize the Azure AD B2C user interface for portals. | MicrosoftDocs"
2
+
title: "Customize the Azure Active Directory B2C user user interface for portals. | MicrosoftDocs"
3
3
description: "Instructions to customize the Azure AD B2C user interface for portals."
4
4
author: sandhangitmsft
5
5
ms.service: powerapps
@@ -12,9 +12,10 @@ ms.reviewer: tapanm
12
12
13
13
# Customize the Azure AD B2C user interface for portals
14
14
15
-
[!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C supports user interface customization. You can customize the user experience for sign-up and sign-in scenarios.
15
+
[!include[Azure](../../../includes/pn-azure-shortest.md)] Active Directory B2C (Azure AD B2C) supports user interface customization. You can customize the user experience for sign-up and sign-in scenarios.
16
+
17
+
### Step 1. Create a web template
16
18
17
-
### Step 1: Create a web template
18
19
Create a web template by using the following values:
19
20
20
21
**Name**: [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page
@@ -324,24 +325,27 @@ Create a web template by using the following values:
324
325
</body>
325
326
</html>
326
327
```
327
-
### Step 2: Create a page template
328
+
329
+
### Step 2. Create a page template
328
330
329
331
Create the following page template:
332
+
330
333
-**Name**: [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page
331
334
-**Type**: Web Template
332
335
-**Web Template**: [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page
333
336
-**Use Website Header and Footer**: Clear this check box
334
337
335
-
### Step 3: Create a webpage
338
+
### Step 3. Create a webpage
336
339
337
340
Create the following webpage:
341
+
338
342
-**Name**: Sign-in
339
343
-**Parent** Page: Home
340
344
-**Partial Url**: azure-ad-b2c-sign-in
341
345
-**Page Template**: [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page
342
346
-**Publishing State**: Published
343
347
344
-
### Step 4: Create site settings
348
+
### Step 4. Create site settings
345
349
346
350
Site settings are required to configure cross-origin resource sharing (CORS) to allow [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C to request the custom page and inject the sign-in or sign-up user interface. Create the following site settings.
347
351
@@ -353,14 +357,14 @@ Site settings are required to configure cross-origin resource sharing (CORS) to
353
357
354
358
For a complete list of other CORS settings, see [CORS protocol support](../add-web-resource.md#cors-protocol-support).
8. Set **Custom page URI** to the URL of the [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page webpage created in step 3 of this procedure. For example, `https://mydomain.com/azure-ad-b2c-sign-in`.
369
+
8. Set **Custom page URI** to the URL of the [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page webpage created in **Step 3. Create a webpage** earlier in this article. For example, `https://mydomain.com/azure-ad-b2c-sign-in`.
0 commit comments