Skip to content

Commit 3b1f1e9

Browse files
committed
added author, ms.author, ms.topic items to advanced articles
1 parent 12d3e97 commit 3b1f1e9

34 files changed

Lines changed: 93 additions & 96 deletions

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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-
author:
4+
author: Dickson-Mwendia
55
manager:
6-
ms.author:
6+
ms.author: dmwendia
77
ms.date: 05/20/2025
88
ms.service: msal
99
ms.subservice: msal-dotnet
1010
ms.reviewer:
11-
ms.topic:
11+
ms.topic: conceptual
1212
ms.custom:
1313
#Customer intent:
1414
---

msal-dotnet-articles/advanced/backup-authentication-system.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Backup authentication system
33
description: "The Microsoft Entra backup authentication system enables the caching of credentials processed by the Evolved Security Token Service (ESTS) in order to provide resiliency during outages in Microsoft Entra authentication services."
4-
author:
4+
author: Dickson-Mwendia
55
manager:
6-
ms.author:
6+
ms.author: dmwendia
77
ms.date: 05/20/2025
88
ms.service: msal
99
ms.subservice: msal-dotnet
1010
ms.reviewer:
11-
ms.topic:
11+
ms.topic: conceptual
1212
ms.custom:
1313
#Customer intent:
1414
---

msal-dotnet-articles/advanced/clearing-token-cache.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Cleaning the token cache
33
description: "How to clear the token cache used by MSAL.NET"
4-
author:
4+
author: Dickson-Mwendia
55
manager:
6-
ms.author:
6+
ms.author: dmwendia
77
ms.date: 05/20/2025
88
ms.service: msal
99
ms.subservice: msal-dotnet
1010
ms.reviewer:
11-
ms.topic:
11+
ms.topic: conceptual
1212
ms.custom:
1313
#Customer intent:
1414
---

msal-dotnet-articles/advanced/client-and-server-throttling.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Understanding client and server throttling in MSAL.NET
33
description: "Microsoft Entra ID throttles applications when you call the authentication API too frequently. Learn how to handle this with MSAL.NET."
4-
author:
4+
author: Dickson-Mwendia
55
manager:
6-
ms.author:
6+
ms.author: dmwendia
77
ms.date: 05/20/2025
88
ms.service: msal
99
ms.subservice: msal-dotnet
1010
ms.reviewer:
11-
ms.topic:
11+
ms.topic: conceptual
1212
ms.custom:
1313
#Customer intent:
1414
---

msal-dotnet-articles/advanced/client-credential-multi-tenant.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Using MSAL.NET for client credential flow in multi-tenant services
33
description: Learn Microsoft's Advanced Client Credential Multi-Tenant with MSAL.NET, token caching, and Microsoft.Identity.Web for ASP.NET Core.
4-
author:
4+
author: Dickson-Mwendia
55
manager:
6-
ms.author:
6+
ms.author: dmwendia
77
ms.date: 05/20/2025
88
ms.service: msal
99
ms.subservice: msal-dotnet
1010
ms.reviewer:
11-
ms.topic:
11+
ms.topic: conceptual
1212
ms.custom:
1313
#Customer intent:
1414
---

msal-dotnet-articles/advanced/custom-authority-aliases.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Custom authority aliases
33
description: "How to use custom authority aliases with your MSAL.NET applications."
4-
author:
4+
author: Dickson-Mwendia
55
manager:
6-
ms.author:
6+
ms.author: dmwendia
77
ms.date: 05/20/2025
88
ms.service: msal
99
ms.subservice: msal-dotnet
1010
ms.reviewer:
11-
ms.topic:
11+
ms.topic: conceptual
1212
ms.custom:
1313
#Customer intent:
1414
---

msal-dotnet-articles/advanced/exceptions/broker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Troubleshooting brokered applications
33
description: Master brokered authentication on Android with our troubleshooting guide. Learn about redirect URIs, broker versions, precedence, and log acquisition.
4-
author:
4+
author: Dickson-Mwendia
55
manager:
6-
ms.author:
6+
ms.author: dmwendia
77
ms.date: 05/20/2025
88
ms.service: msal
99
ms.subservice: msal-dotnet
1010
ms.reviewer:
11-
ms.topic:
11+
ms.topic: conceptual
1212
ms.custom:
1313
#Customer intent:
1414
---

msal-dotnet-articles/advanced/exceptions/device-authentication-errors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Device authentication errors
33
description: "Errors that can show up when using device authentication with MSAL.NET."
4-
author:
4+
author: Dickson-Mwendia
55
manager:
6-
ms.author:
6+
ms.author: dmwendia
77
ms.date: 05/20/2025
88
ms.service: msal
99
ms.subservice: msal-dotnet
1010
ms.reviewer:
11-
ms.topic:
11+
ms.topic: conceptual
1212
ms.custom:
1313
#Customer intent:
1414
---

msal-dotnet-articles/advanced/exceptions/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Exceptions in MSAL.NET
33
description: Master handling exceptions in MSAL.NET with this comprehensive guide. Learn about different types of exceptions, common issues, and how to implement retry policies.
4-
author:
4+
author: Dickson-Mwendia
55
manager:
6-
ms.author:
6+
ms.author: dmwendia
77
ms.date: 05/20/2025
88
ms.service: msal
99
ms.subservice: msal-dotnet
1010
ms.reviewer:
11-
ms.topic:
11+
ms.topic: conceptual
1212
ms.custom:
1313
#Customer intent:
1414
---

msal-dotnet-articles/advanced/exceptions/msal-error-handling.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ ms.reviewer:
1212
ms.topic: conceptual
1313
ms.custom: aaddev, devx-track-dotnet
1414
#Customer intent:
15-
1615
---
1716
# Handle errors and exceptions in MSAL.NET
1817

0 commit comments

Comments
 (0)