Re: [cas-user] Java CAS Client 3.2.2 ?

2014-09-05 Thread Scott Battaglia
I just released it. It will take a bit of time to make it out into the world. On Fri, Sep 5, 2014 at 11:34 PM, Andrew Petro wrote: > Those changes sound fine to me and worth making to get a fixed Java CAS > Client 3.2.2 out the door. > > Andrew > > > On Mon, Sep 1, 2014 at 10:32 PM, Scott Batt

Re: [cas-user] Java CAS Client 3.2.2 ?

2014-09-05 Thread Andrew Petro
Those changes sound fine to me and worth making to get a fixed Java CAS Client 3.2.2 out the door. Andrew On Mon, Sep 1, 2014 at 10:32 PM, Scott Battaglia wrote: > If I make the following changes I can get a 3.2.2 build: > > 1. Ignore Saml11TicketValidatorTests (its running into some issue wit

Re: [cas-user] SimpleTest...AuthenticationHandler & Service Management authorization

2014-09-05 Thread Baron Fujimoto
Gah... belay that. Typo in my deployment. Works as expected. (An "unsend mail" feature would be nice about now :) Mahalo! Aloha, -baron On Fri, Sep 05, 2014 at 08:16:24AM -1000, Baron Fujimoto wrote: >Whoops, That makes sense. For some reason, I'm still seeing the problem though. >I've uncomment

Re: [cas-user] SimpleTest...AuthenticationHandler & Service Management authorization

2014-09-05 Thread Baron Fujimoto
Whoops, That makes sense. For some reason, I'm still seeing the problem though. I've uncommented this from my pom.xml org.jasig.cas cas-server-support-generic ${cas.version} jar runtime But after redeploying, I'm still hitting this exception:

Re:[cas-user] CAS Integration with Microsoft Access App

2014-09-05 Thread Stew
Thank you for the quick response. Your first solution sounds really good; I'll have to check to see if we have the REST API loaded. Thanks again. Just a quick follow-up in case we don't have the REST API: I figure we can access the cookie stored locally on the computer, but how would we pull

Re: [cas-user] CAS Integration with Microsoft Access App

2014-09-05 Thread John Gasper
If your CAS Server has the REST API module loaded, you could collect the username and password within an MS Access form and use REST to authenticate the user and retrieve a TGT. Otherwise, you can host the IE/Browser control in a form and I believe that would give you access to the cookie store pr

Re: [cas-user] Is there any CAS client available for ASP or CWS?

2014-09-05 Thread John Gasper
Hi Oswald, For Classic ASP, I've use https://wiki.jasig.org/display/CASC/CAS+Proxying+with+Classic+ASP and it met my needs. Also, if you are running the Classic ASP in IIS's integrated pipeline (set on the app pool), you might also find success just using the .NET CAS Client. On this page, they sh

[cas-user] CAS Integration with Microsoft Access App

2014-09-05 Thread Stew
Hello Community, I don't know too much about CAS yet, but I've been doing a lot of research. We are currently writing an app in Microsoft Access and we would like our authentication process to connect with the CAS system we already use. We are brainstorming two ways to do this: (1)Have our ap

Re: [cas-user] How to remove TARGET parameter

2014-09-05 Thread Waldbieser, Carl
Baldur, The PHP client is the behavior I would expect-- Only the /samlValidate endpoint expects a TARGET parameter as per the spec [1]. The /login endpoint expects a "service" parameter if you want a ST issued for a particular service. I am guessing that the way SAML1.1 [2] is baked into the

Re:[cas-user] How to implement Remember me feature with CAS

2014-09-05 Thread John DC
Thank you for enlightening me. Regards John Davis -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user

Re: [cas-user] Can't Build Cas Anymore

2014-09-05 Thread Vallee Romain
you too :) 2014-09-05 12:20 GMT+02:00 Nicolas Langlois : > Hi Romain, i 'm feeling stupid many thanks for your answer. > > and thanks too for the bug notice, it save me times. > > Have a great day ! > > > 2014-09-05 7:54 GMT+02:00 Vallee Romain : > >> The prerequis is : >> http://jasig.gi

Re: [cas-user] Is there any CAS client available for ASP or CWS?

2014-09-05 Thread Jérôme LELEU
Hi, I'm used to say that if you don't have the right CAS client for your webapp, you can still fallback to the CAS module for Apache (installed as a reverse proxy to your webapp). Best regards, Jérôme LELEU Founder of CAS in the cloud: www.casinthecloud.com | Twitter: @leleuj Chairman of CAS: ww

Re: [cas-user] How to implement Remember me feature with CAS

2014-09-05 Thread Jérôme LELEU
Hi, If you explictely call the logout, the remember-me is deleted. The original sentence is: "A security policy that requires that long term authentication sessions MUST NOT be terminated prior to their natural expiration would mandate a ticket registry component that provides for durable storage

[cas-user] was 8.5.5 suggested Cas Version based on experience

2014-09-05 Thread MrCrowley
Hi all, we're using jasig-cas 3.4.3 with ibm websphere 6.1, we're migrating the appservers to websphere 8.5.5 due to 6.1 reached endof life last year.While we're migrating all our apps (including CAS) I was wandering to upgrade and based on other user's experience which version fits best with WA

Re: [cas-user] Can't Build Cas Anymore

2014-09-05 Thread Nicolas Langlois
Hi Romain, i 'm feeling stupid many thanks for your answer. and thanks too for the bug notice, it save me times. Have a great day ! 2014-09-05 7:54 GMT+02:00 Vallee Romain : > The prerequis is : > http://jasig.github.io/cas/4.0.0/planning/Installation-Requirements.html > > Maven >= 3.0.0

[cas-user] Is there any CAS client available for ASP or CWS?

2014-09-05 Thread Oswald Lu
Hi, Due to the complexity of my company's IT environment, there are web applications designed by Java, .NET, ASP, and CWS (CICS Web Support, web applications designed in COBOL language). I already set up a CAS 4.0 server which use LDAP to authenticate against AD. The .NET client has

Re:[cas-user] How to implement Remember me feature with CAS

2014-09-05 Thread John DC
Hi, I was trying to implement the remember me as described in http://jasig.github.io/cas/4.0.0/installation/Configuring-Authentication-Components.html#long_term_authentication I also tried following :https://wiki.jasig.org/display/CASUM/Remember+Me. I am using CAS version 4.0.0 Once I clicked on

Re: [cas-user] How to remove TARGET parameter

2014-09-05 Thread Baldur Dae
Thank you Carl ;) I've mentioned php cas client because I get a different behaviour in comparison to java cas client. In php I get the following redirections ("portal" is the client webapp): Request:https://localhost/portal/ Response: (Status Code 302) https://cas-server/cas/login?service=https%3A%