Re: [cas-user] SAMLArgumentExtractor

2010-10-28 Thread Marvin Addison
> Would that return a server 500 error? Depends which server you mean. The server hosting the CAS client, yes, certainly. The CAS server, no. M -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see ht

RE: [cas-user] SAMLArgumentExtractor

2010-10-28 Thread Jonathan Bricker
Would that return a server 500 error? -Original Message- From: Marvin Addison [mailto:marvin.addi...@gmail.com] Sent: Thursday, October 28, 2010 1:50 PM To: cas-user@lists.jasig.org Subject: Re: [cas-user] SAMLArgumentExtractor > And it breaks on this line... HttpWebResponse

Re: [cas-user] SAMLArgumentExtractor

2010-10-28 Thread Marvin Addison
> And it breaks on this line... HttpWebResponse res = > (HttpWebResponse)req.GetResponse(); Have you ruled out certificate trust issues? That's the #1 most common problem for ticket validation failure where you get no response at all. M -- You are currently subscribed to cas-user@lists.jasig.

RE: [cas-user] SAMLArgumentExtractor

2010-10-28 Thread Jonathan Bricker
not the SOAP envelope and contents. -Original Message- From: Marvin Addison [mailto:marvin.addi...@gmail.com] Sent: Thursday, October 28, 2010 1:24 PM To: cas-user@lists.jasig.org Subject: Re: [cas-user] SAMLArgumentExtractor > I'm using the dotnet client.  Should I port

Re: [cas-user] SAMLArgumentExtractor

2010-10-28 Thread Marvin Addison
> I’m using the dotnet client.  Should I port the Java > Saml11AuthenticationFilter to c#? No. Set the ticketValidatorName attribute to use the SAML 1.1 protocol: ticketValidatorName="Saml11" M -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubs

RE: [cas-user] SAMLArgumentExtractor

2010-10-28 Thread Jonathan Bricker
I'm using the dotnet client. Should I port the Java Saml11AuthenticationFilter to c#? From: Scott Battaglia [mailto:scott.battag...@gmail.com] Sent: Thursday, October 28, 2010 1:15 PM To: cas-user@lists.jasig.org Subject: Re: [cas-user] SAMLArgumentExtractor If you're using the CAS

Re: [cas-user] SAMLArgumentExtractor

2010-10-28 Thread Scott Battaglia
If you're using the CAS Client for Java, then use the Saml11AuthenticationFilter. Cheers, Scott On Thu, Oct 28, 2010 at 1:07 PM, Jonathan Bricker wrote: > I’m trying to return a SAML token with attributes and am getting stalled > when I request the token. > > > > The error logs show this > > >

[cas-user] SAMLArgumentExtractor

2010-10-28 Thread Jonathan Bricker
I'm trying to return a SAML token with attributes and am getting stalled when I request the token. The error logs show this DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] - Extractor generated service for: null DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor generat