AzureAD / microsoft-authentication-library-for-dotnet

Microsoft Authentication Library (MSAL) for .NET
https://aka.ms/msal-net
MIT License
1.39k stars 340 forks source link

[Bug] Better error messages for IWA #2731

Closed bgavrilMS closed 3 years ago

bgavrilMS commented 3 years ago

Msal 4.33

It's simply disabled https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/e7fd6b8abfdb63dcf2aaa460aeec3616b40ba3ea/src/client/Microsoft.Identity.Client/Internal/Requests/IntegratedWindowsAuthRequest.cs#L54

But even removing that line does not seem to work, as the first leg of request (the userrealm query) results in a 404 NotFound.

We need to find the spec for IWA.

jmprieur commented 3 years ago

we discussed:

maliksahil commented 3 years ago

Yep, happy to help. Will discuss and come up with a spec.

trwalke commented 3 years ago

Issue for supporting IWA in ADFS https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/2771