You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only one of the resource attributes are actually used to authorized for access, but which one?.
This should instead have resulted in a "decision": "Indeterminate", response with a "statusMessage": explaining that multiple resources in a single request is not allowed. To authorize multiple resource a multi-request should be used.
Description of the bug
If a XACML request specifies more than one resource attribute:
Only one of the resource attributes are actually used to authorized for access, but which one?.
This should instead have resulted in a
"decision": "Indeterminate",
response with a"statusMessage":
explaining that multiple resources in a single request is not allowed. To authorize multiple resource a multi-request should be used.Steps To Reproduce
URL PDP Decision (internal PDP API):
{{baseUrl}}/authorization/api/v1/decision
URL PDP Authorize (external PDP API):
{{baseUrl}}/authorization/api/v1/authorize
Token (Authorize API requires serviceowner token with scope:
altinn:authorization/authorize
)Header (Both APIs requiresubscription key header for the test-environment):
Ocp-Apim-Subscription-Key
Testuser Resource Request Body example:
Additional Information
No response
The text was updated successfully, but these errors were encountered: