How can i parse the values i got from SAML response? I want to get the AttributeValue of a specific AttributeName.
Something like this.
<saml:Attribute AttributeName="FirstName" AttributeNamespace="http://schemas.xmlsoap.org/claims">
<saml:AttributeValue>MY FirstName</saml:AttributeValue>
</saml:Attribute>
Please help me.
Thanks in Advance!