user consent, which SPs should trigger these screens ?

Cantor, Scott cantor.2 at osu.edu
Wed Jan 13 16:18:54 EST 2016


On 1/13/16, 4:14 PM, "users on behalf of Rich Graves" <users-bounces at shibboleth.net on behalf of rgraves at carleton.edu> wrote:



>We're starting to converge on this too. Does anyone have working code to share yet that toggles the consent flow on based on a directory-suppress user attribute?

The predicate used in the context-check example flow is a built-in class that can evaluate the context tree and check for a resolved attribute or value and you could apply it directly as an activationCondition in some other spot if you wanted to.

The context-check flow is an intercept that itself runs a Predicate<ProfileRequestContext>, but any intercept flow (or dozens of other things) can have an activationCondition and the signature is pretty much always just Predicate<ProfileRequestContext>.

-- Scott



More information about the users mailing list