129
Summary: Query for Assertions about a Subject
<SubjectQuery>
    <Subject>___</Subject>
</SubjectQuery>
service
provider
Identity
provider
1
2
"Please send me any assertions you have about this subject."
"I have one assertion (an attribute assertion) for the Subject you specified."
<Response>
    <Assertion>
       
        <AttributeStatement>
            <Attribute Name="___">
                <AttributeValue>___</AttributeValue>
            </Attribute>
            <Attribute Name="___">
                <AttributeValue>___</AttributeValue>
            </Attribute>
        </AttributeStatement>
    </Assertion>
</Response>