Skip to content

Commit 086eb4b

Browse files
Merge pull request #663 from cilwerner/add-metadata-fields
Add metadata fields
2 parents fabaeba + 495a094 commit 086eb4b

56 files changed

Lines changed: 166 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/desktop-mobile/device-code-flow.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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.service: msal
5+
ms.subservice: msal-dotnet
6+
ms.date: 05/20/2025
47
---
58

69
# Using Device Code Flow in MSAL.NET

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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/20/2025
47
---
58

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: Using MSAL.NET With .NET MAUI
33
description: "How to use MSAL.NET on mobile platforms."
4+
ms.service: msal
5+
ms.subservice: msal-dotnet
6+
ms.date: 05/20/2025
47
---
58

69
# Using MSAL.NET With MAUI

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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.service: msal
5+
ms.subservice: msal-dotnet
6+
ms.date: 05/20/2025
47
---
58

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Using MSAL.NET with Web Account Manager (WAM)
33
description: "MSAL is able to call Web Account Manager (WAM), a Windows component that ships with the OS. This component acts as an authentication broker allowing the users of your app to benefit from integration with accounts known to Windows, such as the account you signed into your Windows session."
44
ms.date: 06/29/2023
5+
ms.service: msal
6+
ms.subservice: msal-dotnet
57
---
68

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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.service: msal
5+
ms.subservice: msal-dotnet
6+
ms.date: 05/20/2025
47
---
58

69
# 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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.service: msal
5+
ms.subservice: msal-dotnet
6+
ms.date: 05/20/2025
47
---
58

69
# Client credential flows

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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.service: msal
5+
ms.subservice: msal-dotnet
6+
ms.date: 05/20/2025
47
---
58

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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.service: msal
5+
ms.subservice: msal-dotnet
6+
ms.date: 05/20/2025
47
---
58

69
# Workload identity federation

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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.service: msal
5+
ms.subservice: msal-dotnet
6+
ms.date: 05/20/2025
47
---
58

69
# Using MSAL.NET with Android and iOS emulators

0 commit comments

Comments
 (0)