Skip to content
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

S.PNSE: Operation is not supported on this platform on OS X runs. #955

Closed
StephenBonikowsky opened this issue Mar 30, 2016 · 2 comments
Closed
Assignees
Labels
bug This is a product bug. OSX An issue specific to MacOs
Milestone

Comments

@StephenBonikowsky
Copy link
Member

SUMMARY
Based on Jason’s recent comments we might expect Ntlm and Kerberos to be supported on OS X but it looks like there is still some work to do here.

Failing Tests

  • Security.TransportSecurity.Tests#Https_ClientCredentialTypeTests.NtlmAuthentication_RoundTrips_Echo
  • Security.TransportSecurity.Tests#Https_ClientCredentialTypeTests.WindowsAuthentication_RoundTrips_Echo

Call Stack
Unhandled exception of type 'Xunit.Sdk.TrueException': Error: System.PlatformNotSupportedException: Operation is not supported on this platform.\n
at System.Security.Principal.WindowsIdentity.GetCurrent()\n
at System.ServiceModel.Security.SecurityUtils.NetworkCredentialHelper.GetCurrentUserIdAsString(NetworkCredential credential)\n
at System.ServiceModel.Security.SecurityUtils.AppendWindowsAuthenticationInfo(String inputString, NetworkCredential credential, AuthenticationLevel authenticationLevel, TokenImpersonationLevel impersonationLevel)\n
at System.ServiceModel.Channels.HttpChannelFactory1.GetConnectionGroupName(NetworkCredential credential, AuthenticationLevel authenticationLevel, TokenImpersonationLevel impersonationLevel, SecurityTokenContainer clientCertificateToken)\n at System.ServiceModel.Channels.HttpChannelFactory1.GetHttpClient(EndpointAddress to, NetworkCredential credential, TokenImpersonationLevel impersonationLevel, AuthenticationLevel authenticationLevel, SecurityTokenContainer clientCertificateToken)\n
at System.ServiceModel.Channels.HttpChannelFactory`1.d__42.MoveNext()\n

@StephenBonikowsky StephenBonikowsky added bug This is a product bug. OSX An issue specific to MacOs labels Mar 30, 2016
@zhenlan zhenlan added this to the 2016.03 milestone Mar 31, 2016
@iamjasonp
Copy link
Member

See #946

@zhenlan zhenlan modified the milestones: 2016.03, 2016.04 Apr 12, 2016
@zhenlan zhenlan modified the milestones: 2016.04, 2016.05 May 10, 2016
@zhenlan zhenlan modified the milestones: 2016.05, 1.0.0-rtm May 24, 2016
@iamjasonp
Copy link
Member

Looks like when making the above comment, I clicked "comment" rather than "close and comment". Closing this since #946 adequately tracks this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is a product bug. OSX An issue specific to MacOs
Projects
None yet
Development

No branches or pull requests

3 participants