Bogdan Gavril
Bogdan Gavril
### Library version used 4.58 ### .NET version all ### Scenario ConfidentialClient - web api (AcquireTokenOnBehalfOf) ### Is this a new or an existing app? None ### Issue description and...
We need to test and fix our quick starts. Quick Starts are based on samples. For .NET these are: 1. ASP NET Web 2. ASP NET Core Web App 3....
Fixes #4468 **Changes proposed in this request** **Testing** **Performance impact** **Documentation** - [ ] All relevant documentation is updated.
### Library version used 4.58 ### .NET version all ### Scenario ConfidentialClient - web api (AcquireTokenOnBehalfOf) ### Is this a new or an existing app? None ### Issue description and...
### MSAL client type Confidential ### Problem Statement See comments on https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/1538 - some IdP like SalesForce do not allow scopes on client_credentials. ### Proposed solution _No response_ ### Alternatives...
- [ ] An opt-out from this behavior must be provided, e.g. via the CacheOptions API. - [ ] Approx size or count eviction limit should be configurable. - [...
ApiCompat is used for Wilson and SAL, and we should extend to MSAL. [Here ](https://identitydivision.visualstudio.com/IDDP/_taskgroup/5d4aa3fb-1633-42bb-9da3-ee1fcc3f8b9a) is the task group that we are using for cloud builds. If you are using...
This is a consistency item. Tracking epic: https://identitydivision.visualstudio.com/Engineering/_backlogs/backlog/Auth%20Client%20-%20Client%20SDK%20-%20DotNet/Features/?showParents=false&workitem=2092736 Work to be done: - [x] throw exception for federated users, we don't want to support this scenario. - [x] add new...
- net 462 - net6 - netstandard ? I would say initially no.
# P1 Requirements - [ ] Memory limits on internal cache, ideally LRU based https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4197 - [ ] No cache serialization in memory cache - [ ] Analyze the data...