Skip to content

Commit 7944193

Browse files
authored
Merge pull request #250420 from MicrosoftDocs/main
Merge main to live, 4 AM
2 parents d140fe4 + d09efec commit 7944193

File tree

226 files changed

+3490
-2009
lines changed

Some content is hidden

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

226 files changed

+3490
-2009
lines changed

articles/active-directory-b2c/custom-policy-developer-notes.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: CelesteDG
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: reference
12-
ms.date: 06/06/2023
12+
ms.date: 09/06/2023
1313
ms.custom: project-no-code
1414
ms.author: kengaderdus
1515
ms.subservice: B2C
@@ -133,9 +133,11 @@ The following table summarizes the Security Assertion Markup Language (SAML) app
133133

134134
|Feature |User flow |Custom policy |Notes |
135135
|---------|:---------:|:---------:|---------|
136-
|[API connectors](api-connectors-overview.md) | Preview | GA | |
137-
|[Secure with basic authentication](secure-rest-api.md#http-basic-authentication) | Preview | GA | |
138-
|[Secure with client certificate authentication](secure-rest-api.md#https-client-certificate-authentication) | Preview | GA | |
136+
|[After federating with an identity provider during sign-up](api-connectors-overview.md?pivots=b2c-user-flow#after-federating-with-an-identity-provider-during-sign-up) | GA | GA | |
137+
|[Before creating the user](api-connectors-overview.md?pivots=b2c-user-flow#before-creating-the-user) | GA | GA | |
138+
|[Before including application claims in token](api-connectors-overview.md?pivots=b2c-user-flow#before-sending-the-token-preview)| Preview | GA | |
139+
|[Secure with basic authentication](secure-rest-api.md#http-basic-authentication) | GA | GA | |
140+
|[Secure with client certificate authentication](secure-rest-api.md#https-client-certificate-authentication) | GA | GA | |
139141
|[Secure with OAuth2 bearer authentication](secure-rest-api.md#oauth2-bearer-authentication) | NA | GA | |
140142
|[Secure API key authentication](secure-rest-api.md#api-key-authentication) | NA | GA | |
141143

articles/active-directory/develop/jwt-claims-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.workload: identity
1010
ms.topic: how-to
1111
ms.date: 05/01/2023
1212
ms.author: davidmu
13-
ms.custom: aaddev, curation-claims
13+
ms.custom: aaddev, curation-claims, devx-track-dotnet
1414
ms.reviewer: rahulnagraj, alamaral
1515
---
1616

articles/active-directory/develop/quickstart-console-app-netcore-acquire-token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.workload: identity
1111
ms.date: 03/13/2023
1212
ms.author: owenrichards
1313
ms.reviewer: jmprieur
14-
ms.custom: devx-track-csharp, aaddev, identityplatformtop40, "scenarios:getting-started", "languages:aspnet-core", mode-other
14+
ms.custom: devx-track-csharp, aaddev, identityplatformtop40, 'scenarios:getting-started', 'languages:aspnet-core', mode-other, devx-track-dotnet
1515
#Customer intent: As an application developer, I want to learn how my .NET Core app can get an access token and call an API that's protected by the Microsoft identity platform by using the client credentials flow.
1616
---
1717

articles/active-directory/develop/quickstart-console-app-nodejs-acquire-token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ ms.subservice: develop
99
ms.topic: quickstart
1010
ms.date: 09/09/2022
1111
ms.author: cwerner
12+
ms.custom: mode-other, devx-track-js
1213
#Customer intent: As an application developer, I want to learn how my Node.js app can get an access token and call an API that is protected by a Microsoft identity platform endpoint using client credentials flow.
13-
ms.custom: mode-other
1414
---
1515

1616
# Quickstart: Acquire a token and call Microsoft Graph from a Node.js console app

articles/active-directory/develop/quickstart-daemon-app-java-acquire-token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: quickstart
1010
ms.workload: identity
1111
ms.date: 01/10/2022
1212
ms.author: dmwendia
13-
ms.custom: aaddev, "scenarios:getting-started", "languages:Java", devx-track-java, mode-other
13+
ms.custom: aaddev, 'scenarios:getting-started', 'languages:Java', devx-track-java, mode-other, devx-track-extended-java
1414
#Customer intent: As an application developer, I want to learn how my Java app can get an access token and call an API that's protected by Microsoft identity platform endpoint using client credentials flow.
1515
---
1616

articles/active-directory/develop/quickstart-desktop-app-nodejs-electron-sign-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.subservice: develop
99
ms.topic: quickstart
1010
ms.date: 01/14/2022
1111
ms.author: cwerner
12-
ms.custom: mode-api
12+
ms.custom: mode-api, devx-track-js
1313
#Customer intent: As an application developer, I want to learn how my Node.js Electron desktop application can get an access token and call an API that's protected by a Microsoft identity platform endpoint.
1414
---
1515

articles/active-directory/develop/quickstart-web-app-java-sign-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: develop
1010
ms.topic: quickstart
1111
ms.date: 01/18/2023
1212
ms.author: cwerner
13-
ms.custom: aaddev, scenarios:getting-started, languages:Java, devx-track-java
13+
ms.custom: aaddev, 'scenarios:getting-started', 'languages:Java', devx-track-java, devx-track-extended-java
1414
---
1515

1616
# Quickstart: Sign in users and call the Microsoft Graph API from a Java web app

articles/active-directory/external-identities/customers/sample-cli-app-node-sign-in-users.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ ms.workload: identity
1111
ms.subservice: ciam
1212
ms.topic: sample
1313
ms.date: 08/04/2023
14-
ms.custom: developer
15-
14+
ms.custom: developer, devx-track-js
1615
#Customer intent: As a dev, devops, I want to learn how to authenticate users in an Azure Active Directory (Azure AD) for customers tenant using a sample Node.js CLI application
1716
---
1817

@@ -113,4 +112,4 @@ Learn how to:
113112
- [Sign in users in your own Node.js CLI application](tutorial-cli-app-node-sign-in-prepare-tenant.md). By completing these steps, you build a Node.js CLI application similar to the sample you've run.
114113
- [Enable password reset](how-to-enable-password-reset-customers.md).
115114
- [Customize the default branding](how-to-customize-branding-customers.md).
116-
- [Configure sign-in with Google](how-to-google-federation-customers.md).
115+
- [Configure sign-in with Google](how-to-google-federation-customers.md).

articles/active-directory/external-identities/customers/tutorial-desktop-maui-role-based-access-control.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.author: henrymbugua
88
ms.service: active-directory
99
ms.topic: tutorial
1010
ms.subservice: ciam
11+
ms.custom: devx-track-dotnet
1112
ms.date: 07/17/2023
1213
---
1314

articles/active-directory/external-identities/customers/tutorial-mobile-maui-role-based-access-control.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.author: henrymbugua
88
ms.service: active-directory
99
ms.topic: tutorial
1010
ms.subservice: ciam
11+
ms.custom: devx-track-dotnet
1112
ms.date: 07/17/2023
1213
---
1314

0 commit comments

Comments
 (0)