Static attributes
Michael Dahlberg
olgamirth at gmail.com
Tue Nov 15 10:44:53 EST 2016
On Tue, Nov 15, 2016 at 9:25 AM, Cantor, Scott <cantor.2 at osu.edu> wrote:
> > It looks as if two different methods of creating static data connectors
> are
> > described. The first, just a standard description in
> attribute-resolver.xml; the
> > second uses the springResources or springResourcesRef attributes. Is one
> > method preferred over the other?
>
> Using Spring syntax is orthogonal, it has nothing to do with which
> particular connector(s) you're using, and can be used to instantiate any
> types of connectors or other objects used in the resolver.
With that in mind, is there any reason that you can see why the attributes
bncSchoolName and bncSchoolNumber would not be released using the following
in attribute-resolver.xml and provided that I was releasing these
attributes to the appropriate entityID in attribute-filter.xml:
<resolver:DataConnector id="staticAttributes" xsi:type="dc:Static">
<dc:Attribute id="concurStatic">
<dc:Value>traveler</dc:Value>
</dc:Attribute>
<!--
<dc:Attribute id="eduPersonAffiliation">
<dc:Value>member</dc:Value>
</dc:Attribute>
-->
<dc:Attribute id="eduPersonEntitlement">
<dc:Value>urn:example.org:entitlement:entitlement1</dc:Value>
<dc:Value>urn:mace:dir:entitlement:common-lib-terms</dc:Value>
</dc:Attribute>
<dc:Attribute id="bncSchoolName">
<dc:Value>Bucknell University</dc:Value>
</dc:Attribute>
<dc:Attribute id="bncSchoolNumber">
<dc:Value>123</dc:Value>
</dc:Attribute>
</resolver:DataConnector>
Thanks,
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20161115/6a15fafa/attachment-0001.html>
More information about the users
mailing list