shibboleth.c14n.attribute.PrincipalNameLookupStrategy bean
Cantor, Scott
cantor.2 at osu.edu
Wed Feb 15 19:53:02 EST 2017
On 2/15/17, 7:28 PM, "Cantor, Scott" <cantor.2 at osu.edu> wrote:
> I can redo the example with that approach.
I winged it a bit, if you can review/test the example and see what's broken, that would help. The example script should be Nashorn safe now and I think it's correct or close at least.
The resolver part is basically gone, the idea behind this is that all you're doing is normal resolver logic against resolutionContext.principal like you would in the normal case.
I cache my LDAP results for a bit of time, so even if it resolves attributes multiple times in a request, the LDAP part is only done once. Easy to monitor on DEBUG if one is paranoid about it.
-- Scott
More information about the users
mailing list