activationConditionRef problem
Liam Hoekenga
liamr at umich.edu
Wed Jul 8 16:23:21 EDT 2015
I'm looking at the activationConditionRef example (allowing some attributes
to be resolved only if certain criteria are met):
https://wiki.shibboleth.net/confluence/display/IDP30/ExternalAttributePluginActivationConditions
I updated an attribute to reference that condition:
<resolver:AttributeDefinition xsi:type="ad:Prescoped" id="eduPersonScoped
Affiliation" activationConditionRef="ExampleOrgPredicate">
I created a file for the bean and referenced it in services.xml:
<util:list id ="shibboleth.AttributeResolverResources">
<value>%{idp.home}/conf/attribute-resolver.xml</value>
<value>%{idp.home}/conf/liamr.xml</value>
</util:list>
I updated the entity ID used in the example to be my test sp:
<bean id="ExampleOrgPredicate"
parent="shibboleth.Conditions.RelyingPartyId"
c:_0="https://shib-sp-test.www.umich.edu/shibboleth"/>
But I keep getting...
2015-07-08 16:12:15,098 - DEBUG
[net.shibboleth.idp.attribute.resolver.AbstractResolverPlugin:179] -
Resolver plugin 'eduPersonScopedAffiliation': activation criteria not met,
nothing to do
The documentation says..
"The attribute would only be resolved if the condition entitled
recipientCondition evaluated true."
..but there's no conditional called recipientCondition. Is that a typo?
Liam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20150708/e5334fe6/attachment.html>
More information about the users
mailing list