Bogdan Gavril

Results 169 issues of Bogdan Gavril

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...

Feature Request
WAM
public-client

AcquireTokenSilent(PublicClientApplication.OperatingSystemAccount)

enhancement
Feature Request
WAM

It is still "Experimental"

enhancement
Feature Request

Our ASP.NET Classic sample does not add `Client_info=1` in the auhorize request and use that info for caching.

bug
P2
documentation
Auth code

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.

enhancement
Feature Request

Existing doc: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/High-availability

documentation
Feature Request
ICM

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+,...

performance
Feature Request

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....

enhancement
Feature Request
ICM