IdPV3 - specify which jaas config to use?
Cantor, Scott
cantor.2 at osu.edu
Thu Feb 18 15:19:28 EST 2016
> We use the IdP with two web applications - email and tv.
I can only translate that into an actual use case based on a lot of assumptions. I think you're asking how to support separate password-based login behavior based on application, which is defnitely not "typical" with either V2 or V3.
> How can I specify which JAAS configuration to use for each one for
> username/password authentication?
The password flow supports cascading of multiple JAAS configs, but does not support selection of them. That probably could be worked in at the cost of the config getting a bit hairy, but it's workable. As it stands now, you would have to deploy your own copy of the password flow by duplicating it with a separate/different configuration, a lot of Spring wiring and digging into things, I don't have much I could give you to help with that.
> In IdPV2 I used to specify which one in the web application web.xml file like
> below.
Not at all applicable.
-- Scott
More information about the users
mailing list