-
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
Support security mode Message #3424
Comments
Core is unusable till there will be a way to consume WCF services. Therefor ASP.NET Core is unusable also. So stuck in 2019 with 2013 technology. GG. |
Want to get this done for 5.0 if possible but we have a dependency on some external APIs that would have to be provided in order for us to get this working. (such as SignedXml). |
Tagging @krispenner |
Hi @mconnew and @StephenBonikowsky, are there any updates on this task? It has been blocked for over a year so I'm just checking in again :) Can you also confirm that this task, when or if completed, will resolve the issue @mconnew discusses with me here?
I assume the blocker here is due to the code that isn't yet in .NET Core? If so, any update or timeline (.NET 6, 7, ... 10) on that would be much appreciated. |
Sorry, no update on the timeline. One of the blockers is absence of an implementation of the STR Transform for signed XML. There is also another unknown, which is the encryption part. There is an implementation of xml encryption in I'm sorry I don't have a better answer for you. Realistically it's really unlikely to be done for .NET 7 as other large tasks are in the pipe before that. I can't speak to priorities beyond that. |
Thank you very much @mconnew for the detailed and honest update. |
@mconnew |
@brianwaynerogers |
Same situation here, using .NET 7; AsymmetricSecurityBindingElement is not present. |
The workaround that I used to access the unmoveable government API is to create a .Net 4.8 self hosted service with the same API interface that receives requests from .Net 7.0 clients and proxies them to the gov't API |
Add to: Support for Message Security #5641 |
Splitting issue #8 into two. This issue will be for full Message security including signing and encrypting as the SOAP message level.
The text was updated successfully, but these errors were encountered: