[cas-user] Hi Guys, SSL Question User-Server

2012-12-21 Thread Roberto Carlos González Flores
I have a non-secure client, This client is redirecting correctly to a CAS with a the server have a valid SSL certificate signed by authenticate services. The problem is that after the user validation the CAS server isn't redirecting the requests to the client app. Any advice of what document

Re: [cas-user] JSESSIONID

2012-11-09 Thread Roberto Carlos González Flores
I think I don't follow you, anyway here's some source code that I have found on github: https://github.com/Jasig/java-cas-client/blob/master/cas-client-core/src/main/java/org/jasig/cas/client/authentication/AuthenticationFilter.java 2012/11/9 Venkat venkatesh.madhipa...@vce.com Hi, I

Re: [cas-user] Generating service ticket from TGT

2012-10-31 Thread Roberto Carlos González Flores
Maybe I'm not understanding what you're trying to do, I guess you will need to check about Proxy tickets. https://wiki.jasig.org/display/CAS/Proxy+CAS+Walkthrough 2012/10/31 Jonathan jonathanh...@gmail.com What is the easiest way to generate a service ticket with TGT cookie if you are not

Re: [cas-user] CAS protocol always returning no

2012-10-30 Thread Roberto Carlos González Flores
My guess is that you're using a no-secure connection. I mean, you're not under https: For development purposes you can change p:cookieSecure from true to false. bean id=ticketGrantingTicketCookieGenerator class=org.jasig.cas.web.support.CookieRetrievingCookieGenerator

Re: [cas-user] CAS protocol always returning no

2012-10-30 Thread Roberto Carlos González Flores
Yeah, what Scott said its true you should change the second question mark to an ampersand. If you're not familiar with terms like URL, parameters and so, check this: http://en.wikipedia.org/wiki/Query_string 2012/10/30 Scott Battaglia scott.battag...@gmail.com Change that second question

Re: [cas-user] CAS protocol always returning no

2012-10-30 Thread Roberto Carlos González Flores
you can change your ticketExpirationPolicies.xml to test manually. Also, please check that you haven't configured the CAS servlet filter in your abc webapp , keep in mind that the default ticket expiration policy expires the ticket after the first use. 2012/10/30 Scott Battaglia

Re: [cas-user] Cas Client for Java

2012-10-24 Thread Roberto Carlos González Flores
Isn't so difficult, anyway here are two links that hopefully you will find helpful: https://wiki.jasig.org/display/CASUM/Demo http://www.ibm.com/developerworks/web/library/wa-singlesign/ The casclient.jar has the code to validate the tickets, just add the Cas servlet filter to your app. e.g:

Re: [cas-user] Figuring out username from CAS client

2012-10-10 Thread Roberto Carlos González Flores
Check this document: http://www.jasig.org/cas/protocol using your URL samples, will be something like this: For CAS 1.0: https://casclient/cas/validate?service=https://casclient/viewsticket=ST-1-42mIJqxYfzo7ejWaXzllhttps://casclient/views?ticket=ST-1-42mIJqxYfzo7ejWaXzll For CAS 2.0:

[cas-user] Security advantages/risks with CAS

2012-09-19 Thread Roberto Carlos González Flores
Hi guys, Today I was thinking about what are the security issues that CAS help us to avoid, or the advantages for us to implement CAS ( in terms of security) and then I started searching a list of what are the security risks to have in mind with a CAS implementation, and what are the topics that

Re: [cas-user] Security advantages/risks with CAS

2012-09-19 Thread Roberto Carlos González Flores
Is there a list of the security risks/advantages? Or someone could help me with this topic? 2012/9/19 Mailvaganam, Hari hari.mailvaga...@ubc.ca Have you update the hibernate dialect config for your Oracle DB?

[cas-user] Re: [cas-user] how to use windows authentication with cas?

2012-08-21 Thread Roberto Carlos González Flores
Try this: https://wiki.jasig.org/display/CASUM/Active+Directory https://wiki.jasig.org/display/CASUM/LDAP 2012/8/21 张敏 zhangm...@foresealife.com ** ** how to use windows authentication with cas? ** ** ** ** 张敏 前海IT 18665321750 ** ** -- You are currently

Re: [cas-user] how t to intergrate cas with websphere8.x?

2012-08-20 Thread Roberto Carlos González Flores
It doesn't have problems with WAS (I'm working with WAS ). Just download the product ( http://www.jasig.org/cas/download/ ) and install the war file that is located: cas-server-3.x.x\modules\cas-server-webapp-3.x.x.war 2012/8/20 张敏 zhangm...@foresealife.com how t to intergrate cas with

[cas-user] Re: [cas-user] 答复: [cas-user] how to integrate CAS and WebSphere to enable transparent Single Sign On using the Trust Association Interceptor interface.

2012-08-20 Thread Roberto Carlos González Flores
sorry dude, I don't have more information since I haven't do that. 2012/8/20 张敏 zhangm...@foresealife.com a misunderstand…. My means :this document can’t work at websphere 7.x . ** ** *发件人:* Roberto Carlos Gnzález Flores [mailto:iscrobertogonza...@gmail.com] *发送时间:*

[cas-user] Fwd: 答复: [cas-user] how t to intergrate cas with websphere8.x?

2012-08-20 Thread Roberto Carlos González Flores
Subject: 答复: [cas-user] how t to intergrate cas with websphere8.x? To: Roberto Carlos González Flores iscrobertogonza...@gmail.com Sorry , My english is pool ,take a mistake… My issue is intergrate cas in websphere portal. ** ** ** ** ** ** *发件人:* Roberto Carlos González Flores

[cas-user] Re: [cas-user] 答复: [cas-user] how to integrate CAS and WebSphere to enable transparent Single Sign On using the Trust Association Interceptor interface.

2012-08-20 Thread Roberto Carlos González Flores
I sent a different email, maybe someone out ther could help you. 2012/8/20 Roberto Carlos González Flores iscrobertogonza...@gmail.com sorry dude, I don't have more information since I haven't do that. 2012/8/20 张敏 zhangm...@foresealife.com a misunderstand…. My means

[cas-user] Dynamic ticket expiration !

2012-08-14 Thread Roberto Carlos González Flores
Hi guys, I was wondering if its doable to implement a dynamic ticket expiration policy according to the serviceClient. I mean, for webApp1 , I want to configure 2 hours for the timeout for webApp2, I want to configure 1 minute because is on the same portal but the information is more