Bogdan Gavril
Bogdan Gavril
Fix for #3578
This PR isn't necessarily review-able file by file, you can review 1 or 2 csproj and you'll get the picture. They are all generated by VS. Change introduced: 1. Debug...
With WAM, it is necessary to add a Window Handle, but this is a pretty obscure concept and we need to provide more help for it. - [ ] Improve...
AcquireTokenSilent(PublicClientApplication.OperatingSystemAccount)
It is still "Experimental"
Fix the caching and investigate the OWIN redirect URI / challenge verb in our ASP.NET classic sample
Our ASP.NET Classic sample does not add `Client_info=1` in the auhorize request and use that info for caching.
Please see the final spec: https://identitydivision.visualstudio.com/DevEx/_git/AuthLibrariesApiReview?path=/PoPTokensProtocol/PoP_API_In_MSAL.md It introduces a new "IsPOPSupported" API.
Existing doc: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/High-availability
MSAL's default HttpClient does not handle DNS changes. **Proposal**: use `System.Net.Http.SocketsHttpHandler` on confidential client flows The configuration should be similar to ```csharp #if NETCOREAPP2_1_OR_GREATER // Starting with netcore2.1 and .NET5+,...
Implement a telemetry-based feedback loop that detects suboptimal use of MSAL. MSAL already collects some datapoints about exceptions, but the data has never been actioned due to lack of resourcing....