AttributeStatement / 'xsi' value?
Zico
mailzico at gmail.com
Tue Aug 8 16:01:14 EDT 2017
Hi,
This is not creating any issue anywhere so just curious...
In 2.x versions, we used to see 'AttributeStatement' something like this
(**), which changed a bit in 3.x versions like that (***).
Is this normal? [ I am talking about that 'AttriubteValue' differences ]
(**)
<saml2:AttributeStatement>
<saml2:Attribute FriendlyName="uid"
Name="urn:oid:0.9.2342.19200300.100.1.1"
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
<saml2:AttributeValue xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xsi:type="xs:string">mohib</saml2:AttributeValue>
</saml2:Attribute>
</saml2:AttributeStatement>
(***)
<saml2:AttributeStatement>
<saml2:Attribute FriendlyName="uid"
Name="urn:oid:0.9.2342.19200300.100.1.1"
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
<saml2:AttributeValue>mohib</saml2:AttributeValue>
</saml2:Attribute>
</saml2:AttributeStatement>
--
Best,
Zico
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20170808/1685964e/attachment.html>
More information about the users
mailing list