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

Port WCF message security to Core #3755

Closed
blowdart opened this issue May 20, 2016 · 14 comments
Closed

Port WCF message security to Core #3755

blowdart opened this issue May 20, 2016 · 14 comments

Comments

@blowdart
Copy link
Contributor

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.

@joshfree joshfree self-assigned this May 20, 2016
@ghost
Copy link

ghost commented May 20, 2016

Shouldn't this be filed in the donet/wfc repo?

@AndersAbel
Copy link

Would that include a SignedXml port? SAML2SecurityToken?

@karelz
Copy link
Member

karelz commented Sep 18, 2016

@danmosemsft is it part of netstandard2.0?

@danmoseley
Copy link
Member

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

@danmoseley
Copy link
Member

Folks who need this on .NET Core, please do thumbs up the top post.

@lwiechec
Copy link

👍 yes please!

@hemabhushanr
Copy link

Very Big yes please !
We are trying to expose our WCF services as REST (.NET Core 2.0) but we are unable to call WCF as our WCF services use message security
We really need this support.

@ccicchitelli
Copy link

Yes please!

@danmoseley
Copy link
Member

@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?

@zhenlan
Copy link
Member

zhenlan commented Feb 5, 2018

Correct - this should be moved to future.

@pthorsley
Copy link

Using .netcore 2.1 and no support for message security, big time bummer.

@edenprairie
Copy link

I need this badly!

@rpj
Copy link

rpj commented Jan 2, 2019

Any update on when this might land in .netcore proper?

@stephentoub stephentoub transferred this issue from dotnet/corefx Jul 22, 2019
@StephenBonikowsky
Copy link
Member

Support for security mode TransportWithMessageCredential has been added with #3657, see #8 for more info.

Adding support for the full Message security is tracked with #3424

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests