postAuthenticationFlows issue
Cantor, Scott
cantor.2 at osu.edu
Sat May 14 19:48:02 UTC 2022
As Rod said, you're going to have issues with those Predicates when values are scoped (4.2 adds options to them to handle that), but the messages suggest that the attributes simple aren't there. They're not multi-valued, they're absent.
That's not a timing thing (they'd be there by this point), it's a "the data's not there" thing.
> I've looked but do not see or understand what the syntax should be for a multi-valued attribute.
The predicates don't care how many values exist, they check each one. They can't check something that's not there. The predicates have an option for controlling what they do in that situation as well.
The Javadocs for them cover the options, including the addition of a scope setting to check for.
-- Scott
More information about the users
mailing list