EntityAttributes Metadata Filter (IdP)
Tom Scavo
trscavo at gmail.com
Mon Apr 13 08:03:44 EDT 2015
On Mon, Apr 13, 2015 at 7:42 AM, Rod Widdowson <rdw at steadingsoftware.com> wrote:
>
> So from the code (and the above given) give this:
>
> <MetadataFilter xsi:type="EntityAttributes">
> <saml:Attribute Name="https://sp.example.org/tagname1">
> <saml:AttributeValue>foo</saml:AttributeValue>
> </saml:Attribute>
> <Entity>https://sp1.example.org</Entity>
> <saml:Attribute Name="https://sp.example.org/tagname2">
> <saml:AttributeValue>foo</saml:AttributeValue>
> <saml:AttributeValue>bar</saml:AttributeValue>
> </saml:Attribute>
> <Entity>https://sp2.example.org</Entity>
> </MetadataFilter>
>
> The entity https://sp1.example.org will get tagname1
> The entity https://sp2.example.org will get tagname1 and tagname2
>
> I'm just checking because the wording in the schema might be read that sp1
> would get tagname1 and sp2 would get tagname2 (but not tagname1).
You could force the latter behavior by wrapping each (attribute,
entity) pair in its own MetadataFilter, right?
Tom
More information about the dev
mailing list