re:[cas-dev] CAS and Google Apps integration in JBOSS 7. SAML signature problems?

2014-05-12 Thread Carlos
I put again the stack trace because it is uncomplete: 15:56:18,365 INFO [stdout] (http-/0.0.0.0:8443-1) 2014-05-12 15:56:18,365 INFO [org.perf4j.TimingLogger] - 15:56:18,365 INFO [org.perf4j.TimingLogger] (http-/0.0.0.0:8443-1) start[1399902978334] time[33] tag[GRANT_SERVICE_TICKET] 15:56:18,

[cas-dev] CAS and Google Apps integration in JBOSS 7. SAML signature problems?

2014-05-12 Thread Carlos
Hi: After migrating CAS to JBOSS EAP 6.1 I want to add the SSO integration with Google Apps. I have followed the steps at https://wiki.jasig.org/display/CASUM/SAML+2.0+%28Google+Accounts+Integration%29 and It works well ony in JBOSS 4.0.5 In jboss 7 I'm getting the exception: 13:16:03,404 ERR

[cas-dev] SecurityContextPersistenceFilter can not remember previous successful Authentication token

2014-04-03 Thread Carlos
Hi, I have added a new functionality to manage CAS tickets to the CAS web app. The idea is to have - cas/tickets/manage.html as a view to list all the available tickets and be able to remove any of them I have done some modifications in web.xml, securit

[cas-dev] render a view in the HandlerInterceptor postHandle method

2014-03-07 Thread Carlos
Hi, I would like to render a new view in the HandlerInterceptor postHandle method when there have been 3 failures in authentication. That would be once the HandlerInterceptor handle method has been executed. The thing is that, when I try to render the view in the postHandle method there is no

Re: [cas-dev] CAS /proxyValidate just returns the user.

2012-08-15 Thread Roberto Carlos González Flores
Battaglia > Yes, CAS will not by default send back a PGT to a non-https url. > > You have to change the HttpCredentialAuthenticationHandler's configuration > to accept a non-secure url (its one of its properties) > > > On Tue, Aug 14, 2012 at 1:47 PM, Robe

[cas-dev] JCAPTCHA integration with CAS wiki page updated.

2012-08-14 Thread Roberto Carlos González Flores
I did some changes to the wiki page tutorial: https://wiki.jasig.org/display/CASUM/JCAPTCHA+integration+with+CAS It wasn't working, now it should works, at least is working on my box. -- Carlos -- You are currently subscribed to cas-dev@lists.jasig.org as: arch...@mail-archive.c

Re: [cas-dev] CAS /proxyValidate just returns the user.

2012-08-14 Thread Roberto Carlos González Flores
#x27;t remember it off the top of my head. > > > On Tue, Aug 14, 2012 at 1:31 PM, Roberto Carlos González Flores < > iscrobertogonza...@gmail.com> wrote: > >> FirstService.war and secondService.war have the CAS Filter configured. >> >> If the user clicks from

Re: [cas-dev] CAS /proxyValidate just returns the user.

2012-08-14 Thread Roberto Carlos González Flores
a > It most likely means the callback did not succeed. What is the callback > url that you passed? > > > On Tue, Aug 14, 2012 at 11:59 AM, Roberto Carlos González Flores < > iscrobertogonza...@gmail.com> wrote: > >> >> Any reason of why my CAS implementat

[cas-dev] CAS /proxyValidate just returns the user.

2012-08-14 Thread Roberto Carlos González Flores
Any reason of why my CAS implementation can't validate using /serviceValidate, when I use /proxyValidate it returns UserName but there's not PGT there so I can't use CAS like a SSO, weird stuff. -- Carlos -- You are currently subscribed to cas-dev@lists.jasig.org as