Re: [cas-user] Single sign out without redirection

2013-01-14 Thread Scott Battaglia
Assuming your application's URL is white-listed in the Services Management tool, and you enable the "service redirect" flag on the logout controller, you can do /cas/logout?service=http://my.url.com/to/redirect/to and it will redirect back after it does the log out. On Mon, Jan 14, 2013 at 3:16 P

Re: [cas-user] Monitoring CASified applications

2013-01-14 Thread Curtis Ruck
So our status pages require authentication (and have an additional authorization layer that uses cas's saml attributes). I don't understand how the gateway feature would help in this case. -- Curtis Ruck Anytime: 210-857-1126 On Mon, Jan 14, 2013 at 4:03 PM, Marvin Addison wrote: > > Has anyo

RE: [cas-user] Monitoring CASified applications

2013-01-14 Thread Domazlicky, Eric
Curtis- I think it depends on the scope of your status monitoring. For instance, with my uPortal server, I wanted to test not only if uPortal was up, but if people could actually log into CAS and see the uPortal main tab. This was fairly easy to accomplish using the HttpUnit library in Java. Th

RE:[cas-user] CAS Services Manager

2013-01-14 Thread St Laurent, Mark
Never mind, figured it out. Needs to be in the cacerts in the jre7/lib/security folder as well. -- Mark St. Laurent Web Systems Administrator Yavapai College (928) 717-7654 http://www.yc.edu From: St Laurent, Mark Sent: Monday, January 14, 2013

[cas-user] CAS Services Manager

2013-01-14 Thread St Laurent, Mark
Hi all, So I am running CAS 3.5.1 on Windows with Tomcat 7.0 and JDK 1.7.0_10. This is a brand-new installation. I am trying to get the Services Manager to work, but I am receiving the common "PKIX path building failed" error. I have added the server certificate to the cacerts keystore in %JAVA

Re: [cas-user] Monitoring CASified applications

2013-01-14 Thread Marvin Addison
> Has anyone setup a monitoring solution (i.e. Nagios, Zabbix, Icinga, etc...) > to monitor page content for CAS secured applications? We've got a few > CASified web applications that have their own status pages, that we'd like to > start monitoring, but most solutions can't authenticate to CAS

Re: [cas-user] Single sign out without redirection

2013-01-14 Thread Andrew Morgan
On Mon, 14 Jan 2013, Peter wrote: Is there any way to terminate CAS session without redirecting user to cas/logout page? I was thinking something like a REST request. The reason is that I would like user to stay on my application's logout page instead of generic CAS logout. Also, I find it diffi

[cas-user] Monitoring CASified applications

2013-01-14 Thread Curtis W. Ruck
Has anyone setup a monitoring solution (i.e. Nagios, Zabbix, Icinga, etc...) to monitor page content for CAS secured applications? We've got a few CASified web applications that have their own status pages, that we'd like to start monitoring, but most solutions can't authenticate to CAS enabled

Re: [cas-user] User credentials storage in MySQL DB

2013-01-14 Thread Marvin Addison
> The problem is that once I open the CAS page I get a 404 error page with > this message: Required resource () is not available. The most common cause is a failed deployment. Further details should be in the tomcat localhost log or catalina.out > I don't know whether it has something to do with

Re: [cas-user] CAS and IDP solution

2013-01-14 Thread Patrick Hennessy
Thanks Michael for your response. I think I need to verify that this application I've been asked to support is SAMLv2. I had sent them an email asking if they required our idP to be running the SOAP endpoints, but maybe it would be easier asking if they aren't running Shib SP 1.x and they are us