Skip to content

Commit 07b707e

Browse files
authored
Merge pull request #263227 from MicrosoftDocs/main
1/15/2024 AM Publish
2 parents aced742 + 9907170 commit 07b707e

File tree

204 files changed

+1090
-409
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+1090
-409
lines changed

articles/active-directory-b2c/aad-sspr-technical-profile.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ manager: CelesteDG
88

99
ms.service: active-directory
1010

11-
ms.custom:
1211
ms.topic: reference
13-
ms.date: 11/08/2022
12+
ms.date: 01/11/2024
1413
ms.author: kengaderdus
1514
ms.subservice: B2C
15+
16+
17+
#Customer intent: As a developer using Azure AD B2C, I want to define a Microsoft Entra ID self-service password reset technical profile.
1618
---
1719

1820
# Define a Microsoft Entra ID SSPR technical profile in an Azure AD B2C custom policy

articles/active-directory-b2c/access-tokens.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ manager: CelesteDG
88
ms.service: active-directory
99

1010
ms.topic: conceptual
11-
ms.date: 03/09/2023
12-
ms.custom:
11+
ms.date: 01/11/2024
1312
ms.author: kengaderdus
1413
ms.subservice: B2C
14+
15+
16+
#Customer intent: As a developer integrating Azure Active Directory B2C with a web application and web API, I want to understand how to request an access token, so that I can authenticate and authorize users to access my APIs securely.
17+
1518
---
1619
# Request an access token in Azure Active Directory B2C
1720

articles/active-directory-b2c/active-directory-technical-profile.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ manager: CelesteDG
88

99
ms.service: active-directory
1010

11-
ms.custom:
1211
ms.topic: reference
13-
ms.date: 11/06/2023
12+
ms.date: 01/11/2024
1413
ms.author: kengaderdus
1514
ms.reviewer: yoelhor
1615
ms.subservice: B2C
16+
17+
18+
#Customer intent: As a developer using Azure Active Directory B2C, I want to define a technical profile for Microsoft Entra user management, so that I can interact with a claims provider that supports the standardized protocol and perform operations like reading, writing, and deleting user accounts.
19+
1720
---
1821

1922
# Define a Microsoft Entra technical profile in an Azure Active Directory B2C custom policy

articles/active-directory-b2c/add-native-application.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ author: kengaderdus
66
manager: CelesteDG
77

88
ms.author: kengaderdus
9-
ms.date: 02/04/2019
9+
ms.date: 01/11/2024
1010
ms.custom: mvc
1111
ms.topic: how-to
1212
ms.service: active-directory
1313
ms.subservice: B2C
14+
15+
16+
#Customer intent: As a developer integrating Azure Active Directory B2C with a native client application, I want to register the client resources in my tenant, so that my application can communicate with Azure Active Directory B2C.
17+
1418
---
1519

1620
# Add a native client application to your Azure Active Directory B2C tenant

articles/active-directory-b2c/add-password-change-policy.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ manager: CelesteDG
88

99
ms.service: active-directory
1010

11-
ms.custom:
1211
ms.topic: how-to
13-
ms.date: 08/24/2021
12+
ms.date: 01/11/2024
1413
ms.author: kengaderdus
1514
ms.subservice: B2C
1615
zone_pivot_groups: b2c-policy-type
16+
17+
18+
#Customer intent: As an Azure AD B2C administrator, I want to set up a password change flow using custom policies, so that users can change their passwords without email verification, improving the user experience and security.
19+
1720
---
1821

1922
# Set up password change by using custom policies in Azure Active Directory B2C

articles/active-directory-b2c/add-profile-editing-policy.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ manager: CelesteDG
99
ms.service: active-directory
1010

1111
ms.topic: how-to
12-
ms.date: 06/07/2021
13-
ms.custom:
12+
ms.date: 01/11/2024
1413
ms.author: kengaderdus
1514
ms.subservice: B2C
1615
zone_pivot_groups: b2c-policy-type
16+
17+
18+
#Customer intent: As a developer integrating Azure Active Directory B2C into my application, I want to set up a profile editing flow, so that users can manage their profile attributes such as display name, surname, given name, and city.
19+
1720
---
1821

1922
# Set up a profile editing flow in Azure Active Directory B2C

articles/active-directory-b2c/add-ropc-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ manager: CelesteDG
99
ms.service: active-directory
1010

1111
ms.topic: how-to
12-
ms.date: 12/16/2023
13-
ms.custom:
12+
ms.date: 01/11/2024
1413
ms.author: kengaderdus
1514
ms.subservice: B2C
1615
zone_pivot_groups: b2c-policy-type
1716

1817
#Customer intent: As a developer integrating Azure AD B2C into my application, I want to set up the resource owner password credentials flow, so that my application can exchange valid credentials for tokens and authenticate users.
18+
1919
---
2020

2121
# Set up a resource owner password credentials flow in Azure Active Directory B2C

articles/active-directory-b2c/add-sign-in-policy.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ manager: CelesteDG
99
ms.service: active-directory
1010

1111
ms.topic: how-to
12-
ms.date: 08/24/2021
13-
ms.custom:
12+
ms.date: 01/11/2024
1413
ms.author: kengaderdus
1514
ms.subservice: B2C
1615
zone_pivot_groups: b2c-policy-type
16+
17+
18+
#Customer intent: As a developer using Azure Active Directory B2C, I want to set up a sign-in flow with a sign-in policy, so that users can sign in with a local or social account and reset their passwords.
19+
1720
---
1821

1922
# Set up a sign-in flow in Azure Active Directory B2C

articles/active-directory-b2c/add-web-api-application.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ author: kengaderdus
66
manager: CelesteDG
77

88
ms.author: kengaderdus
9-
ms.date: 03/30/2022
9+
ms.date: 01/11/2024
1010
ms.custom: mvc
1111
ms.topic: how-to
1212
ms.service: active-directory
1313
ms.subservice: B2C
14+
15+
16+
#Customer intent: As a developer integrating a web API with Azure Active Directory B2C, I want to register my application in the Azure portal, so that it can accept and respond to requests from client applications with access tokens.
17+
1418
---
1519

1620
# Add a web API application to your Azure Active Directory B2C tenant

articles/active-directory-b2c/age-gating.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ manager: CelesteDG
88
ms.service: active-directory
99

1010
ms.topic: how-to
11-
ms.date: 04/07/2022
11+
ms.date: 01/11/2024
1212
ms.author: kengaderdus
1313
ms.subservice: B2C
1414
zone_pivot_groups: b2c-policy-type
15+
16+
17+
#Customer intent: As an application developer or administrator using Azure Active Directory B2C, I want to enable age gating in my user flow, so that I can identify and manage minors accessing my application based on their age and consent status.
18+
1519
---
1620

1721
# Enable age gating in Azure Active Directory B2C

0 commit comments

Comments
 (0)