Skip to content

Commit 28f9b5e

Browse files
committed
adding more values
1 parent 6db4620 commit 28f9b5e

35 files changed

Lines changed: 75 additions & 95 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.subservice: msal-dotnet
1111
ms.workload: identity
1212
ms.reviewer:
1313
ms.topic: how-to
14-
ms.custom: devx-track-csharp, aaddev, engagement-fy23, devx-track-dotnet
14+
ms.custom: devx-track-csharp, aaddev, devx-track-dotnet
1515
#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.
1616

1717
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: msal-dotnet
1010
ms.workload: identity
1111
ms.reviewer:
1212
ms.topic: reference
13-
ms.custom: devx-track-csharp, aaddev, engagement-fy23
13+
ms.custom: devx-track-csharp, aaddev
1414
#Customer intent:
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
1616

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ ms.date: 05/20/2025
88
ms.service: msal
99
ms.subservice: msal-dotnet
1010
ms.reviewer:
11-
ms.topic:
12-
ms.custom:
11+
ms.topic: conceptual
1312
#Customer intent:
1413
---
1514

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ ms.date: 05/22/2025
88
ms.service: msal
99
ms.subservice: msal-dotnet
1010
ms.reviewer:
11-
ms.topic:
12-
ms.custom:
11+
ms.topic: conceptual
1312
#Customer intent:
1413
---
1514

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ ms.date: 05/20/2025
88
ms.service: msal
99
ms.subservice: msal-dotnet
1010
ms.reviewer:
11-
ms.topic:
12-
ms.custom:
11+
ms.topic: conceptual
1312
#Customer intent:
1413
---
1514

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ ms.date: 05/20/2025
88
ms.service: msal
99
ms.subservice: msal-dotnet
1010
ms.reviewer:
11-
ms.topic:
12-
ms.custom:
11+
ms.topic: conceptual
1312
#Customer intent:
1413
---
1514

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ ms.date: 06/29/2023
88
ms.service: msal
99
ms.subservice: msal-dotnet
1010
ms.reviewer:
11-
ms.topic:
12-
ms.custom:
11+
ms.topic: conceptual
1312
#Customer intent:
1413
---
1514

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: Using MSAL.NET to get tokens by authorization code (for web sites)
33
description: "When users login to Web applications (web sites) using OpenID Connect, the web application receives an authorization code which it can redeem to acquire a token to call Web APIs."
4-
author:
4+
author: cilwerner
55
manager:
6-
ms.author:
7-
ms.date: 05/20/2025
6+
ms.author: cwerner
87
ms.service: msal
98
ms.subservice: msal-dotnet
109
ms.reviewer:
11-
ms.topic:
10+
ms.topic: conceptual
1211
ms.custom:
1312
#Customer intent:
1413
---

msal-dotnet-articles/acquiring-tokens/web-apps-apis/client-credential-flows.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: Client credential flows
33
description: "Client credential authentication flows allow services, APIs, and daemon applications to acquire a token without direct user interaction."
4-
author:
4+
author: cilwerner
55
manager:
6-
ms.author:
7-
ms.date: 05/20/2025
6+
ms.author: cwerner
87
ms.service: msal
98
ms.subservice: msal-dotnet
109
ms.reviewer:
11-
ms.topic:
10+
ms.topic: conceptual
1211
ms.custom:
1312
#Customer intent:
1413
---

msal-dotnet-articles/acquiring-tokens/web-apps-apis/confidential-client-assertions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Client assertions (MSAL.NET)
33
description: Learn about signed client assertions support for confidential client applications in the Microsoft Authentication Library for .NET (MSAL.NET).
4-
author: Dickson-Mwendia
4+
author: cilwerner
55
manager: CelesteDG
6-
ms.author: dmwendia
6+
ms.author: cwerner
77
ms.date: 06/04/2024
88
ms.service: msal
99
ms.subservice: msal-dotnet

0 commit comments

Comments
 (0)