Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: JAX-RS, JAX-RS Security
-
Labels:None
-
Estimated Complexity:Unknown
Description
Right now JOSE utils load JWE/JWS properties identified by CXF message contextual properties such as RSSES_SIGNATURE(IN/OUT)_PROPS, etc.
In a complex system such as OIDC/etc it can become limiting, for example, the same endpoint may need to use different output/input signature/encryption tasks so with using a single properties file it may be difficult to identify which algorithm applies to which operation, etc...
Supporting loading named properties files will make it easier, with the system knowing in advance which properties file is needed for which operation