ging / fiware-idm-deprecated

DEPRECATED - Identity Manager - Keyrock
Apache License 2.0
18 stars 25 forks source link

Wrong template parameter 'role.id' in XACML policy template causing PolicyId conflict #72

Closed cdanger closed 8 years ago

cdanger commented 8 years ago

There is a typo in PolicyId attribute in the template access_control/policy.xacml: role.id instead of role_id. This is causing all PolicyIds to be the same empty string in the PDP (causing Policy conflicts during evaluation). PolicyIds must be unique in XACML. I created a pull request to help fix it.

federicofdez commented 8 years ago

Merged! Thank you again @cdanger