[cas-user] CAS Apache Wink

2013-04-19 Thread Jesse Farinacci
Greetings, Does anyone have an example of how to configure an Apache Wink JAX-RS client such that it can access CAS protected resources? Thank you, -Jesse -- There are 10 types of people in this world, those that can read binary and those that can not. -- You are currently subscribed to

Re: [cas-user] cas-client 3.2.1

2012-10-16 Thread Jesse Farinacci
/remotecontent?filepath=org/jasig/cas/client/cas-client-core/3.2.1/cas-client-core-3.2.1.pom We use OSS to publish to the main repo, so they should be in sync. On Mon, Oct 15, 2012 at 1:44 PM, Jesse Farinacci jie...@gmail.com wrote: Greetings, It seems we started migrating to a oss.sonatype.org

Re: [cas-user] JSESSIONID question

2012-10-16 Thread Jesse Farinacci
Greetings, On Mon, Oct 15, 2012 at 5:24 PM, Jamie Johnson jej2...@gmail.com wrote: I have a service secured behind CAS which works properly but I'd like to remove the jsessionid from the URL, is this possible? Why not just add to your web.xml: session-config cookie-config

[cas-user] cas-client 3.2.1

2012-10-15 Thread Jesse Farinacci
Greetings, It seems we started migrating to a oss.sonatype.org for our MRM solution. However this doesn't appear to have been performed correctly. My builds are failing because no org.jasig.cas.client:cas-client-core:pom:3.2.1 is found. Please fix this. -Jesse -- There are 10 types of people

Re: [cas-user] Upgrade CAS 3.4.8 to 3.4.10

2011-09-29 Thread Jesse Farinacci
Greetings, On Thu, Sep 29, 2011 at 9:16 AM, Marvin Addison marvin.addi...@gmail.com wrote: If you have a custom jsp page, you may wish to compare it against the default. https://issues.jasig.org/browse/CAS-958.  The https://github.com/Jasig/cas/commit/f5093358632c351594daecbe42b690c1382d24db

Re: [cas-user] Migration Problem :: CAS 3.4.10

2011-08-24 Thread Jesse Farinacci
Greetings, On Tue, Aug 23, 2011 at 11:03 AM, Marvin Addison marvin.addi...@gmail.com wrote: Error creating bean with name 'authenticationManager' defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml]: Cannot create inner bean

[cas-user] Migration Problem :: CAS 3.4.10

2011-08-23 Thread Jesse Farinacci
Greetings, I am trying to migrate to CAS 3.4.10 but am hitting a strange problem. I utilized the Maven WAR Overlay method. A previously working installation is now taking CNFE during startup: Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name

Re: [cas-user] Block vacation spam

2011-07-25 Thread Jesse Farinacci
Greetings, 2011/7/25 Michael Ströder mich...@stroeder.com: Could one of the mailing list admins please block this address from posting to the list? It's very annoying that this out-of-office spam is sent for each posting to the list! Auto reply messages from this list are quite easily the

Re: [cas-user] missing org.opensaml:opensaml:1.1b:pom

2011-02-22 Thread Jesse Farinacci
Ping. :-) On Mon, May 3, 2010 at 5:03 PM, scott.battag...@gmail.com wrote: Thanks for the clarification. We'll also hopefully be migrating to 2 sometime soon. -Original Message- From: Brent Putman putm...@georgetown.edu Also, be aware that as of June 30, 2010, OpenSAML 1.x will

Re: [cas-user] missing org.opensaml:opensaml:1.1b:pom

2011-02-22 Thread Jesse Farinacci
Greetings, On Tue, Feb 22, 2011 at 8:11 AM, Marvin Addison marvin.addi...@gmail.com wrote: Now that 3.4.6 is out the door, congratulations, will we see an update to the supported version of SAML? Thanks! It's certainly not reasonable to move to SAML 2 in CAS 3.4.x.  While Ok, that makes

Re: [cas-user] Fwd: Java 1.6 vs. Java 1.5

2011-01-02 Thread Jesse Farinacci
Hi, On Sat, Jan 1, 2011 at 2:52 PM, Scott Battaglia scott.battag...@gmail.com wrote: Any thoughts from the wider CAS community on requiring Java 6 instead of Java 5 for CAS4? Thanks Scott My group is already deployed on Java 6 for about a year now. Deployment environment is s390 Linux, SLES.

Re: [cas-user] CAS 3.4.4

2010-12-19 Thread Jesse Farinacci
Hi Scott, On Sun, Dec 19, 2010 at 11:39 PM, Scott Battaglia scott.battag...@gmail.com wrote: Did everything work okay despite that? I'm not sure why its complaining since once is clearly not a JavaBean property (its a static method). Yes, everything seems to be working fine without any

[cas-user] CAS 3.4.3 requiring Hibernate

2010-10-18 Thread Jesse Farinacci
Greetings, It seems that CAS 3.4.3, perhaps older, is requiring the use of Hibernate. I have a simple WAR overlay POM in my utilities projects and at the top level we've initiated a migration away from Hibernate, and accompanying it with m-enforcer-p bans on dependencies. CAS seems to require

Re: [cas-user] CAS 3.4.3 requiring Hibernate

2010-10-18 Thread Jesse Farinacci
Hi Scott, On Mon, Oct 18, 2010 at 9:13 AM, Scott Battaglia scott.battag...@gmail.com wrote: Hibernate is a compile-time dependency for the core at this point (that changes in 3.5). Ok, so it seems my visibility of that fact is the only recent change. :-) Thanks very much, looking forward to

Re: [cas-user] restful api

2010-07-31 Thread Jesse Farinacci
Yikes! On Sun, Aug 1, 2010 at 12:16 AM, Scott Battaglia scott.battag...@gmail.com wrote: If you're using Spring Security 3.0.2, you can't just pass the ticket to the application.  Spring Security expects the ticket to be delivered ONLY to a certain URL endpoint. Is there any way for me to

[cas-user] restful api

2010-07-30 Thread Jesse Farinacci
Greetings, I thought I had this working but apparently I was working against an unsecured instance! Yikes. My normal day to day operations are working great. Users are authenticated against our LDAP instance and most everyone is happy. When I try to access a REST service programmatically I am

[cas-user] saved credentials for /login

2010-05-25 Thread Jesse Farinacci
Greetings, I've had a few users request that Firefox be allowed to cache the credentials such that the /login form is automatically populated. Are we (CAS) doing something that disables that kind of usability/security risk? I'd like to disable the prevention of credentials. Thanks! -Jesse --

Re:[cas-user] saved credentials for /login

2010-05-25 Thread Jesse Farinacci
Greetings, On Tue, May 25, 2010 at 2:30 PM, Jesse Farinacci jie...@gmail.com wrote: I've had a few users request that Firefox be allowed to cache the credentials such that the /login form is automatically populated. Are we (CAS) doing something that disables that kind of usability/security

Re: [cas-user] Java client code

2010-05-19 Thread Jesse Farinacci
Hello, On Wed, May 19, 2010 at 9:04 AM, Marvin Addison marvin.addi...@gmail.com wrote: Do you want to authenticate with a service credential or with the user's credentials?  The CAS RESTful API is intended for service authentication, http://www.ja-sig.org/wiki/display/CASUM/RESTful+API.

Re: [cas-user] Java client code

2010-05-19 Thread Jesse Farinacci
Greetings again, On Wed, May 19, 2010 at 12:32 PM, Jesse Farinacci jie...@gmail.com wrote: Thank you for that information, using it I was able to access CAS-protected services from a program. I have cleaned up some sample Java code that I'd like to attach to the wiki page you referenced

[cas-user] Java client code

2010-05-18 Thread Jesse Farinacci
Greetings, I have a CAS 3.4.2 instance deployed at http://cas.acme.com and a GWT web application deployed at http://serv1.acme.com with a corresponding JAX-RS layer deployed at http://serv1.acme.com/rs -- the CAS instance is configured against a corporate LDAP server. The serv1 application uses

[cas-user] missing org.opensaml:opensaml:1.1b:pom

2010-05-03 Thread Jesse Farinacci
Greetings, I can not seem to find, nor can Maven, the opensaml 1.1 pom. When building my customized CAS war overlay, v3.4.2, Maven issues the following: [WARNING] Missing POM for org.opensaml:opensaml:jar:1.1b Any thoughts? Thanks! -Jesse -- There are 10 types of people in this world, those

Re: [cas-user] missing org.opensaml:opensaml:1.1b:pom

2010-05-03 Thread Jesse Farinacci
It's not causing anything to fail, but it's irritating. :-) Previous versions of opensaml had proper artifacts in the main maven repository[1]; this facilitates nice integration with tools like M2E. Just curious if we've given up putting quality/proper maven artifacts into the JA-SIG repository..

Re: [cas-user] Fwd: [cas-announce] CAS 3.4, CAS 3.4,1 and CAS 3.4.2 Server Releases

2010-03-30 Thread Jesse Farinacci
Greetings, On Mon, Mar 29, 2010 at 4:18 PM, Jesse Farinacci jie...@gmail.com wrote: So there must be something funky going on with Maven and dependencyManagement .. as I added a fragment of my own corporate POM dM section (see attached pom.xml) and I get the multiple JAR thing again. Ugh

[cas-user] Fwd: [cas-announce] CAS 3.4, CAS 3.4,1 and CAS 3.4.2 Server Releases

2010-03-29 Thread Jesse Farinacci
I'm afraid my note may have been rejected without notifying me. -- Forwarded message -- From: Jesse Farinacci jie...@gmail.com Date: Mon, Mar 29, 2010 at 12:44 PM Subject: Re: [cas-announce] CAS 3.4, CAS 3.4,1 and CAS 3.4.2 Server Releases To: cas-annou...@lists.ja-sig.org

Re: [cas-user] maven 2.07

2010-03-10 Thread Jesse Farinacci
Hi Brian, On Wed, Mar 10, 2010 at 6:15 PM, Brian C. Hill bch...@bch.net wrote: I'll edited the version in the pom to be 2.0.7. It now builds with one fatal error, which I don't understand: --- Test set:

Re: [cas-user] maven 2.07

2010-03-10 Thread Jesse Farinacci
Hi Brian, On Wed, Mar 10, 2010 at 7:00 PM, Brian C. Hill bch...@bch.net wrote: That works. Hooray! :) Is there any reason not to simply use the jars/war that come with the zip in the modules dir? Those should be identical; I thought you were building it because you wanted to include custom

Re: [cas-user] restricting the number of login attempts

2010-03-09 Thread Jesse Farinacci
Hi Alok, On Tue, Mar 9, 2010 at 9:46 PM, Alok Jain alok.j...@offerpal.com wrote: In CAS can I restrict the number of attempts the user can try  to authenticate herself. Did you read http://www.ja-sig.org/wiki/display/CASUM/Throttling+Login+Attempts ? -Jesse -- There are 10

Re: [cas-user] maven 2.07

2010-03-08 Thread Jesse Farinacci
Brian, On Mon, Mar 8, 2010 at 9:20 PM, Brian Hill bch...@bch.net wrote: Can maven 2.07 not be used? [INFO] [enforcer:enforce {execution: enforce-versions}] [WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireMavenVersion failed with message: Detected Maven Version: 2.0.7 is not in

[cas-user] LDAP Authentication Handler Woe

2010-03-01 Thread Jesse Farinacci
Greetings, I'm a very recent (near-messianic) convert to JA-SIG's CAS implementation, thank you very much for your work! I am converting an existing application from using Spring Security (3.0.x) directly doing LDAP authentication to a CAS-based (3.3.5) LDAP authentication system. My existing