Skip to content

Commit ad374ed

Browse files
committed
add empty metadata fields
1 parent d062a95 commit ad374ed

73 files changed

Lines changed: 361 additions & 0 deletions

File tree

Some content is hidden

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

msal-dotnet-articles/acquiring-tokens/acquiretokensilentasync-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ms.author: dmwendia
1313
ms.reviewer:
1414
ms.custom: devx-track-csharp, aaddev, engagement-fy23
1515
# Customer intent: As an application developer, I want to learn how to acquire tokens silently in public and confidential client applications using MSAL.NET
16+
#Customer intent:
1617
---
1718
# Understanding the `AcquireTokenAsync` API
1819

msal-dotnet-articles/acquiring-tokens/desktop-mobile/acquiring-tokens-interactively.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ms.date: 12/13/2023
1212
ms.author: dmwendia
1313
ms.reviewer:
1414
ms.custom: devx-track-csharp, aaddev, devx-track-dotnet
15+
#Customer intent:
1516
---
1617

1718
# Acquiring tokens interactively

msal-dotnet-articles/acquiring-tokens/desktop-mobile/device-code-flow.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ ms.service: msal
55
ms.subservice: msal-dotnet
66
ms.date: 05/20/2025
77
ms.reviewer:
8+
author:
9+
ms.author:
10+
ms.topic:
11+
manager:
12+
ms.custom:
13+
#Customer intent:
814
---
915

1016
# Using Device Code Flow in MSAL.NET

msal-dotnet-articles/acquiring-tokens/desktop-mobile/integrated-windows-authentication.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ title: Using MSAL.NET with Integrated Windows Authentication (IWA)
33
description: "If your desktop or mobile application runs on Windows and on a machine connected to a Windows domain (Active Directory or Microsoft Entra joined) it is possible to use the Integrated Windows Authentication (IWA) to acquire a token silently. No UI is required when using the application."
44
ms.service: msal
55
ms.subservice: msal-dotnet
6+
ms.date: 05/22/2025
7+
author:
8+
ms.author:
9+
ms.topic:
10+
manager:
11+
ms.reviewer:
12+
ms.custom:
13+
#Customer intent:
614
---
715

816
# Using MSAL.NET with Integrated Windows Authentication (IWA)

msal-dotnet-articles/acquiring-tokens/desktop-mobile/mobile-applications.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ ms.service: msal
55
ms.subservice: msal-dotnet
66
ms.date: 05/20/2025
77
ms.reviewer:
8+
author:
9+
ms.author:
10+
ms.topic:
11+
manager:
12+
ms.custom:
13+
#Customer intent:
814
---
915

1016
# Using MSAL.NET With MAUI

msal-dotnet-articles/acquiring-tokens/desktop-mobile/social-identities.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ms.author: dmwendia
1414
ms.reviewer:
1515
ms.custom: devx-track-csharp, aaddev, devx-track-dotnet
1616
# Customer intent: As an application developer, I want to learn about specific considerations when using Azure AD B2C and MSAL.NET so I can decide if this platform meets my application development needs and requirements.
17+
#Customer intent:
1718
---
1819

1920
# Using MSAL.NET to sign-in users with social identities

msal-dotnet-articles/acquiring-tokens/desktop-mobile/username-password-authentication.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ ms.service: msal
55
ms.subservice: msal-dotnet
66
ms.date: 05/20/2025
77
ms.reviewer:
8+
author:
9+
ms.author:
10+
ms.topic:
11+
manager:
12+
ms.custom:
13+
#Customer intent:
814
---
915

1016
# Username and password (ROPC) authentication with MSAL.NET

msal-dotnet-articles/acquiring-tokens/desktop-mobile/wam.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ ms.date: 06/29/2023
55
ms.service: msal
66
ms.subservice: msal-dotnet
77
ms.reviewer:
8+
author:
9+
ms.author:
10+
ms.topic:
11+
manager:
12+
ms.custom:
13+
#Customer intent:
814
---
915

1016
# Using MSAL.NET with Web Account Manager (WAM)

msal-dotnet-articles/acquiring-tokens/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ms.author: dmwendia
1313
ms.reviewer:
1414
ms.custom: devx-track-csharp, aaddev
1515
# Customer intent: As an application developer, I want to learn how to acquire security tokens in public and confidential client applications using MSAL.NET
16+
#Customer intent:
1617
---
1718

1819
# Token acquisition

msal-dotnet-articles/acquiring-tokens/web-apps-apis/authorization-codes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ ms.service: msal
55
ms.subservice: msal-dotnet
66
ms.date: 05/20/2025
77
ms.reviewer:
8+
author:
9+
ms.author:
10+
ms.topic:
11+
manager:
12+
ms.custom:
13+
#Customer intent:
814
---
915

1016
# Using MSAL.NET to get tokens by authorization code (for web sites)

0 commit comments

Comments
 (0)