Bogdan Gavril
Bogdan Gavril
Update FMI tests: 1. Delete non-regional versions, since we expect region to always be used 2. Update test for flow 4, which mentions getting a FIC 3. Disable test for...
Fixes #4518 and #5056 **Changes proposed in this request** - remove newtonsoft from MSAL (but not from tests, it's missing some functionality around DeepEquals) - use System.Text.Json version 6.0.11 (in...
MSAL is being published on PowerShellGallery https://www.powershellgallery.com/packages/Microsoft.Identity.Client/ under the name Microsoft.Identity.Client This is causing 2 problems: 1. It causes name conflicts with nuget.org - for example some folks are pulling...
### Library version used 4.64.0 ### .NET version net6-android, net6-ios ### Scenario PublicClient - mobile app ### Is this a new or an existing app? None ### Issue description and...
### MSAL client type Public, Confidential, Managed identity ### Problem statement With MSAL 4.66.0 and below, only the .NET version of MSAL uses System.Text.Json. The rest of the tfms use...
Fixes # **Changes proposed in this request** **Testing** **Performance impact** **Documentation** - [ ] All relevant documentation is updated.
Currently the samples are using Id.Web 3.0.0 ... There were bug fixes and new features added in 3.5.0 that we should take advantage of. In particular, error messages when Id.Web...
Related to - https://github.com/AzureAD/microsoft-authentication-library-for-python/issues/639 The docs still reference the use of SHA1 https://msal-python.readthedocs.io/en/latest/#msal.ClientApplication.params.client_credential This needs to be fixed as per original issue. All docs need to showcase the use of...
Changelog https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/5348
### Documentation related to component Calling multiple APIs with different credentials: ```json { "App1AzureAd": { "Instance": "https://login.microsoftonline.com/", "TenantId": "f645ad92-e38d-4d1a-b510-d1b09a74a8ca", "ClientId": "123A", "ClientCredentials": [ { // credential 1 - e.g. FIC...