Skip to content

Commit a0d8fd2

Browse files
Merge pull request #665 from cilwerner/add-metadata-fields
Bulk metadata field additions
2 parents 086eb4b + be0f7bf commit a0d8fd2

93 files changed

Lines changed: 654 additions & 244 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.

dotnet/api/overview/core-msal-net-libraries/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
---
22
title: Core MSAL.NET Libraries
33
description: "Core MSAL.NET libraries enable developers to build token acquisition flows into their applications both on the client (e.g., desktop, mobile, and web) as well as on the service sides (e.g., web APIs)."
4+
author: Dickson-Mwendia
5+
manager:
6+
ms.author: dmwendia
7+
ms.date: 05/22/2025
8+
ms.service: msal
9+
ms.subservice: msal-dotnet
10+
ms.reviewer:
11+
ms.topic: conceptual
12+
ms.custom:
13+
#Customer intent:
414
---
515

616
# Core MSAL.NET Libraries

dotnet/api/overview/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
---
22
title: MSAL.NET API Reference Documentation
33
description: "The full overview of the MSAL.NET API surface."
4+
author: Dickson-Mwendia
5+
manager: CelesteDG
6+
ms.author: dmwendia
7+
ms.date: 12/13/2023
8+
ms.service: msal
9+
ms.subservice: msal-dotnet
10+
ms.reviewer:
11+
ms.topic: conceptual
12+
ms.custom: devx-track-csharp, aaddev, devx-track-dotnet
13+
#Customer intent:
414
---
515

616
# MSAL.NET API Reference Documentation

msal-dotnet-articles/acquiring-tokens/acquire-token-silently.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
---
22
title: Acquire a token from the cache (MSAL.NET)
33
description: Learn how to acquire an access token silently (from the token cache) using the Microsoft Authentication Library for .NET (MSAL.NET).
4-
services: active-directory
5-
author: Dickson-Mwendia
4+
author: cilwerner
65
manager: CelesteDG
7-
6+
ms.author: cwerner
7+
ms.date: 08/24/2023
88
ms.service: msal
99
ms.subservice: msal-dotnet
10-
ms.topic: how-to
11-
ms.workload: identity
12-
ms.date: 08/24/2023
13-
ms.author: dmwendia
1410
ms.reviewer:
15-
ms.custom: devx-track-csharp, aaddev, engagement-fy23, devx-track-dotnet
11+
ms.topic: how-to
12+
ms.custom: devx-track-csharp, aaddev, devx-track-dotnet
1613
#Customer intent: As an application developer, I want to learn how how to use the AcquireTokenSilent method so I can acquire tokens from the cache.
1714
---
1815

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
22
title: Understanding the AcquireTokenAsync API
33
description: Learn how to acquire tokens silently in public and confidential client applications using MSAL.NET
4-
author: Dickson-Mwendia
4+
author: cilwerner
55
manager: CelesteDG
6-
6+
ms.author: cwerner
7+
ms.date: 03/17/2023
78
ms.service: msal
89
ms.subservice: msal-dotnet
9-
ms.topic: reference
10-
ms.workload: identity
11-
ms.date: 03/17/2023
12-
ms.author: dmwendia
1310
ms.reviewer:
14-
ms.custom: devx-track-csharp, aaddev, engagement-fy23
11+
ms.topic: reference
12+
ms.custom: devx-track-csharp, aaddev
13+
#Customer intent:
1514
# Customer intent: As an application developer, I want to learn how to acquire tokens silently in public and confidential client applications using MSAL.NET
1615
---
1716
# Understanding the `AcquireTokenAsync` API

msal-dotnet-articles/acquiring-tokens/clear-token-cache.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
---
22
title: Clear the token cache (MSAL.NET)
33
description: Learn how to clear the token cache using the Microsoft Authentication Library for .NET (MSAL.NET).
4-
services: active-directory
5-
author: Dickson-Mwendia
4+
author: cilwerner
65
manager: CelesteDG
7-
6+
ms.author: cwerner
7+
ms.date: 08/24/2023
88
ms.service: msal
99
ms.subservice: msal-dotnet
10-
ms.topic: how-to
11-
ms.workload: identity
12-
ms.date: 08/24/2023
13-
ms.author: dmwendia
1410
ms.reviewer:
11+
ms.topic: how-to
1512
ms.custom: devx-track-csharp, aaddev, devx-track-dotnet
1613
#Customer intent: As an application developer, I want to learn how how to clear the token cache so I can .
1714
---

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
---
22
title: Acquiring tokens interactively
33
description: "How to acquire tokens with MSAL.NET and user interaction."
4-
services: active-directory
5-
author: Dickson-Mwendia
4+
author: cilwerner
65
manager: CelesteDG
7-
6+
ms.author: cwerner
7+
ms.date: 12/13/2023
88
ms.service: msal
99
ms.subservice: msal-dotnet
10-
ms.topic: conceptual
11-
ms.workload: identity
12-
ms.date: 12/13/2023
13-
ms.author: dmwendia
1410
ms.reviewer:
11+
ms.topic: conceptual
1512
ms.custom: devx-track-csharp, aaddev, devx-track-dotnet
13+
#Customer intent:
1614
---
1715

1816
# Acquiring tokens interactively

msal-dotnet-articles/acquiring-tokens/desktop-mobile/adfs-support.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
---
22
title: ADFS support in MSAL.NET
33
description: Learn about Active Directory Federation Services (ADFS) support in the Microsoft Authentication Library for .NET (MSAL.NET).
4-
services: active-directory
5-
author: Dickson-Mwendia
4+
author: cilwerner
65
manager: CelesteDG
7-
6+
ms.author: cwerner
7+
ms.date: 08/24/2023
88
ms.service: msal
99
ms.subservice: msal-dotnet
10-
ms.topic: conceptual
11-
ms.workload: identity
12-
ms.date: 08/24/2023
13-
ms.author: dmwendia
1410
ms.reviewer:
11+
ms.topic: conceptual
1512
ms.custom: devx-track-csharp, aaddev, devx-track-dotnet
1613
#Customer intent: As an application developer, I want to learn about AD FS support in MSAL.NET so I can decide if this platform meets my application development needs and requirements.
1714
---

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
---
22
title: Using Device Code Flow in MSAL.NET
33
description: "Interactive authentication with Microsoft Entra ID requires a web browser. However, in the case of devices and operating systems that do not provide a Web browser, Device Code Flow lets the user use another device (for instance another computer or a mobile phone) to sign-in interactively."
4+
author: cilwerner
5+
manager:
6+
ms.author: cwerner
7+
ms.date: 05/20/2025
48
ms.service: msal
59
ms.subservice: msal-dotnet
6-
ms.date: 05/20/2025
10+
ms.reviewer:
11+
ms.topic: conceptual
12+
#Customer intent:
713
---
814

915
# Using Device Code Flow in MSAL.NET

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
---
22
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."
4+
author: cilwerner
5+
manager:
6+
ms.author: cwerner
7+
ms.date: 05/22/2025
48
ms.service: msal
59
ms.subservice: msal-dotnet
6-
ms.date: 05/20/2025
10+
ms.reviewer:
11+
ms.topic: conceptual
12+
#Customer intent:
713
---
814

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

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
---
22
title: Using MSAL.NET With .NET MAUI
33
description: "How to use MSAL.NET on mobile platforms."
4+
author: cilwerner
5+
manager:
6+
ms.author: cwerner
7+
ms.date: 05/20/2025
48
ms.service: msal
59
ms.subservice: msal-dotnet
6-
ms.date: 05/20/2025
10+
ms.reviewer:
11+
ms.topic: conceptual
12+
#Customer intent:
713
---
814

915
# Using MSAL.NET With MAUI

0 commit comments

Comments
 (0)