microsoft-authentication-library-for-dotnet icon indicating copy to clipboard operation
microsoft-authentication-library-for-dotnet copied to clipboard

Microsoft Authentication Library (MSAL) for .NET

Results 434 microsoft-authentication-library-for-dotnet issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** This is the second iteration of adding more features and finishing the integration work - [ ] [Product Backlog Item...

enhancement
Feature Request
internal
WAM

- [ ] Add Integration/Acceptance tests for MSAL Runtime WAM on the C++ build pipeline - [ ] Add Integration tests on the MSAL .Net build pipeline

Feature Request

**Is your feature request related to a problem?** Currently the [AutomationTestAgentCert](https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/asset/Microsoft_Azure_KeyVault/Certificate/https://buildautomation.vault.azure.net/certificates/AzureADIdentityDivisionTestAgentCert) auto renews every 6 months. When this happens it breaks the build because we search based on thumbprint. Existing...

enhancement
Feature Request
build pipeline

When calling an RP which supports POP, they will send back some 401 Authenticate headers indicate support for POP (and most likely for Bearer as well). Upon calling the RP,...

Feature Request

The WWWAuthenticate helper fails for `Bearer authorization_uri=https://login.microsoftonline.com/12345678-268e-46c2-8d30-1ad8ad2cd49d/oauth2/authorize, resource_id=https://testingorg0127.crm10.dynamics.com/` There seem to be 2 problems: 1. MSAL does not know how to parse authorization_uri property 2. The WWWAUtheticate collection has 1...

bug
P2

Working on #2912 This gets rid of some Xamarin MinPlatformVersion warnings

Add logic to log data to telemetry. Currently for acquire_token following data points are included: | AttributeName | Log for MSAL | | ----------------- | --------------- | | EventInfo_Time |...

enhancement
Feature Request

Looks like the .NET fwk factory is throwing a lot of timeout errors: ![image](https://user-images.githubusercontent.com/12273384/182413201-3eaab18f-a3af-42c7-8f30-cdea832f88a2.png) Suggested fix: use .NET Core's factory on .net

bug
P2
availability
ICM

**Which version of MSAL.NET are you using?** **Platform** .NET Framework 4.7.2 **What authentication flow has the issue?** * Desktop / Mobile * [V ] Interactive **Is this a new or...

Feature Request
PublicClient