microsoft-authentication-library-for-dotnet
microsoft-authentication-library-for-dotnet copied to clipboard
Microsoft Authentication Library (MSAL) for .NET
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.
Fixes # https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3026 **Changes proposed in this request** Adding POP support to wwwAuthenticateParameters Revising api to support multiple WWW-Authenticate headers. **Testing** Unit testing **Performance impact**
**Logs/Stack trace** Exception: ex {MSAL.Xamarin.Android.4.45.0.0.MsalClientException: ErrorCode: state_mismatch Microsoft.Identity.Client.MsalClientException: Returned state(aac8c6e9-edaf-42e6-a331-76cc438e85fd5fe3a1e5-cee8-467a-a706-75f25335f3bf) from authorize endpoint is not the same as the one sent(dd41da34-58f2-4790-b9e7-91060be5e8b217203b87-3b3e-42fd-9b18-6feb4cce3b8a). See https://aka.ms/msal-statemismatcherror for more details. Stack Trace: at Microsoft.Identity.Client.Internal.AuthCodeRequestComponent.VerifyAuthorizationResult...
**Which version of MSAL.NET are you using?** MSAL.NET 4.46.0 **Platform** .NET 6 **What authentication flow has the issue?** * Desktop / Mobile * [ ] Interactive * [X] Integrated Windows...
Not a fan of packages without icons... so, behold! A PACKAGE ICON! :) The logo is copied from: http://go.microsoft.com/fwlink/?LinkID=288890 This logo is used in other Microsoft projects like: https://github.com/microsoft/OpenAPI.NET/commit/74fd5143c553758a74ddb7600fdce1b32eaed176 (The...
Initial PR to add support: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/3262 - [x] Add Android and iOS support first - [x] Fix the CI build as well - [x] Manual testing Android and iOS scenarios...
Support MacCatalyst in the library
Is this something desireable to upgrade projects to Project SDK? (There are quite a few more devapps still on the old .csproj format)