122
Requesting and Receiving Decision Information
<AuthzDecisionQuery Resource="___">
    <Subject >___</Subject>
    <Action>___</Action>
    <Action>___</Action>
</AuthzDecisionQuery>
service
provider
Identity
provider
<Response>
    <Assertion>
       
       <Subject >___</Subject>
       <AuthzDecisionStatement Resource="___"
                                                   Decision="___">
                <Action>...</Action>
       </AuthzDecisionStatement>
       <AuthzDecisionStatement Resource="___"
                                                   Decision="___">
                <Action>___</Action>
       </AuthzDecisionStatement>
    </Assertion>
</Response>
1
2
"Should this ___ subject be permitted to take these ___ actions on this ___ resource?"
"For this ___ subject, taking this ___ action on this ___ resource, the decision is ___"