Re: [cas-user] CAS MultipleAuthentication Sources

2014-12-16 Thread John Gasper
[aaron.e...@sungardhe.com] Sent: Tuesday, August 12, 2014 10:21 AM To: cas-user@lists.jasig.org Subject: [cas-user] CAS MultipleAuthentication Sources Using CAS 3.5.2 I have multiple Authentication Handlers each with their own ContextSource as well. What I would like it to do

RE: [cas-user] CAS MultipleAuthentication Sources

2014-12-15 Thread Owens, Patricia
Same here unsubscribe me from this list From: Aaron [aaron.e...@sungardhe.com] Sent: Tuesday, August 12, 2014 10:21 AM To: cas-user@lists.jasig.org Subject: [cas-user] CAS MultipleAuthentication Sources Using CAS 3.5.2 I have multiple Authentication

[cas-user] CAS MultipleAuthentication Sources

2014-08-12 Thread Aaron
Using CAS 3.5.2 I have multiple Authentication Handlers each with their own ContextSource as well. What I would like it to do is this. UserA exist in ldapA and LdapB But with different passwords. The multiple Auth handlers are working fine... If UserA logs in with ldapA password it works

RE: [cas-user] CAS MultipleAuthentication Sources

2014-08-12 Thread Misagh Moayyed
Don’t think you can unfortunately. At least not without forking the authn manager and letting it go through completely. -Original Message- From: Aaron [mailto:aaron.e...@sungardhe.com] Sent: Tuesday, August 12, 2014 9:22 AM To: cas-user@lists.jasig.org Subject: [cas-user] CAS

re:[cas-user] CAS MultipleAuthentication Sources

2014-08-12 Thread Aaron
Here is my deployerConfigContext.xml for reference... -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user?xml version=1.0 encoding=UTF-8? !--

Re: [cas-user] CAS MultipleAuthentication Sources

2014-08-12 Thread John Gasper
it go through completely. -Original Message- From: Aaron [mailto:aaron.e...@sungardhe.com] Sent: Tuesday, August 12, 2014 9:22 AM To: cas-user@lists.jasig.org Subject: [cas-user] CAS MultipleAuthentication Sources Using CAS 3.5.2 I have multiple Authentication Handlers each

Re:[cas-user] CAS MultipleAuthentication Sources

2014-08-12 Thread Aaron
What about using PolicyBasedAuthenticationManager would this work? If so does anyone have an example https://github.com/Jasig/cas/wiki/Configuring-Authentication-Components -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings

Re: [cas-user] CAS MultipleAuthentication Sources

2014-08-12 Thread Dmitriy Kopylenko
Aaron, that is a v4 component and I do not believe it will work with CAS 3.5.x line. Best, Dmitriy. On Aug 12, 2014, at 2:17 PM, Aaron aaron.e...@sungardhe.com wrote: What about using PolicyBasedAuthenticationManager would this work? If so does anyone have an example