[cas-dev] Java CAS Client integration with Google App Engine

2014-10-15 Thread Michael Mathews
I'm trying to use the Java CAS Client for authentication in an app on GAE. GAE, however, doesn't allow usage of the javax.naming package, including the InitialContext class. This class is used in the AbstractConfigurationFilter to perform a JNDI lookup on init params. Has this issue been addr

Re: [cas-dev] Using CAS returned attributes in Userservice

2014-08-21 Thread Michael Keith
> > > > -- > You are currently subscribed to cas-dev@lists.jasig.org as: > ma.kei...@gmail.com > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-dev > > -- Sincerely, Michael Keith -- You are currently subscrib

Re: [cas-dev] CAS 4.1.0

2014-05-21 Thread Michael Herring
I would like to see CAS-1075 (Add Support for Displaying Registered Service Information on Login Form) out of the box in 4.1 -Michael On Mon, May 19, 2014 at 12:14 PM, Misagh Moayyed wrote: > A conference call sounds great. Besides from content and issues to address > I’d also like to d

Re: [cas-dev] Increase the default TerminateWebSessionListener timetoDieInSeconds value?

2014-04-30 Thread Michael Herring
CAS 3.5.x and we have not done any UI customizations to the management webapp although we have themed CAS proper (so we have a mixture of our theme and the default theme). Have not tried CAS 4.0 in our environment so don't know if this timeout increase will still be needed. -Michael O

[cas-dev] Increase the default TerminateWebSessionListener timetoDieInSeconds value?

2014-04-30 Thread Michael Herring
ating: java.lang.IllegalStateException: Cannot create a session after the response has been committed Just my two cents, -Michael -- Michael Herring Information Technology Services Web Developer Denison University 740-587-6360 herri...@denison.edu -- You are currently subscribed to cas-dev@lists.jasig.org as: arch...

[cas-dev] bug traduction

2013-11-06 Thread Michael EDLICH
under code 'management.services.status.evaluationOrder.notupdated' for locale 'fr_FR' I d'ont have this problem when i switch to the english login form before. Version : 3.5.2 How can I solved this issue ? Thanks, Michael. -- You are currently subscribed to cas-de

Re: [cas-dev] CAS 4.0 Release Schedule Update for Monday April 15th

2013-04-15 Thread Michael Herring
r) https://github.com/Jasig/cas/pull/228 (3.5.x) Thanks for the consideration, -Michael On Mon, Apr 15, 2013 at 10:55 AM, William G. Thompson, Jr. wrote: > CAS 4.0 Release Schedule Update for Monday April 15th > > * 53 issues Resolved > * 10 In Progress > * 4 Open > > Feature

Re:[cas-dev] CAS Protocol spec updates planned?

2012-09-23 Thread Michael Easthope
Hi, For the SAML component, could you describe the canonical parameters that CAS is expecting with samlValidate? The .NET client documentation seems to be different from the other implementations and overall the documentation is not clear when to use "service=" and when to use "TARGET=" ? The

Re: [cas-dev] CAS .NET Client: Proxy Callback Urls?

2012-03-02 Thread Michael
It is not available on github yet, I hope it moves soon though. I have a couple patches I apply now to the svn trunk dealing with parameter sanitization that would be a ton easier via github. Michael On 3/2/2012 9:45 AM, Misagh Moayyed wrote: > > Folks, > > While reviewing the

Re: [cas-dev] Encrypt password in client side

2011-09-29 Thread Michael
I'm not sure what encrypting passwords in browser buys besides additional attack vectors? Not only do you need to trust all the server generated code (given for current state) BUT you also need to trust the encryption implementation (js?). Are you using specific browser based crypto methods (no

Re: [cas-dev] Vote On CAS 3.x Move to GitHub

2011-07-27 Thread Michael
As a non-commiter/lover of code, +^x On 7/27/2011 9:00 AM, Marvin Addison wrote: Discussion is over and it's time to vote on the following proposal: The current cas3 subversion repository should move to GitHub under existing jasig organization. Anyone may vote, but only committer votes count.

[cas-dev] CAS Clients on GH? WAS : Discuss Moving CAS 3.x to GitHub

2011-07-25 Thread Michael
Any chance the CAS clients would also follow to GH? Thanks, Michael On 7/25/2011 10:17 AM, Marvin Addison wrote: > The CAS4 codebase is slated to move to GitHub, > https://issues.jasig.org/browse/CAS-997, and during the discussion of > that issue, someone floated moving the active 3.x

Re: [cas-dev] Miscalculated LDAP Password Policy Enforcement MILLISECONDS_BETWEEN_1601_AND_1970

2011-07-14 Thread Michael
Considering most transforms are so weak ( regex /dot/\./g) and Amazon Mechanical Turk could pour through them manually it's a lost cause. The battle rages on server side, client side obfuscation is a loss :) Michael On 7/14/2011 8:11 AM, Jeremiah Snapp wrote: That's fine with m

Re: [cas-dev] Miscalculated LDAP Password Policy Enforcement MILLISECONDS_BETWEEN_1601_AND_1970

2011-07-13 Thread Michael
You could enter a jira issue for it On 7/13/2011 9:41 AM, Jeremiah Snapp wrote: Can someone please tell me what I need to do to get this bug looked at? Thanks, Jeremiah -- You are currently subscribed to cas-dev@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or

[cas-dev] Simple SAML Attribute Example

2010-11-17 Thread Michael Matzka
additional field to identify a user. this works all very well. but i need a least this information in my application (other data as well). Where can in found more information/documentation and not only parts of xml config files without documentation? :) Regards Michael -- You are currently

RE: [cas-dev] ServicesRegistry and MySQL

2010-06-07 Thread Edmonds, Michael
Hey Marvin, The problem was that I needed to be using hibernate 3.5.0-CR-2. We should update the docs on https://wiki.jasig.org/display/CASUM/Configuring to make note of the hibernate version required for CAS 3.4.2... would've saved me a tonne of time if a complete example pom.xml was availabl

RE: [cas-dev] ServicesRegistry and MySQL

2010-06-03 Thread Edmonds, Michael
Thanks for the reply. Yes, I'm using the Maven Overlay method. I'd just added the dependencies from the docs to pom.xml, and the build seemed happy. >From pom.xml: commons-dbcp commons-dbcp 1.2.2 runtime mysql mysql-connector-java 3.1.11 provided org.hibernate hiberna

[cas-dev] ServicesRegistry and MySQL

2010-06-03 Thread Michael Edmonds
Hello all, I'm attempting to configure the services registry to store information in mysql, following the instructions at https://wiki.jasig.org/display/CASUM/Configuring Unfortunately, I'm stumped by the following error in catalina.out when I try to deploy my cas.war file: 2010-06-03 14:27:09,2

[cas-dev] Database Drivers for Persistent Services Data

2010-06-01 Thread Edmonds, Michael
Hello! I'm in the process of setting up the services management tool, and I am hoping to get some advice on which DB to use to persist service data. We'd hoped to store this data in something simple & local (maybe a simple BerkleyDB?) but the docs seem to steer you toward HyperSQL. Are there a

Re: [cas-dev] Quirky Dev Patch for Invalid SSL Exceptions in .NET

2010-03-01 Thread Michael Hans
Scott, What revised patch are we talking about? I haven't submitted any new changes... Thanks Michael On Mon, Mar 1, 2010 at 11:49 AM, Scott M. Holodak wrote: > Hi Michael, > > > > I’ve looked over your revised patch and I’m not sure this is the right > approach.

Re: [cas-dev] Quirky Dev Patch for Invalid SSL Exceptions in .NET

2010-02-28 Thread Michael Hans
ng to update their CAS server host). Off topic i've already applied your suggested changes and have a set of unit tests around cas 2.0 ticket processing, i'll patch them up and send when I get back to the office. Thanks Michael On Sun, Feb 28, 2010 at 5:31 PM, Scott M. Holodak wrote:

Re: [cas-dev] Quirky Dev Patch for Invalid SSL Exceptions in .NET

2010-02-28 Thread Michael Hans
he Initialize method. Thanks Michael On Sun, Feb 28, 2010 at 2:01 PM, Scott M. Holodak wrote: > Hi Michael, > > I'm looking at your patch and had a few questions/comments. I'd like to > re-work your code a little bit so that it gets around the thread safety > issue. >

[cas-dev] Quirky Dev Patch for Invalid SSL Exceptions in .NET

2010-02-26 Thread Michael Hans
see value in something so simple when hitting greenfield projects so I’m just attaching it here vs. creating any JIRA tickets. Thanks Michael Hans -- You are currently subscribed to cas-dev@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see

[cas-dev] Anonymous user?

2009-06-19 Thread Michael
Not sure, if CAS is the right thing to help me with integrating a CMS-based portal and a shopping basket, which is hosted on a ecommerce portal. I already integrated both portals successfully with CAS. For the shopping basket use case of course no user login is happening before that anonymous us

RE: [cas-dev] Problem authenticating with CAS to Active Directory

2009-05-22 Thread Michael A Jones
hools have deployed CAS with AD. Cheers, Scott On Fri, May 22, 2009 at 7:35 AM, Michael A Jones wrote: Hi there, I am having communication problems with my Active Directory and CAS. My AD machine is called idm-dc1 and my domain is ExampleOrganization.local. At present, when I try to login t

[cas-dev] Problem authenticating with CAS to Active Directory

2009-05-22 Thread Michael A Jones
Hi there, I am having communication problems with my Active Directory and CAS. My AD machine is called idm-dc1 and my domain is ExampleOrganization.local. At present, when I try to login to CAS I am getting an error message from CAS saying "The credentials you provided cannot be determined to b

[cas-dev] Problem with ActiveDirectory and CAS communication

2009-05-21 Thread Michael A Jones
of a small movie file ;-) Cheers, Scott On Wed, May 20, 2009 at 9:16 AM, Michael A Jones wrote: Hi, I just used the cas war file that came with the latest CAS distribution. I guess this doesn't work with anything, but the simple authentication. I will build

RE: [cas-dev] Problem with ActiveDirectory and CAS configuration

2009-05-20 Thread Michael A Jones
with ActiveDirectory and CAS configuration Michael: If it can't find the bean class for the fast bind, it may be because you didn't build the ldap support JAR into the CAS server. Did you do that? David On Wed, May 20, 2009 at 4:32 AM, Michael A Jones wrote: > Could someone help me with the

RE: [cas-dev] port of jasig java cas client to .net

2009-03-12 Thread Michael J. Barton
app is very simple and modeled after, > http://www.ja-sig.org/wiki/display/CASC/JA-SIG+Java+Client+Simple+WebApp+Sam ple. >  It also still needs some work, but I got it to somewhat work with the > CasHttpModule from Michael Barton.  I'd like to see this ultimately > expand to incor

RE: [cas-dev] port of jasig java cas client to .net

2009-03-10 Thread Michael J. Barton
I found NLog to be easier to work with than Log4Net and just as flexible. http://www.nlog-project.org/ -Original Message- From: William G. Thompson, Jr. [mailto:wgt...@gmail.com] Sent: Tuesday, March 10, 2009 8:46 AM To: cas-dev@lists.jasig.org Subject: Re: [cas-dev] port of jasig java c