-
Notifications
You must be signed in to change notification settings - Fork 562
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
Port WCF message security to Core #3755
Comments
Shouldn't this be filed in the donet/wfc repo? |
Would that include a SignedXml port? SAML2SecurityToken? |
@danmosemsft is it part of netstandard2.0? |
If it's in System.Web.Services.dll it's not part of .NET Standard 2.0. See https://github.com/dotnet/standard/tree/master/docs/netstandard-20 |
Folks who need this on .NET Core, please do thumbs up the top post. |
👍 yes please! |
Very Big yes please ! |
Yes please! |
@zhenlan do you have any update to share here? As far as I know this should be moved to Future as it's not currently scheduled for 2.1 right? |
Correct - this should be moved to future. |
Using .netcore 2.1 and no support for message security, big time bummer. |
I need this badly! |
Any update on when this might land in .netcore proper? |
For full WCF support, and compatibility with Mono, WCF needs to bring in Message Security and the myriad of supporting classes around it.
Message security enables confidentially, integrity and authentication within the message, rather than relying on the transport, thus enabling end-to-end security through message routers and a wider set of authentication mechanisms which are not limited by transport capabilities.
The text was updated successfully, but these errors were encountered: