Attribute resolver warning on start-up
Cantor, Scott
cantor.2 at osu.edu
Thu Jul 2 13:57:46 EDT 2015
On 7/2/15, 1:32 PM, "users on behalf of Wessel, Keith" <users-bounces at shibboleth.net on behalf of kwessel at illinois.edu> wrote:
>
>Yet we get valid scoped attribute values for eduPersonScopedAffiliation released to SPs. Below is my definition from attribute-resolver.xml. What's causing this warning?
You have metadata loaded that has <RequestedAttribute> elements in it that have invalid (unscoped) values.
The message is coming from a new subsystem that lets us map SAML attributes back into IdPAttributes, analagously to what an SP does, but we don't have a new configuration layer for that yet, we just automated it all by looking at your resolver rules. When you tell the resolver that "urn:oid:1.3.6.1.4.1.5923.1.1.1.9" is being encoded as a scoped attribute, you're also telling the "reverse mapper" that it should treat the values as scoped if it seems them in metadata.
What it's basically telling you is there's a semantic issue with the metadata.
-- Scott
More information about the users
mailing list