eduPersonScopedAffiliation not mapping correctly
Cantor, Scott
cantor.2 at osu.edu
Mon Dec 19 22:29:57 GMT 2011
On 12/19/11 5:21 PM, "Scott Klawitter" <sklawitter at ebsco.com> wrote:
>
>I think it is because XML attributes are missing from the Attribute and
>AttributeValue nodes.
Attribute, yes, as I said in my earlier note. NameFormat defaults to
unspecified, which is the wrong value.
>I propose the following changes:
>- Modify saml:Attribute node to include:
> FriendlyName="eduPersonScopedAffiliation"
> NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
FriendlyName doesn't matter.
>- Modify saml:AttributeValue node to remove:
> xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
>- Modify saml:AttributeValue node to include:
> xmlns:xs="http://www.w3.org/2001/XMLSchema"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="xs:string"
Those are namespaces and type information, none of which is wrong, but all
of which is optional except for ensuring the element is well formed.
>Will having the Identity Provider changing the format to look like the
>following fix this?
NameFormat alone will.
-- Scott
More information about the users
mailing list