You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update info:
From a quick look at the code, Looks like WindowsIdentity.GetCurrent() in this case is used to be part of keys in two caches below:
private volatile MruCache<string, string> _credentialHashCache;
private volatile MruCache<string, HttpClient> _httpClientCache;
It does not look like it's necessary. However, we'll need to come out a way to form a unique key.
hongdai
changed the title
Tests use S.Security.Principal.WindowsIdentity.GetCurrent fail
Workaround scenarios failed by S.Security.Principal.WindowsIdentity.GetCurrent
Oct 6, 2016
hongdai
added a commit
to hongdai/wcf
that referenced
this issue
Oct 10, 2016
This is to find out a workaround for issue #946. The affected tests are:
NegotiateStream_Http_Tests.NegotiateStream_Http_With_ExplicitSpn [FAIL]
NegotiateStream_Http_Tests.NegotiateStream_Http_AmbientCredentials [FAIL]
Https_ClientCredentialTypeTests.WindowsAuthentication_RoundTrips_Echo [FAIL]
The text was updated successfully, but these errors were encountered: