Re: [cas-user] CAS 4.0 : LDAP & oAuth Support

2014-05-28 Thread Sunil Kalahasti
Hi Jerome, I am following the documentation provided on http://jasig.github.io/cas/4.0.0/installation/LDAP-Authentication.html. But it seems not working as per documentation. If possible, could you please provide any reference implementing LDAP with CAS 4.0. Thanks, Sunil. On Monday, May 26,

Re: [cas-user] CAS 4.0 : LDAP & oAuth Support

2014-05-26 Thread Jérôme LELEU
Hi, The AuthenticationManagerImpl was the authentication manager of the CAS server <= v3.5.x. It has been replaced by the the PolicyBasedAuthenticationManager in CAS server v4.0.0. Thanks. Best regards, Jérôme 2014-05-26 10:22 GMT+02:00 Sunil Kalahasti : > Thanks Jerome. > > As we need LDAP au

Re: [cas-user] CAS 4.0 : LDAP & oAuth Support

2014-05-26 Thread Sunil Kalahasti
Thanks Jerome. As we need LDAP authentication also, I have followed the configuration updates as per https://wiki.jasig.org/display/CASUM/LDAP . But there seems to be a conflict when I have placed both pac4j and ldap authenticationManager beans. The classes are different for both of the beans.

Re: [cas-user] CAS 4.0 : LDAP & oAuth Support

2014-05-22 Thread Jérôme LELEU
Yes, you need to explicitely call the OAuth provider logouts... 2014-05-22 15:46 GMT+02:00 Sunil Kalahasti : > > Thanks for your quick response Jerome. > > With regards to logout, other social authentications (Google, Twitter, > etc) are also same are Facebook logout? > > Do we need to explicit

Re: [cas-user] CAS 4.0 : LDAP & oAuth Support

2014-05-22 Thread Sunil Kalahasti
Thanks for your quick response Jerome. With regards to logout, other social authentications (Google, Twitter, etc) are also same are Facebook logout? Do we need to explicitly call logouts? Thanks, Sunil. On Thursday, May 22, 2014 4:11:15 PM UTC+5:30, Jérôme LELEU wrote: > > Hi, > > The social

Re: [cas-user] CAS 4.0 : LDAP & oAuth Support

2014-05-22 Thread Jérôme LELEU
Hi, The social support exists since CAS server 3.5.0. So you need to upgrade to this version at least. The Facebook logout is not supported yet, you need to customize your logout process / page to explicitely call the Facebook logout. Best regards, Jérôme 2014-05-22 12:02 GMT+02:00 Sunil Kala

[cas-user] CAS 4.0 : LDAP & oAuth Support

2014-05-22 Thread Sunil Kalahasti
We are using CAS 3.4.12 version with LDAP authentication successfully. Now we would like to integrate Social websites (Google, Facebook, etc) authentication also to the login page. I request you to please inform whether we can configure both LDAP, oAuth authentication in cas-server-webapp. Als