Skip to content

Commit 6db4620

Browse files
committed
sorted metadata
1 parent ad374ed commit 6db4620

88 files changed

Lines changed: 362 additions & 363 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/acquire-token-silently.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ description: Learn how to acquire an access token silently (from the token cache
44
services: active-directory
55
author: Dickson-Mwendia
66
manager: CelesteDG
7-
7+
ms.author: dmwendia
8+
ms.date: 08/24/2023
89
ms.service: msal
910
ms.subservice: msal-dotnet
10-
ms.topic: how-to
1111
ms.workload: identity
12-
ms.date: 08/24/2023
13-
ms.author: dmwendia
1412
ms.reviewer:
13+
ms.topic: how-to
1514
ms.custom: devx-track-csharp, aaddev, engagement-fy23, devx-track-dotnet
1615
#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.
16+
1717
---
1818

1919
# Get a token from the token cache using MSAL.NET

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ title: Understanding the AcquireTokenAsync API
33
description: Learn how to acquire tokens silently in public and confidential client applications using MSAL.NET
44
author: Dickson-Mwendia
55
manager: CelesteDG
6-
6+
ms.author: dmwendia
7+
ms.date: 03/17/2023
78
ms.service: msal
89
ms.subservice: msal-dotnet
9-
ms.topic: reference
1010
ms.workload: identity
11-
ms.date: 03/17/2023
12-
ms.author: dmwendia
1311
ms.reviewer:
12+
ms.topic: reference
1413
ms.custom: devx-track-csharp, aaddev, engagement-fy23
15-
# Customer intent: As an application developer, I want to learn how to acquire tokens silently in public and confidential client applications using MSAL.NET
1614
#Customer intent:
15+
# 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+
1717
---
1818
# Understanding the `AcquireTokenAsync` API
1919

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ description: Learn how to clear the token cache using the Microsoft Authenticati
44
services: active-directory
55
author: Dickson-Mwendia
66
manager: CelesteDG
7-
7+
ms.author: dmwendia
8+
ms.date: 08/24/2023
89
ms.service: msal
910
ms.subservice: msal-dotnet
10-
ms.topic: how-to
1111
ms.workload: identity
12-
ms.date: 08/24/2023
13-
ms.author: dmwendia
1412
ms.reviewer:
13+
ms.topic: how-to
1514
ms.custom: devx-track-csharp, aaddev, devx-track-dotnet
1615
#Customer intent: As an application developer, I want to learn how how to clear the token cache so I can .
16+
1717
---
1818

1919
# Clear the token cache using MSAL.NET

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ description: "How to acquire tokens with MSAL.NET and user interaction."
44
services: active-directory
55
author: Dickson-Mwendia
66
manager: CelesteDG
7+
ms.author: dmwendia
8+
ms.date: 12/13/2023
79
ms.service: msal
810
ms.subservice: msal-dotnet
9-
ms.topic: conceptual
1011
ms.workload: identity
11-
ms.date: 12/13/2023
12-
ms.author: dmwendia
1312
ms.reviewer:
13+
ms.topic: conceptual
1414
ms.custom: devx-track-csharp, aaddev, devx-track-dotnet
1515
#Customer intent:
1616
---

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ description: Learn about Active Directory Federation Services (ADFS) support in
44
services: active-directory
55
author: Dickson-Mwendia
66
manager: CelesteDG
7-
7+
ms.author: dmwendia
8+
ms.date: 08/24/2023
89
ms.service: msal
910
ms.subservice: msal-dotnet
10-
ms.topic: conceptual
1111
ms.workload: identity
12-
ms.date: 08/24/2023
13-
ms.author: dmwendia
1412
ms.reviewer:
13+
ms.topic: conceptual
1514
ms.custom: devx-track-csharp, aaddev, devx-track-dotnet
1615
#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.
16+
1717
---
1818

1919
# Active Directory Federation Services support in MSAL.NET

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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:
5+
manager:
6+
ms.author:
7+
ms.date: 05/20/2025
48
ms.service: msal
59
ms.subservice: msal-dotnet
6-
ms.date: 05/20/2025
710
ms.reviewer:
8-
author:
9-
ms.author:
1011
ms.topic:
11-
manager:
1212
ms.custom:
1313
#Customer intent:
1414
---

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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-
ms.service: msal
5-
ms.subservice: msal-dotnet
6-
ms.date: 05/22/2025
74
author:
8-
ms.author:
9-
ms.topic:
105
manager:
6+
ms.author:
7+
ms.date: 05/22/2025
8+
ms.service: msal
9+
ms.subservice: msal-dotnet
1110
ms.reviewer:
11+
ms.topic:
1212
ms.custom:
1313
#Customer intent:
1414
---

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Using MSAL.NET With .NET MAUI
33
description: "How to use MSAL.NET on mobile platforms."
4+
author:
5+
manager:
6+
ms.author:
7+
ms.date: 05/20/2025
48
ms.service: msal
59
ms.subservice: msal-dotnet
6-
ms.date: 05/20/2025
710
ms.reviewer:
8-
author:
9-
ms.author:
1011
ms.topic:
11-
manager:
1212
ms.custom:
1313
#Customer intent:
1414
---

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ description: "You can use MSAL.NET to sign-in users with social identities by us
44
services: active-directory
55
author: henrymbuguakiarie
66
manager: CelesteDG
7-
7+
ms.author: dmwendia
8+
ms.date: 05/21/2024
89
ms.service: msal
910
ms.subservice: msal-dotnet
10-
ms.topic: conceptual
1111
ms.workload: identity
12-
ms.date: 05/21/2024
13-
ms.author: dmwendia
1412
ms.reviewer:
13+
ms.topic: conceptual
1514
ms.custom: devx-track-csharp, aaddev, devx-track-dotnet
16-
# 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.
1715
#Customer intent:
16+
# 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+
1818
---
1919

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Username and password (ROPC) authentication with MSAL.NET
33
description: "In your desktop application, you can use the username and password flow to acquire a token silently. No UI is required when using the application."
4+
author:
5+
manager:
6+
ms.author:
7+
ms.date: 05/20/2025
48
ms.service: msal
59
ms.subservice: msal-dotnet
6-
ms.date: 05/20/2025
710
ms.reviewer:
8-
author:
9-
ms.author:
1011
ms.topic:
11-
manager:
1212
ms.custom:
1313
#Customer intent:
1414
---

0 commit comments

Comments
 (0)