IdPV3 - specify which jaas config to use?

Cantor, Scott cantor.2 at osu.edu
Thu Feb 18 16:55:30 EST 2016


> I wrote a V2 extension for
> them with an updated login servlet which just used a Spring-wired Map of
> entityID -> JAAS config name.  So for v2 it was pretty simple.  They just asked
> me week before last how to replicate this type of thing in V3 and it's on my
> TODO list to look into that.

Yes, it's basically the same, right now the list of JAAS configs is static, needs to be possible for it to be dynamic.

I have some additional requirements that I'm already poking around to make my local upgrade easier (being the author has its privileges). This isn't quite the same as what I need, but it's in a similar area.

The hard part is marrying current config to a newer config, avoiding regressions with that, avoiding burdening the default config with too much fancy junk most people don't need, etc.

-- Scott



More information about the users mailing list