[cas-user] CAS Logging and CAS with MySQL

2014-07-15 Thread jason
I am using CAS 4.0.0 on Ubuntu 14.04 LTS with Tomcat7. I got the quick demo working, and now I am trying to configure it for authentication against MySQL. I am not using the maven overlay; I am not much of a Java developer and could not get it to work, so I have simply downloaded the 4.0.0 tar

RE: [cas-user] Redirect loop from services mangagement console

2014-07-15 Thread Patrick Hunter
Hi Stefan, Sadly the service-specific handlers are a hard requirement for the project I was planning to use CAS for, hopefully I'll just be able to figure the manual config out myself if the GUI issue doesn't get resolved. Patrick -Original Message- From: Stefan Paetow [mailto:stefan.pae

RE: [cas-user] Redirect loop from services mangagement console

2014-07-15 Thread Stefan Paetow
Hi Patrick, At my previous employer we've had to specify the services manually in the deployerConfigContext.xml, but I haven't tried any of the service-specific handler invocation, primarily because we expect all the sources to be used for our authentication attempts. And I've seen the same as

RE: [cas-user] Redirect loop from services mangagement console

2014-07-15 Thread Patrick Hunter
Hi John, I removed the slash, since I’m pretty sure you’re right about it being redundant, but that didn’t fix the problem. AdminServer is the name of the Weblogic server (it’s a Weblogic default for some reason). That said, I’m not sure how CAS is pulling it in. From: John Gasper [mailto:jga

RE: [cas-user] CAS and National Student Clearing House

2014-07-15 Thread Carlos Fernandez
Well, we don't use CAS with the Clearinghouse. As you mentioned, they don't support it. We have Ellucian Luminis, which features a primitive but workable system for SSO with systems that do not support CAS. With it, I set up a connection that sends the authentication credentials and student's ID t

[cas-user] CAS and National Student Clearing House

2014-07-15 Thread Roger
Hello, I'm curious if anyone is using CAS with the National Student Clearing House and if so, what is your setup? From the documentation we received, it looks like don't support CAS. I have some ideas, but I'm wondering what others are doing... Thanks, Roger -- Roger Spears Manager of Dat

Re: [cas-user] Redirect loop from services mangagement console

2014-07-15 Thread John Gasper
This reply should have been direct to Patrick and not Brian... Sorry. On 7/15/14, 1:25 PM, John Gasper wrote: > Hi Brian, > > It looks like you might have an extra slash in the server.name. Try > removing the trailing slash from ":7002*/*". What happens here is that > cas.securityContext.servicePr

Re: [cas-user] Redirect loop from services mangagement console

2014-07-15 Thread John Gasper
This reply should have been direct to Patrick and not Brian... Sorry. On 7/15/14, 1:25 PM, John Gasper wrote: > Hi Brian, > > It looks like you might have an extra slash in the server.name. Try > removing the trailing slash from ":7002*/*". What happens here is that > cas.securityContext.servicePr

Re: [cas-user] Redirect loop from services mangagement console

2014-07-15 Thread John Gasper
Hi Brian, It looks like you might have an extra slash in the server.name. Try removing the trailing slash from ":7002*/*". What happens here is that cas.securityContext.serviceProoperties.service is used by the service manager app. It uses the two properties above it to build out the string... Rig

Re: [cas-user] CAS SSO solutions, and Microsoft SharePoint

2014-07-15 Thread John Gasper
Hi Brian, This code will integrate CAS and ADFS, which is beneficial if you are running Exchange via Office 365. If you are running an on-prem version of Exchange you'll want to check out this project https://github.com/Unicon/cas-owa-2010 as I don't think on-prem Exchange supports federated (ADFS

RE: [cas-user] Cas and ClearPass within a .net application

2014-07-15 Thread Maxwell, Gary
Thanks John I will check it out -Gary From: John Gasper [mailto:jgas...@unicon.net] Sent: Tuesday, July 15, 2014 2:16 PM To: cas-user@lists.jasig.org Subject: Re: [cas-user] Cas and ClearPass within a .net application Hi Gary, Check out https://github.com/Unicon/cas-owa-2010. This is a good exa

Re: [cas-user] Cas and ClearPass within a .net application

2014-07-15 Thread John Gasper
Hi Gary, Check out https://github.com/Unicon/cas-owa-2010. This is a good example of using CAS and ClearPass with .net code. I'd check out CasOwaAuthHandler.cs, the Process Request function. John On 7/15/14, 7:21 AM, Maxwell, Gary wrote: > > Has anyone successfully created a .net application to

RE: [cas-user] CAS SSO solutions, and Microsoft SharePoint

2014-07-15 Thread Brian Lewis
John, this code will get me CAS enabled with Microsoft Exchange? New at this and need to come up with a big win with CAS. Thanks, Brian Brian Lewis Director, Administrative Computing and Web Services Ellucian Moraine Park Technical College 235 N. National Ave. Fond du Lac, WI 54936 Voice

Re: [cas-user] CAS SSO solutions, and Microsoft SharePoint

2014-07-15 Thread John Gasper
Hi Scott, Thanks for mentioning my ADFS/CAS plugin. That project is being deprecated, but the functionality will live on at https://github.com/Unicon/cas-adfs-integration which was recently announced/lauched at Open Apereo 2014. John On 7/14/14, 9:55 AM, Scott Massari wrote: > What about using

RE: [cas-user] Redirect loop from services mangagement console

2014-07-15 Thread Patrick Hunter
Thanks for getting back to me Jérôme. I found that I can go to the log in page and log in. However, when I then hit https://localhost:7002/cas/validate I get back “no”. I also get “no” if I go straight to the validate page, but have used firebug to confirm that logging in does put a result in

RE: [cas-user] Redirect loop from services mangagement console

2014-07-15 Thread Stefan Paetow
Welcome to my hell, Patrick. I’ve not been able to make the service management app work – ever. Stefan From: Patrick Hunter [mailto:patrick.hun...@perficient.com] Sent: 15 July 2014 15:32 To: cas-user@lists.jasig.org Subject: RE: [cas-user] Redirect loop from services mangagement console Sorry

Re: [cas-user] Redirect loop from services mangagement console

2014-07-15 Thread Jérôme LELEU
OK. Or there might be some missing slash at the beginning of one of the url defined, especially the one defining your management console service... What's the value defined in the properties file? Thanks. Best, Jérôme LELEU Founder of CAS in the cloud: www.casinthecloud.com | Twitter: @leleuj Cha

RE: [cas-user] Redirect loop from services mangagement console

2014-07-15 Thread Patrick Hunter
Sorry, there is a conspicuous lack of information in the logs regarding this problem. Logging is enabled in the code, and when I go to other pages it appears to be working (e.g. I see a ticket granting ticket being created when I log in), but I get nothing when I go to the services page. From

[cas-user] Cas and ClearPass within a .net application

2014-07-15 Thread Maxwell, Gary
Has anyone successfully created a .net application to interfaces CAS\ClearPass? Any information on this would be great? Thanks again, -Gary Maxwell -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, se

Re: [cas-user] Redirect loop from services mangagement console

2014-07-15 Thread Jérôme LELEU
Hi, Infinite loop generally comes from service ticket validation failure. Don't you have more relevant logs, like errors and stacktraces? It would help... Thanks. Best regards, Jérôme LELEU Founder of CAS in the cloud: www.casinthecloud.com | Twitter: @leleuj Chairman of CAS: www.jasig.org/cas |