Sergey Beryozkin created CXF-7434:
-------------------------------------
Summary: Improve JweJson and JwsJson filter support
Key: CXF-7434
URL: https://issues.apache.org/jira/browse/CXF-7434
Project: CXF
Issue Type: Improvement
Components: JAX-RS Security
Reporter: Sergey Beryozkin
Assignee: Sergey Beryozkin
Priority: Minor
Fix For: 3.1.13, 3.2.0
JwsJson and JweJson support a configuration where many key aliases are comma
separated - that does not have practical sense and also complicates the code.
JweJson for multiple recipients does not work at all if the providers are
created (as opposed to injected) given that in this case a single
ContentEncryptionProvider which is set to generate CEK once needs to be shared
for every JweEncryptionProvider instance.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)