-
Notifications
You must be signed in to change notification settings - Fork 558
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
Support DnsEndpointIdentity #12
Comments
This is currently pending the availability of TokenManager |
After discuss with Matt, I will: |
There are two major E2E scenarios, both are blocked because of dependent features are not available yet. |
I have implemented a positive E2E Scenario 2. Once the feature is fully enabled. I will add negative scenario tests. |
This may start coming through as part of my large change to turn on SslStream. Stay tuned on this. |
* Add support for SecurityMode.Transport in net.tcp * Add in support for client X509Certificates for WCF Core * Add StreamSecurityBindingElement * Add SslStreamSecurity and supporting components * Add WindowsStreamSecurity stubs * Import IdentityModel code around X509 cert, tokens * Disable failing tests due to WindowsStreamSecurity being stubbed now (dotnet#301) * Add support for DnsEndpointIdentity Fixes dotnet#9, dotnet#12, dotnet#81
* Add support for SecurityMode.Transport in net.tcp * Add in support for client X509Certificates for WCF Core * Add StreamSecurityBindingElement * Add SslStreamSecurity and supporting components * Add WindowsStreamSecurity stubs * Import IdentityModel code around X509 cert, tokens * Add support for DnsEndpointIdentity * Disable failing tests due to WindowsStreamSecurity being stubbed now (dotnet#301) * Cleanup of Tcp ClientCredentialType tests * Update project.lock.json files for new dependencies Fixes dotnet#9, dotnet#12, dotnet#81
* Add support for SecurityMode.Transport in net.tcp * Add in support for client X509Certificates for WCF Core * Add StreamSecurityBindingElement * Add SslStreamSecurity and supporting components * Add WindowsStreamSecurity stubs * Import IdentityModel code around X509 cert, tokens * Add support for DnsEndpointIdentity * Disable failing tests due to WindowsStreamSecurity being stubbed now (dotnet#301) * Cleanup of Tcp ClientCredentialType tests * Update project.lock.json files for new dependencies Fixes dotnet#9, dotnet#12, dotnet#81
E2E tests are passing in the lab. |
DnsEndpointIdentity currently throws PlatformNotSupportedException.
The text was updated successfully, but these errors were encountered: