Re: [cas-user] Get ldap attributes with CAS

2015-09-23 Thread Manfredo Hopp
Hi this script was usefull to me: I know there can be changes due to updated version of phpCAS. Regards Manfredo phpCAS simple client Successfull Authentication! the user's login is . phpCAS version is . Logout 2015-09-23 8:24 GMT-03:00 Guillaume Chéramy : > Hello, > >I search an

Re: [cas-user] [ dependency ] oauth

2015-09-23 Thread Manfredo Hopp
Hi, from http://jasig.github.io/cas/4.1.x/planning/Installation-Requirements.html Installation Requirements Requirements at a glance: 1. Java >=1.7 2. Servlet container supporting servlet specification >=2.5 3. Apache Maven

Re: [cas-user] CAS returns to the main page instead of authenticating

2015-09-23 Thread Nicolás
There it goes. I added both the with and without transactions versions (both are original versions, just munged sensitive data). Let me know if you need anything else. Regards, Nicolás. El 23/09/15 a las 17:36, Misagh Moayyed escribió: > > I think I have managed to diagnose the problem, but ev

RE: [cas-user] Custom authentication method url

2015-09-23 Thread Misagh Moayyed
Take a look at AcceptUsersAuthenticationHandler. That should give you an idea of how to plug in settings into a handler. From: SAMUELE RILLI [mailto:samuele.ri...@unicam.it] Sent: Wednesday, September 23, 2015 10:03 AM To: cas-user@lists.jasig.org Subject: [cas-user] Custom authentication met

[cas-user] Custom authentication method url

2015-09-23 Thread SAMUELE RILLI
Hello, I'm setting up an IdP using Shibboleth 2.4 and CAS 4.1, and developed a plugin for CAS that performs custom authentication. So far I can authenticate using a simple username-password credential which returns the authentication method url "urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtec

RE: [cas-user] CAS returns to the main page instead of authenticating

2015-09-23 Thread Misagh Moayyed
I think I have managed to diagnose the problem, but even so, if you could attach DEBUG logs for org.springframework and org.jasig, that would be great. The fix will likely go into 4.1.1. From: Nicolás [mailto:nico...@devels.es] Sent: Wednesday, September 23, 2015 9:26 AM To: cas-user@lists.jasig

Re: [cas-user] CAS returns to the main page instead of authenticating

2015-09-23 Thread Nicolás
Unfortunately it seems that this isn't the only problem. I commented those out, now the error doesn't show up (and no other shows up) but I still get the same problem: after authentication, I get redirected to the main CAS page to enter login again. I think we will definitely switch to Hazelcas

RE: [cas-user] CAS returns to the main page instead of authenticating

2015-09-23 Thread Misagh Moayyed
Yes, those should do it. From: Nicolás [mailto:nico...@devels.es] Sent: Wednesday, September 23, 2015 8:44 AM To: cas-user@lists.jasig.org Subject: Re: [cas-user] CAS returns to the main page instead of authenticating Hi Misagh, El 23/09/15 a las 11:29, Misagh Moayyed escribió: This seems t

Re: [cas-user] CAS returns to the main page instead of authenticating

2015-09-23 Thread Nicolás
Hi Misagh, El 23/09/15 a las 11:29, Misagh Moayyed escribió: > > This seems to be an issue with annotation-based transactions. Try > disabling transactions for now, or consider switching to a cache-based > registry for better performance. > Is it enough to comment out the transactionManager bea

[cas-user] [ dependency ] oauth

2015-09-23 Thread M4t
Hello i'm playing with CAS since few days. After sucessfully configure CAS with YAML serviceRegistry and authentification based on file (with MD5 password), i'd like to try oauth. My goal is : - Login on CAS with Google credentials after a redirect by a CASsified application - CAS authentificati

Re: [cas-user] CAS 4.0 and 4.1 dependency to JRadius

2015-09-23 Thread Stefan Paetow
> Let me add that my experience working with 1.1.5 was a while back, so let > me try again, and if it works with any additional changes, we can do it :) > >> Functionality-wise, sure. However, it will require changes to the CAS >> Radius API, which we can't do for a patch release. The CAS Radius

[cas-user] Get ldap attributes with CAS

2015-09-23 Thread Guillaume Chéramy
Hello, I search and try lots of configuration and I have no results. I want to provide ldap attributes from CAS I have defined ldapPersonAttributeDao in deployerConfigContext.xml : I have no restriction in my service jso

RE: [cas-user] CAS 4.0 and 4.1 dependency to JRadius

2015-09-23 Thread Misagh Moayyed
Let me add that my experience working with 1.1.5 was a while back, so let me try again, and if it works with any additional changes, we can do it :) > -Original Message- > From: Misagh Moayyed [mailto:mmoay...@unicon.net] > Sent: Wednesday, September 23, 2015 4:10 AM > To: cas-user@lists.j

RE: [cas-user] CAS 4.0 and 4.1 dependency to JRadius

2015-09-23 Thread Misagh Moayyed
Functionality-wise, sure. However, it will require changes to the CAS Radius API, which we can't do for a patch release. > -Original Message- > From: Stefan Paetow [mailto:stefan.pae...@jisc.ac.uk] > Sent: Wednesday, September 23, 2015 4:06 AM > To: cas-user@lists.jasig.org > Subject: Re:

Re: [cas-user] CAS 4.0 and 4.1 dependency to JRadius

2015-09-23 Thread Stefan Paetow
> 4.1 is already updated. We might be able to release a 4.0.6 that uses > jitpack, but since that would have CAS switch to 1.1.5 of jradius, it’s going > to require a lot of changes to the radius module to work with 1.1.5. > So I’d recommend you try with 4.1 first. That should fix the dependency

RE: [cas-user] CAS returns to the main page instead of authenticating

2015-09-23 Thread Misagh Moayyed
This seems to be an issue with annotation-based transactions. Try disabling transactions for now, or consider switching to a cache-based registry for better performance. From: Nicolás [mailto:nico...@devels.es] Sent: Tuesday, September 22, 2015 11:02 AM To: cas-user@lists.jasig.org Subject: [cas