AttributeValue was not of a supported type and contains no child elements

Cantor, Scott cantor.2 at osu.edu
Thu Oct 30 11:10:01 EDT 2014


On 10/30/14, 10:50 AM, "Jozef M." <vidiecan at gmail.com> wrote:
>
>our SP ignores attributes in specific format namely
>"urn:oid:1.3.6.1.4.1.5923.1.1.1.10" in the following format:

That attribute's values are defined to be SAML NameID elements (an XML
element), not a simple string. It would be improper for it to do anything
but fail.

>these lines describe the problem

They describe the warning emitted when an IdP sends invalid attribute
values that have to be rejected. That's not a problem, it's what the code
is meant to do.

>What should be changed so that the attribute above is supported?

Nothing. It should not be supported.

>If we receive the following everything works as expected

Because that's a valid value.

-- Scott



More information about the users mailing list