Skip to content

Commit 5146c1c

Browse files
Add ms.date to resolve build validation issues
1 parent 71b531f commit 5146c1c

30 files changed

Lines changed: 31 additions & 3 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: msal
99
ms.subservice: msal-dotnet
1010
ms.topic: conceptual
1111
ms.workload: identity
12-
ms.date: 12/13/2023
12+
ms.date: 03/17/2025
1313
ms.author: dmwendia
1414
ms.reviewer: ddelimarsky
1515
ms.custom: devx-track-csharp, aaddev, devx-track-dotnet

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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+
ms.date: 03/17/2025
45
---
56

67
# Using Device Code Flow in MSAL.NET

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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.date: 03/17/2025
45
---
56

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Using MSAL.NET With .NET MAUI
33
description: "How to use MSAL.NET on mobile platforms."
4+
ms.date: 03/17/2025
45
---
56

67
# Using MSAL.NET With MAUI

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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+
ms.date: 03/17/2025
45
---
56

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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+
ms.date: 03/17/2025
45
---
56

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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+
ms.date: 03/17/2025
45
---
56

67
# Client credential flows

msal-dotnet-articles/acquiring-tokens/web-apps-apis/on-behalf-of-flow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: On-behalf-of flows with MSAL.NET
33
description: "How to use MSAL.NET to authenticate on behalf of a user."
4+
ms.date: 03/17/2025
45
---
56

67
# On-behalf-of flows with MSAL.NET

msal-dotnet-articles/acquiring-tokens/web-apps-apis/workload-identity-federation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Acquiring a token with federated workload identity
33
description: "How to acquire tokens with federated workload identity in MSAL.NET"
4+
ms.date: 03/17/2025
45
---
56

67
# Workload identity federation

msal-dotnet-articles/advanced/android-ios-emulator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Using MSAL.NET with Android and iOS emulators
33
description: "How to use MSAL.NET with Android and iOS device emulators."
4+
ms.date: 03/17/2025
45
---
56

67
# Using MSAL.NET with Android and iOS emulators

0 commit comments

Comments
 (0)