microsoft-authentication-library-for-dotnet
microsoft-authentication-library-for-dotnet copied to clipboard
Microsoft Authentication Library (MSAL) for .NET
**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...
- [ ] Add Integration/Acceptance tests for MSAL Runtime WAM on the C++ build pipeline - [ ] Add Integration tests on the MSAL .Net build pipeline
**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...
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,...
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...
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 |...
Looks like the .NET fwk factory is throwing a lot of timeout errors:  Suggested fix: use .NET Core's factory on .net
**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...