From 8f41bea5f37bbd77c99582bcef63d93beca1aad9 Mon Sep 17 00:00:00 2001 From: VSC-Service-Account Date: Mon, 18 Sep 2023 16:08:58 +0000 Subject: [PATCH 1/2] CI Update Build.Reason:Schedule Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=386184&view=results source_repo.branch:master source_repo.csvPath:bundlepackages/msal-dotnet source_repo.url:https://apidrop.visualstudio.com/binaries/_git/mrefconfig --- .../CredentialDescription.xml | 22 +++++++++---------- .../CredentialSourceLoaderParameters.xml | 2 +- .../ClientAssertionCertificate.xml | 2 +- .../ConfidentialClientApplication.xml | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/dotnet/xml/Microsoft.Identity.Abstractions/CredentialDescription.xml b/dotnet/xml/Microsoft.Identity.Abstractions/CredentialDescription.xml index 53e6049e7..c8b4e8182 100644 --- a/dotnet/xml/Microsoft.Identity.Abstractions/CredentialDescription.xml +++ b/dotnet/xml/Microsoft.Identity.Abstractions/CredentialDescription.xml @@ -171,7 +171,7 @@ To be added. To be added. - + - + @@ -210,8 +210,8 @@ To be added. To be added. - + CurrentUser/My) and specified by its distinguised name, used as a client credential in a confidential client application: @@ -221,7 +221,7 @@ :::code language="csharp" source="~/../abstractions-samples/test/Microsoft.Identity.Abstractions.Tests/CredentialDescriptionTest.cs" id="distinguishedname_csharp"::: ]]> - + @@ -250,7 +250,7 @@ To be added. To be added. - + - + @@ -291,10 +291,10 @@ To be added. Use this property in conjunction with or . - + @@ -323,8 +323,8 @@ To be added. Use this property in conjunction with . - + CurrentUser/My) and specified by its thumbprint, used as a client credential in a confidential client application: @@ -334,7 +334,7 @@ :::code language="csharp" source="~/../abstractions-samples/test/Microsoft.Identity.Abstractions.Tests/CredentialDescriptionTest.cs" id="thumbprint_csharp"::: ]]> - + @@ -571,7 +571,7 @@ To be added. To be added. - + - + diff --git a/dotnet/xml/Microsoft.Identity.Abstractions/CredentialSourceLoaderParameters.xml b/dotnet/xml/Microsoft.Identity.Abstractions/CredentialSourceLoaderParameters.xml index 4b4fd82cb..63acedae0 100644 --- a/dotnet/xml/Microsoft.Identity.Abstractions/CredentialSourceLoaderParameters.xml +++ b/dotnet/xml/Microsoft.Identity.Abstractions/CredentialSourceLoaderParameters.xml @@ -23,8 +23,8 @@ unless you are writing a custom credential loader. To be added. - + diff --git a/dotnet/xml/Microsoft.Identity.Client/ClientAssertionCertificate.xml b/dotnet/xml/Microsoft.Identity.Client/ClientAssertionCertificate.xml index e98c84add..b43a47c0e 100644 --- a/dotnet/xml/Microsoft.Identity.Client/ClientAssertionCertificate.xml +++ b/dotnet/xml/Microsoft.Identity.Client/ClientAssertionCertificate.xml @@ -37,8 +37,8 @@ Azure AD application) To understand the difference between public client applications and confidential client applications, see https://aka.ms/msal-net-client-applications - + diff --git a/dotnet/xml/Microsoft.Identity.Client/ConfidentialClientApplication.xml b/dotnet/xml/Microsoft.Identity.Client/ConfidentialClientApplication.xml index 37e21ae89..2b7f5e9ec 100644 --- a/dotnet/xml/Microsoft.Identity.Client/ConfidentialClientApplication.xml +++ b/dotnet/xml/Microsoft.Identity.Client/ConfidentialClientApplication.xml @@ -561,8 +561,8 @@ Authentication result containing a token for the requested scopes and account To be added. - + @@ -618,8 +618,8 @@ Authentication result containing a token for the requested scopes and account To be added. - + From 8cdc919a705b4be03a27a5e6aeded43ffb673b9d Mon Sep 17 00:00:00 2001 From: Docs Allowlist Management Date: Wed, 20 Sep 2023 09:37:12 +0000 Subject: [PATCH 2/2] ai generated description --- msal-dotnet-articles/advanced/exceptions/broker.md | 1 + msal-dotnet-articles/advanced/exceptions/index.md | 2 +- msal-dotnet-articles/advanced/exceptions/retry-policy.md | 2 +- msal-dotnet-articles/advanced/exceptions/unity.md | 1 + msal-dotnet-articles/advanced/extensibility-points.md | 1 + msal-dotnet-articles/advanced/high-availability.md | 2 +- msal-dotnet-articles/advanced/performance-testing.md | 2 +- msal-dotnet-articles/resources/known-issues.md | 2 +- msal-dotnet-articles/resources/telemetry-overview.md | 1 + msal-dotnet-articles/resources/troubleshooting.md | 2 +- 10 files changed, 10 insertions(+), 6 deletions(-) diff --git a/msal-dotnet-articles/advanced/exceptions/broker.md b/msal-dotnet-articles/advanced/exceptions/broker.md index 2431ec386..17ea102aa 100644 --- a/msal-dotnet-articles/advanced/exceptions/broker.md +++ b/msal-dotnet-articles/advanced/exceptions/broker.md @@ -1,5 +1,6 @@ --- title: Troubleshooting brokered applications +description: Master brokered authentication on Android with our troubleshooting guide. Learn about redirect URIs, broker versions, precedence, and log acquisition. --- # Troubleshooting brokered applications diff --git a/msal-dotnet-articles/advanced/exceptions/index.md b/msal-dotnet-articles/advanced/exceptions/index.md index ee8daac03..cfda9f01b 100644 --- a/msal-dotnet-articles/advanced/exceptions/index.md +++ b/msal-dotnet-articles/advanced/exceptions/index.md @@ -1,6 +1,6 @@ --- title: Exceptions in MSAL.NET -description: "Documentation on exceptions and their handling in MSAL.NET" +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. --- # Exceptions in MSAL.NET diff --git a/msal-dotnet-articles/advanced/exceptions/retry-policy.md b/msal-dotnet-articles/advanced/exceptions/retry-policy.md index 7f57a5e94..72d8331d5 100644 --- a/msal-dotnet-articles/advanced/exceptions/retry-policy.md +++ b/msal-dotnet-articles/advanced/exceptions/retry-policy.md @@ -1,6 +1,6 @@ --- title: Retry policies -description: "This document explains how to implement a custom retry policy around token acquisition operations." +description: Learn how to implement a custom retry policy for token acquisition operations in .NET with MSAL. Increase your service availability with our detailed guide. --- # Retry policies diff --git a/msal-dotnet-articles/advanced/exceptions/unity.md b/msal-dotnet-articles/advanced/exceptions/unity.md index 3436a8947..67ef45777 100644 --- a/msal-dotnet-articles/advanced/exceptions/unity.md +++ b/msal-dotnet-articles/advanced/exceptions/unity.md @@ -1,5 +1,6 @@ --- title: Troubleshooting MSAL.NET in Unity applications +description: Learn how to troubleshoot MSAL.NET in Unity applications. Understand the cause of runtime exceptions and discover effective solutions. --- # Troubleshooting MSAL.NET in Unity applications diff --git a/msal-dotnet-articles/advanced/extensibility-points.md b/msal-dotnet-articles/advanced/extensibility-points.md index cb07a17e9..1c249c94f 100644 --- a/msal-dotnet-articles/advanced/extensibility-points.md +++ b/msal-dotnet-articles/advanced/extensibility-points.md @@ -1,5 +1,6 @@ --- title: MSAL.NET extensibility points +description: Explore advanced extensibility points in MSAL.NET for scalable apps. Adapt HttpClient factories, modify token requests, inject query parameters, and more. --- # MSAL.NET extensibility points diff --git a/msal-dotnet-articles/advanced/high-availability.md b/msal-dotnet-articles/advanced/high-availability.md index f5ae15df1..706df8385 100644 --- a/msal-dotnet-articles/advanced/high-availability.md +++ b/msal-dotnet-articles/advanced/high-availability.md @@ -1,6 +1,6 @@ --- title: High availability considerations in MSAL.NET -description: "How to build highly available applications that use MSAL.NET." +description: Explore high availability considerations in MSAL.NET, including token cache, monitoring MSAL operations, logging, retry policy, and certificate rotation. Learn more now. --- # High availability considerations in MSAL.NET diff --git a/msal-dotnet-articles/advanced/performance-testing.md b/msal-dotnet-articles/advanced/performance-testing.md index 5e730272f..050c90f42 100644 --- a/msal-dotnet-articles/advanced/performance-testing.md +++ b/msal-dotnet-articles/advanced/performance-testing.md @@ -1,6 +1,6 @@ --- title: Performance testing of MSAL.NET -description: "Performance testing approach in MSAL.NET" +description: Explore performance testing of MSAL.NET with BenchmarkDotNet. Learn to run tests, view results, automate tests, and improve MSAL.NET performance. --- # Performance testing of MSAL.NET diff --git a/msal-dotnet-articles/resources/known-issues.md b/msal-dotnet-articles/resources/known-issues.md index 3df7d8f31..c007fd89f 100644 --- a/msal-dotnet-articles/resources/known-issues.md +++ b/msal-dotnet-articles/resources/known-issues.md @@ -1,6 +1,6 @@ --- title: Known issues with MSAL.NET -description: "Known issues when integrating with MSAL.NET." +description: Troubleshoot MSAL.NET with our guide on known issues, including device compliance failures, AndroidActivityNotFound exceptions, and build issues. --- # Known issues with MSAL.NET diff --git a/msal-dotnet-articles/resources/telemetry-overview.md b/msal-dotnet-articles/resources/telemetry-overview.md index cc8805ad5..e59a4f69c 100644 --- a/msal-dotnet-articles/resources/telemetry-overview.md +++ b/msal-dotnet-articles/resources/telemetry-overview.md @@ -1,5 +1,6 @@ --- title: MSAL.NET telemetry overview +description: Explore MSAL.NET's telemetry capabilities for Azure AD token endpoint requests. Learn about client-side state, error tracking, and SDK API usage metadata. --- # MSAL.NET telemetry overview diff --git a/msal-dotnet-articles/resources/troubleshooting.md b/msal-dotnet-articles/resources/troubleshooting.md index ba8db6f71..d449b92ee 100644 --- a/msal-dotnet-articles/resources/troubleshooting.md +++ b/msal-dotnet-articles/resources/troubleshooting.md @@ -1,6 +1,6 @@ --- title: Troubleshooting MSAL.NET -description: "How to troubleshoot some of the more common MSAL.NET issues." +description: Troubleshoot MSAL.NET issues with our comprehensive guide. Learn to fix JavaScript errors, region auto-discovery failures, and more on Microsoft's official site. --- # Troubleshooting MSAL.NET