Skip to content

Commit 0bc9bfe

Browse files
authored
Merge pull request #225318 from MicrosoftDocs/main
Publish to live, Friday 4 AM PST 01/27
2 parents cdbdb8c + 0289b2f commit 0bc9bfe

File tree

274 files changed

+2193
-1315
lines changed

Some content is hidden

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

274 files changed

+2193
-1315
lines changed

.openpublishing.redirection.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27981,9 +27981,14 @@
2798127981
"redirect_document_id": false
2798227982
},
2798327983
{
27984-
"source_path": "articles/load-balancer/protect-load-balancer-with-ddos-standard.md",
27985-
"redirect_URL": "/azure/load-balancer/tutorial-protect-load-balancer",
27986-
"redirect_document_id": false
27987-
}
27984+
"source_path": "articles/communication-services/quickstarts/voice-video-calling/get-started-android-webview.md",
27985+
"redirect_URL": "/azure/communication-services/quickstarts/voice-video-calling/get-started-webview?pivots=platform-android",
27986+
"redirect_document_id": false
27987+
},
27988+
{
27989+
"source_path": "articles/load-balancer/protect-load-balancer-with-ddos-standard.md",
27990+
"redirect_URL": "/azure/load-balancer/tutorial-protect-load-balancer",
27991+
"redirect_document_id": false
27992+
}
2798827993
]
2798927994
}

articles/active-directory/develop/active-directory-certificate-credentials.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: Microsoft identity platform certificate credentials
33
description: This article discusses the registration and use of certificate credentials for application authentication.
44
services: active-directory
5-
author: nickludwig
5+
author: OwenRichards1
66
manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.workload: identity
1111
ms.topic: conceptual
1212
ms.date: 02/09/2022
13-
ms.author: ludwignick
14-
ms.reviewer: jmprieur
13+
ms.author: owenrichards
14+
ms.reviewer: kenwith
1515
ms.custom: contperf-fy21q4, aaddev
1616
---
1717

articles/active-directory/develop/active-directory-saml-protocol-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
title: How the Microsoft identity platform uses the SAML protocol
33
description: This article provides an overview of the single sign-on and Single Sign-Out SAML profiles in Azure Active Directory.
44
services: active-directory
5-
author: kenwith
5+
author: OwenRichards1
66
manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.workload: identity
1111
ms.topic: conceptual
1212
ms.date: 11/4/2022
13-
ms.author: kenwith
13+
ms.author: owenrichards
14+
ms.reviewer: kenwith
1415
ms.custom: aaddev, engagement-fy23
15-
ms.reviewer: paulgarn
1616
---
1717

1818
# How the Microsoft identity platform uses the SAML protocol

articles/active-directory/develop/desktop-app-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: quickstart
1111
ms.workload: identity
12-
ms.date: 01/14/2022
12+
ms.date: 01/27/2023
1313
ms.author: dmwendia
1414
ms.custom: aaddev, identityplatformtop40, "scenarios:getting-started", mode-api
1515
zone_pivot_groups: desktop-app-quickstart

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: "Quickstart: Get token & call Microsoft Graph in a console app"
33
description: In this quickstart, you learn how a .NET Core sample app can use the client credentials flow to get a token and call Microsoft Graph.
44
services: active-directory
5-
author: jmprieur
5+
author: OwenRichards1
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: include
1010
ms.workload: identity
1111
ms.date: 12/08/2022
12-
ms.author: jmprieur
13-
ms.reviewer: marsma
12+
ms.author: owenrichards
13+
ms.reviewer: jmprieur
1414
ms.custom: devx-track-csharp, aaddev, identityplatformtop40, "scenarios:getting-started", "languages:aspnet-core", mode-other
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
---

articles/active-directory/develop/includes/console-app/quickstart-python.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
title: "Quickstart: Call Microsoft Graph from a Python daemon"
33
description: In this quickstart, you learn how a Python process can get an access token and call an API protected by Microsoft identity platform, using the app's own identity
44
services: active-directory
5-
author: jmprieur
5+
author: OwenRichards1
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: include
1010
ms.workload: identity
1111
ms.date: 01/10/2022
12-
ms.author: jmprieur
12+
ms.author: owenrichards
13+
ms.reviewer: jmprieur
1314
ms.custom: aaddev, identityplatformtop40, devx-track-python, "scenarios:getting-started", "languages:Python", mode-other
1415
#Customer intent: As an application developer, I want to learn how my Python app can get an access token and call an API that's protected by the Microsoft identity platform using client credentials flow.
1516
---

articles/active-directory/develop/includes/desktop-app/quickstart-uwp.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
title: "Quickstart: Sign in users and call Microsoft Graph in a Universal Windows Platform app"
33
description: In this quickstart, learn how a Universal Windows Platform (UWP) application can get an access token and call an API protected by Microsoft identity platform.
44
services: active-directory
5-
author: jmprieur
5+
author: OwenRichards1
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: include
1010
ms.workload: identity
1111
ms.date: 05/19/2022
12-
ms.author: jmprieur
12+
ms.author: owenrichards
13+
ms.reviewer: jmprieur
1314
ms.custom: aaddev, identityplatformtop40, "scenarios:getting-started", "languages:UWP", mode-api
1415
#Customer intent: As an application developer, I want to learn how my Universal Windows Platform (UWP) application can get an access token and call an API that's protected by the Microsoft identity platform.
1516
---
@@ -33,7 +34,7 @@ You have two options to start your quickstart application:
3334

3435
1. Go to the [Azure portal - App registrations](https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/applicationsListBlade/quickStartType/UwpQuickstartPage/sourceType/docs) quickstart experience.
3536
1. Enter a name for your application and select **Register**.
36-
1. Follow the instructions to download and automatically configure your new application for you in one click.
37+
1. Follow the instructions to download and automatically configure your new application.
3738

3839
### Option 2: Register and manually configure your application and code sample
3940

@@ -94,7 +95,7 @@ When the app's window appears, you can select the **Call Microsoft Graph API** b
9495

9596
### MSAL.NET
9697

97-
MSAL ([Microsoft.Identity.Client](https://www.nuget.org/packages/Microsoft.Identity.Client)) is the library used to sign in users and request security tokens. The security tokens are used to access an API protected by the Microsoft Identity platform. You can install MSAL by running the following command in Visual Studio's *Package Manager Console*:
98+
MSAL ([Microsoft.Identity.Client](/dotnet/api/microsoft.identity.client?)) is the library used to sign in users and request security tokens. The security tokens are used to access an API protected by the Microsoft Identity platform. You can install MSAL by running the following command in Visual Studio's *Package Manager Console*:
9899

99100
```powershell
100101
Install-Package Microsoft.Identity.Client
@@ -121,7 +122,7 @@ The value of `ClientId` is the **Application (client) ID** of the app you regist
121122

122123
### Requesting tokens
123124

124-
MSAL has two methods for acquiring tokens in a UWP app: `AcquireTokenInteractive` and `AcquireTokenSilent`.
125+
MSAL has two methods for acquiring tokens in a UWP app: [`AcquireTokenInteractive`](/dotnet/api/microsoft.identity.client.acquiretokeninteractiveparameterbuilder?) and [`AcquireTokenSilent`](/dotnet/api/microsoft.identity.client.acquiretokensilentparameterbuilder).
125126

126127
#### Get a user token interactively
127128

articles/active-directory/develop/includes/desktop-app/quickstart-windows-desktop.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
title: "Quickstart: Sign in users and call Microsoft Graph in a Windows desktop app"
33
description: Learn how a Windows Presentation Foundation (WPF) application can get an access token and call an API protected by the Microsoft identity platform.
44
services: active-directory
5-
author: jmprieur
5+
author: OwenRichards1
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: include
1010
ms.workload: identity
1111
ms.date: 09/09/2022
12-
ms.author: jmprieur
12+
ms.author: owenrichards
13+
ms.reviewer: jmprieur
1314
ms.custom: aaddev, identityplatformtop40, mode-api
1415
#Customer intent: As an application developer, I want to learn how my Windows Presentation Foundation (WPF) application can get an access token and call an API that's protected by the Microsoft identity platform.
1516
---

articles/active-directory/develop/includes/remind-not-to-validate-access-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Don't validate access tokens for Microsoft Graph
33
description: Include file warning that access tokens for Microsoft Graph should be considered opaque and should never be validated by customer code. Only Microsoft Graph validates Microsoft Graph access tokens.
44
services: active-directory
5-
author: nickludwig
5+
author: OwenRichards1
66
manager: CelesteDG
77

88
ms.service: active-directory
99
ms.subservice: develop
1010
ms.workload: identity
1111
ms.topic: include
1212
ms.date: 06/25/2021
13-
ms.author: ludwignick
13+
ms.author: owenrichards
1414
ms.reviewer: ludwignick
1515
ms.custom: aaddev
1616
---

articles/active-directory/develop/msal-migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Migrate to the Microsoft Authentication Library (MSAL)
33
description: Learn about the differences between the Microsoft Authentication Library (MSAL) and Azure AD Authentication Library (ADAL) and how to migrate to MSAL.
44
services: active-directory
5-
author: jmprieur
5+
author: Dickson-Mwendia
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: conceptual
1010
ms.workload: identity
1111
ms.date: 12/29/2022
12-
ms.author: jmprieur
13-
ms.reviewer: saeeda
12+
ms.author: dmwendia
13+
ms.reviewer: saeeda, jmprieur
1414
ms.custom: aaddev, has-adal-ref
1515
# Customer intent: As an application developer, I want to learn about MSAL so I can migrate my ADAL applications to MSAL.
1616
---

0 commit comments

Comments
 (0)