Custom intercept flow based on attribute value

Cantor, Scott cantor.2 at osu.edu
Wed Oct 17 11:22:39 EDT 2018


> Does anyone can help me to understand what's wrong with my test condition ?

The values of an IdPAttribute is not a simple string, it's an IdPAttributeValue<Type> generic.

Usually you're much better off wiring up a Predicate (like our built in SimpleAttributePredicate) and applying that in your flow logic to mask off all that crazy expression stuff.

-- Scott



More information about the users mailing list