-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scenarios attempting to use S.Security.Principal.WindowsIdentity.GetCurrent fail #946
Comments
For the moment, use the manual test guide: https://github.com/dotnet/wcf/blob/master/Documentation/manualtest-guide.md |
System.Security.Principal.WindowsIdentity.GetCurrent() is currently not an API supported in CoreFx, so are expected to fail on all platforms except Desktop. dotnet/corefx#7325 is an issue tracking a solution to the issue. (Note: no matter what, we will need to look at the manual test guide for this - #946 |
We need to spend some time investigating the following security tests on Linux
Fails always:
These seem to stem from the following callstack:
Investigate why using an ambient credential for Windows auth can work in tcp but not for http.
The text was updated successfully, but these errors were encountered: