Skip to content

Commit 0803302

Browse files
Add more missing metadata
1 parent 5146c1c commit 0803302

16 files changed

Lines changed: 18 additions & 3 deletions

msal-dotnet-articles/advanced/extensibility-points.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ MSAL adopts the strategy of "make simple scenarios simple, make complex scenario
1010

1111
## Use your own HttpClient
1212

13-
Allows apps to adapt highly scalable HttpClient factories such as ASP.NET Core's [IHttpClientFactory](/aspnet/core/fundamentals/http-requests?view=aspnetcore-6.0).
13+
Allows apps to adapt highly scalable HttpClient factories such as ASP.NET Core's [IHttpClientFactory](/aspnet/core/fundamentals/http-requests).
1414
Helps desktop and mobile apps which have to deal with complex proxy configurations.
1515
Allows apps to fully control the HTTP messages.
1616

@@ -51,10 +51,10 @@ Allows apps to add query (GET) parameters to applications, customizing the exper
5151

5252
Useful to target Microsoft Entra service slices where new features or bug fixes are deployed first and to customize the UX experience with features not exposed by MSAL. Note that MSAL doesn't perform the `/authorize` request in ASP.NET / ASP.NET Core scenarios, so those calls are not affected!
5353

54-
Details [here](/dotnet/api/microsoft.identity.client.abstractacquiretokenparameterbuilder-1.withextraqueryparameters?view=azure-dotnet#microsoft-identity-client-abstractacquiretokenparameterbuilder-1-withextraqueryparameters(system-string))
54+
Details [here](/dotnet/api/microsoft.identity.client.abstractacquiretokenparameterbuilder-1.withextraqueryparameters?)
5555

5656
## Desktop / Mobile Apps - ICustomWebUi
5757

5858
Allows desktop and mobile apps to use their own browser instead of the embedded / system browsers provided by MSAL.
5959

60-
Details [here](/dotnet/api/microsoft.identity.client.extensibility.icustomwebui?view=azure-dotnet)
60+
Details [here](/dotnet/api/microsoft.identity.client.extensibility.icustomwebui?)

msal-dotnet-articles/how-to/build-apps-on-linux-ubuntu.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Building MSAL.NET applications on Linux
3+
ms.date: 03/17/2025
34
---
45

56
# Building MSAL.NET applications on Linux

msal-dotnet-articles/how-to/cache-options.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Cache options in MSAL.NET
3+
ms.date: 03/17/2025
34
---
45

56
# Cache options in MSAL.NET

msal-dotnet-articles/how-to/create-config-for-mam-conditional-access.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Creating configuration for Intune Mobile App Management conditional access
33
description: "This scenario includes a backend application, and an iOS and Android client applications. This article describes the steps to correctly configure these applications for Intune MAM."
4+
ms.date: 03/17/2025
45
---
56

67
# Creating configuration for Intune Mobile App Management conditional access

msal-dotnet-articles/how-to/custom-token-cache-in-public-client-applications.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Custom token cache for a public client applications
33
description: "This article is about custom token cache implementations for public client applications."
4+
ms.date: 03/17/2025
45
---
56

67
# Custom token cache for a public client applications

msal-dotnet-articles/how-to/default-reply-uri.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Default reply URI
33
description: "How to customize the reply URI in applications using MSAL.NET."
4+
ms.date: 03/17/2025
45
---
56

67
# Default reply URI

msal-dotnet-articles/how-to/get-tenant-profiles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Getting tenant profiles with MSAL.NET
3+
ms.date: 03/17/2025
34
---
45

56
# Getting tenant profiles with MSAL.NET

msal-dotnet-articles/how-to/install-nuget-custom-source.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Installing MSAL.NET from custom NuGet package source
33
description: "How to install NuGet from a source other than the NuGet package feed."
4+
ms.date: 03/17/2025
45
---
56

67
# Installing MSAL.NET from custom NuGet package source

msal-dotnet-articles/how-to/overriding-authority.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Overriding authority
33
description: "How to override the default authority in MSAL.NET applications."
4+
ms.date: 03/17/2025
45
---
56

67
# Overriding authority

msal-dotnet-articles/how-to/protect-ios-android-mam-intune.md

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

67
# Protecting iOS and Android applications with InTune

0 commit comments

Comments
 (0)