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

Signature parts verification failing #390

Open
Tomas-Kraus opened this issue Jun 2, 2022 · 0 comments
Open

Signature parts verification failing #390

Tomas-Kraus opened this issue Jun 2, 2022 · 0 comments

Comments

@Tomas-Kraus
Copy link
Member

Signature verification part is defaulted to soap body. There is no other way to change it by specifying the parts.

In the SecurityRecipient.java, FilterProcessingContext fpContext = new FilterProcessingContext(context); is defaulting to body namespace.

fpContext -> securityPolicy -> _featureBinding -> targets.

There should be an API exposed to hook in the parts with namespaces that need to be verified.

The use case I have :
I have a connector protected with signed Timestamp.

Environment

Tomcat 6 , Metro 2.1 , JDK 1.6

Affected Versions

[2.1]

Source: javaee/metro-wsit#1688
Author: glassfishrobot

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

No branches or pull requests

1 participant