DataConnector activationConditionRef cannot check on attribute

Kapetanakis Giannis bilias at edu.physics.uoc.gr
Mon Jan 10 16:02:15 UTC 2022


On 10/01/2022 17:07, Rod Widdowson wrote:
>> I'm trying to implement an activation condition for my 2nd DataConnector based on an attribute value of the first DataConnector as
>> well as the RelyingPartyId.
> In that case the attributes from the first DataConnector need to be pre-requested[1] that way the activation condition can see them
>
> R
>
> [1] https://shibboleth.atlassian.net/wiki/spaces/IDP4/pages/1277820994/PreRequestedAttributes
>

I've already had the required attribute from the first DataConnector preRequested

    <AttributeDefinition id="eduPersonAffiliation" xsi:type="Simple" preRequested="true">
        <InputDataConnector ref="D1" attributeNames="eduPersonAffiliation"/>
    </AttributeDefinition>


I was missing
|p:attributeContextLookupStrategy-ref="shibboleth.ChildLookup.PreRequestedAttributeContext"in the Condition Thanks :) G |



More information about the users mailing list