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
Currently, GetDecisions just makes decisions based on resource attributes and entitlements, and just always returns the action type Action_STANDARD_ACTION_TRANSMIT.
The desired functionality is to make decisions based on the actions defined in the subject mappings.
This requires some changes to GetEntitlements as well since that is where we do the subject mapping evaluation. It will need to return attributes and optionally the actions allowed for those attributes?