RE: [cas-user] Authentication to cas using windows user credentials automatically

2014-02-06 Thread Idan Fridman
Hi Angelo, I was wonder if I must use Kerberos for this feature? We are using Active Directory. Thanks, Ray. From: Angelo Immediata [mailto:angelo...@gmail.com] Sent: Wednesday, February 05, 2014 5:09 PM To: cas-user@lists.jasig.org Subject: Re: [cas-user] Authentication to cas using windows

RE: [cas-user] Authentication to cas using windows user credentials automatically

2014-02-06 Thread Idan Fridman
Hi, Maybe there is other way? For example modifying the login page of CAS by giving it the ability to retrieve the user's windows credentials from the browser and authenticate them Seems like the Kerberos is adding some overhead to our system. Any ideas? Thanks. From: Idan Fridman

RE: [cas-user] Unexpected auto login with CAS

2014-02-06 Thread Richard Everett
Thanks for the replies. Some follow-on observations and test results. * We are logging out using the .NET CAS client method CasAuthentication.SingleSignOut(); * We have also tested by logging out from our application, and then manually visiting the cas/logout URL using

Re: [cas-user] cas.properties access from CAS classes

2014-02-06 Thread michael maceachran
That is done in the WEB-INF/spring-configuration/propertyFileConfigurer.xml edit that file to use the properties file you wish...  I change the whole thing to this:     bean id=propertyConfigurer class=org.springframework.beans.factory.config.PropertyPlaceholderConfigurer         property

Re: [cas-user] Authentication to cas using windows user credentials automatically

2014-02-06 Thread Sean Baker
We’re also using SPNEGO (Kerberos) to do our single sign-on solution here, and wanted to jump in to clarify that Kerberos is a protocol and not a type of server in this context. As such, when using this setup, the AD Domain Controller speaks Kerberos with the end-user and with the CAS server,

Re: [cas-user] Service Management for OAuth

2014-02-06 Thread Jérôme LELEU
Hi, I'm not sure to see exactly the problem as the *JpaServiceRegistryDaoImpl *is mostly referencing *RegisteredService *or *AbstractRegisteredService * classes. Maybe an *Entity *annotation is missing on the *OAuthRegisteredService * class? Best regards, Jérôme 2014-02-06 4:31 GMT+01:00