Can an intercept trigger a re-resolution of attributes?
Cantor, Scott
cantor.2 at osu.edu
Wed Aug 3 15:06:51 EDT 2016
On 8/3/16 3:00 PM, Christopher Bongaarts wrote:
>
> I tried this and it doesn't seem to work (no complaints/errors, but no
> effect - the resolver picks up the new value from LDAP, but my regex
> predicate still finds the old value).
I've lost track of what you actually are doing to place it. Is it under
that context, or somewhere else?
The default location is to put it under the RelyingPartyContext, so that
wouldn't work if you're just using the default strategy function.
> I'm starting to wonder if I need to do something within the regex
> predicate (which is basically just the abstract attribute predicate with
> the match method overridden to check regex instead of the string map).
The predicate also has to have a matching strategy function injected to
locate the context, and I don't know offhand what the default is. I
assume it's also going to look under the RP context.
-- Scott
More information about the users
mailing list