Multiple copies of an attribute?
Cantor, Scott
cantor.2 at osu.edu
Wed May 29 13:12:54 EDT 2013
On 5/29/13 1:02 PM, "Mike Flynn" <shibbolethlynda at yahoo.com> wrote:
>They want to send us multiple copies of the ROLE attribute, each with a
>different value.
That doesn't really mean anything in SAML terms. If you want to talk about
a specific XML expression, we can do that, provided I know how you're
extracting it.
To say "multiple copies of an attribute" in SAML terms would strictly
speaking mean:
<saml:Attribute Name="ŠRole">
<saml:AttributeValue/>
</saml:Attribute>
<saml:Attribute Name="ŠRole">
<saml:AttributeValue/>
</saml:Attribute>
That isn't advisable (it's sort of precluded by the standard), but it
probably happens.
-- Scott
More information about the users
mailing list