Skip to content

Commit 09910c9

Browse files
authored
Merge pull request #3814 from MicrosoftDocs/portals-2072317
Portals - edit for auth feature docs - 2072317
2 parents 38d7e77 + 091c2d0 commit 09910c9

25 files changed

+632
-640
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@
15031503
href: ./portals/configure/configure-saml2-provider.md
15041504
- name: Configure Azure AD with SAML 2.0
15051505
href: ./portals/configure/configure-saml2-settings-azure-ad.md
1506-
- name: Configure ADFS with SAML 2.0
1506+
- name: Configure AD FS with SAML 2.0
15071507
href: ./portals/configure/configure-saml2-settings.md
15081508
- name: FAQs when using SAML 2.0
15091509
href: ./portals/configure/configure-saml2-faqs.md
@@ -1513,7 +1513,7 @@
15131513
href: ./portals/configure/configure-ws-federation-provider.md
15141514
- name: Configure WS-Federation with Azure AD
15151515
href: ./portals/configure/configure-ws-federation-settings-azure-ad.md
1516-
- name: Configure WS-Federation with ADFS
1516+
- name: Configure WS-Federation with AD FS
15171517
href: ./portals/configure/configure-ws-federation-settings.md
15181518
- name: Local authentication, registration and other settings
15191519
href: ./portals/configure/set-authentication-identity.md

powerapps-docs/maker/portals/configure/azure-ad-b2c.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
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"
33
description: "Instructions to customize the Azure AD B2C user interface for portals."
44
author: sandhangitmsft
55
ms.service: powerapps
@@ -12,9 +12,10 @@ ms.reviewer: tapanm
1212

1313
# Customize the Azure AD B2C user interface for portals
1414

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
1618

17-
### Step 1: Create a web template
1819
Create a web template by using the following values:
1920

2021
**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:
324325
</body>
325326
</html>
326327
```
327-
### Step 2: Create a page template
328+
329+
### Step 2. Create a page template
328330

329331
Create the following page template:
332+
330333
- **Name**: [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page
331334
- **Type**: Web Template
332335
- **Web Template**: [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page
333336
- **Use Website Header and Footer**: Clear this check box
334337

335-
### Step 3: Create a webpage
338+
### Step 3. Create a webpage
336339

337340
Create the following webpage:
341+
338342
- **Name**: Sign-in
339343
- **Parent** Page: Home
340344
- **Partial Url**: azure-ad-b2c-sign-in
341345
- **Page Template**: [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page
342346
- **Publishing State**: Published
343347

344-
### Step 4: Create site settings
348+
### Step 4. Create site settings
345349

346350
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.
347351

@@ -353,14 +357,14 @@ Site settings are required to configure cross-origin resource sharing (CORS) to
353357

354358
For a complete list of other CORS settings, see [CORS protocol support](../add-web-resource.md#cors-protocol-support).
355359

356-
### Step 5: [!include[Azure](../../../includes/pn-azure-shortest.md)] configuration
360+
### Step 5. [!include[Azure](../../../includes/pn-azure-shortest.md)] configuration
357361

358362
1. Sign in to your [!include[Azure portal](../../../includes/pn-azure-portal.md)].
359-
2. Navigate to the **[!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Tenant Management** blade.
360-
3. Navigate to **Settings** > **Sign-up or sign-in policies**. A list of available policies is displayed.
363+
2. Go to the **[!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Tenant Management** blade.
364+
3. Go to **Settings** > **Sign-up or sign-in policies**. A list of available policies is displayed.
361365
4. Select the policy you want to edit.
362366
5. Select **Edit**.
363-
6. Select **Edit policy** > **Page UI customization** > **Unified sign-up or sign-in page**
367+
6. Select **Edit policy** > **Page UI customization** > **Unified sign-up or sign-in page**.
364368
7. Set **Use custom page** to **Yes**.
365-
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`.
366370
9. Select **OK**.

0 commit comments

Comments
 (0)