Re: [cas-user] CAS SSO Implementation help for Java applications.

2014-05-22 Thread Michael Wechner
Am 23.05.14 07:57, schrieb Durga Prasad: > Hi Michael, > > Your help is greatly appreciated. > > Thanks much. > I will go through it :) reviewing it might also help us to further improve it :-) On the CAS side we have developed a custom authenticator and did some JSP customization, but this code

Re: [cas-user] CAS SSO Implementation help for Java applications.

2014-05-22 Thread Durga Prasad
Hi Michael, Your help is greatly appreciated. Thanks much. I will go through it :) Regards, Durga Prasad I On Fri, May 23, 2014 at 12:24 PM, Michael Wechner wrote: > Hi > > We have integrated CAS SSO with Yanel (which is an open source CMS based > on java and XML), whereas you will find the

Re: [cas-user] CAS SSO Implementation help for Java applications.

2014-05-22 Thread Michael Wechner
Hi We have integrated CAS SSO with Yanel (which is an open source CMS based on java and XML), whereas you will find the code at https://github.com/wyona/yanel/blob/master/src/webapp/src/java/org/wyona/yanel/servlet/security/impl/CASWebAuthenticatorImpl.java and some documentation about it at ht

[cas-user] CAS SSO Implementation help for Java applications.

2014-05-22 Thread Durga Prasad
Hi Folks, I am new to SSO implementation. I want to develop a SSO component which can be integrable to java projects using CAS sso. I did POC on the JASIG site example with Tomcat server. Now I need to develop a generic component which can fit to Weblogic/Jboss servers. I want to implement it for

[cas-user] CAS -> Active Directory setup

2014-05-22 Thread Mike Seiler
Hello all, I've just set up the Unicon maven overlay, and tied my CAS server to my Active Directory. I'm now getting the following error with my test user (in *cas.log*): = WHO: [username: gktesterton] WHAT: error.authentication.credenti

[cas-user] PHP/IIS CAS integration

2014-05-22 Thread Haer, Neelam
Hi All, Does anyone have any experience and/or best practices to share for integrating PHP on IIS with CAS? The way I see it there may be a few options: 1. Enabling PHP on IIS (built from source with the options/dependencies required by phpCAS) and then using phpCAS modules to integrate with

Re: [cas-user] Service Registry in database

2014-05-22 Thread Marvin Addison
> The stack trace indicates that some Spring AOP proxy is intercepting the > I see that createTicketGrantingTicket() has an @Transactional annotation > applied to > it. Could this be causing the spurious calls to autocommit and commit? Yes, I think that's it. I would recommend trying to restrict

[cas-user] Login page refuses to authenticate if JSESSIONID has been removed

2014-05-22 Thread Zac Harvey
Last week I rolled out a new, custom login page to our test CAS server (where our QA team works). Before this we were using the default CAS login page (under src/main/webapp/WEB-INF/views/jsp/default, etc.). For the last week, I've been receiving complaints from many testers that sometimes, in

[cas-user] How often does the default TicketRegistry get culled?

2014-05-22 Thread Zac Harvey
How often do service tickets get cleaned out of the "default" Ticket Registry? By "default", I mean the one that CAS uses if no other is specified/injected via Spring. Zac Harvey Senior Technical Lead - Internal Engineering CommerceHub 255 Fuller Road Suite 327 Albany, NY 12203 518.810.0700 E

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] Service Registry in database

2014-05-22 Thread Scott Battaglia
If the only thing reading from a database is the services registry, it doesn't even do that frequently (it actually keeps a cached copy in memory) so I'm not sure where else database failures can be coming in during a login. On Wed, May 21, 2014 at 11:43 AM, Andrew Morgan wrote: > Heh, that's e

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