4.2.2 Example SAML Attribute Element

The following is an example of the SAML Attribute element with sample data. Based on the content, this attribute contains a group claim of Purchasing Agent.

 <saml:Attribute AttributeName="Group"
       AttributeNamespace="http://schemas.xmlsoap.org/claims">
             <saml:AttributeValue>
             Purchasing Agent
       </saml:AttributeValue>
 </saml:Attribute>