Closed bgavrilMS closed 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.
we discussed:
Yep, happy to help. Will discuss and come up with a spec.
Issue for supporting IWA in ADFS https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/2771
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.