Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-2.x
-
None
Description
Currently the AuthorizationPolicy model is using the OASIS namespace. Since "authorization" is not part of the OASIS spec and the policy set schema doesn't allow any extension elements with the OASIS namespace to be defined in it, a validation error occurs when a policy set with authorization policy is defined. This can be resolved by using the tuscany namespace instead like the SecurityIdentityPolicy class.