Hi,
how can I force an attributeValue in a Saml Assertion generated by the STS to be of a specific type ? In this case, I'd like to force it to be xs:anyType :
<saml:AttributeValue xsi:type="xs:anyType">
Some Text
</saml:AttributeValue>
I'm getting xs:string, but would like to have xs:anyType ...
------------------------------
Tom Bosmans
------------------------------