-
Notifications
You must be signed in to change notification settings - Fork 314
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 WSS4J subject cert constraints #135
base: main
Are you sure you want to change the base?
Support WSS4J subject cert constraints #135
Conversation
A comma separated String of regular expressions which will be applied to the subject DN of the certificate used for signature validation, after trust verification of the certificate chain associated with the certificate. https://ws.apache.org/wss4j/config.html
@runeflobakk Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@runeflobakk Thank you for signing the Contributor License Agreement! |
Is it something I can do to enable some progress on this pull request? Thank you. |
Not affiliated with Spring but it looks like you could add test cases. |
86e5d92
to
4c5bd74
Compare
If no Subject DN Certificate Constraint has been configured for the case described here http://koenserneels.blogspot.com/2013/09/ws-security-using-binarysecuritytoken.html WSS4J emits the following warning:
CryptoBase.java
This PR is a work-in-progress for adding support for configuring Subject DN Certificate Constraint for WSS4J (
SIG_SUBJECT_CERT_CONSTRAINTS
).More info in JIRA-issue: https://jira.spring.io/browse/SWS-1058