Good Afternoon,

 

After too many hours of head-banging, I finally got CAS working against
my LDAP server.  (for those who know what they are doing, it's probably
a straight-forward process).

All I have to do now is verify that SAML is granting tokens, and my part
in this project DONE!

 

However comma when I issue:
http://192.168.168.83:8080/cas/login?service=http://192.168.167.74/index
.html  
 
I enter my credentials and receive the correct webpage and this in the
url:
 
http://192.168.167.84/index.html?ticket=ST-6-ZbzNvFyGY9QkqkTtZRPL-cas
 
Does this mean that I received a SAML token?
ST-6-ZbzNvFyGY9QkqkTtZRPL-cas 
 
 
In the howto it mentions verifying this with a SOAP and WGET.
 

So I tried using: 

 wget --output-document=out.txt --post-file=post.txt
"http://192.168.168.83:8080/cas/samlValidate?ticket=
ST-6-ZbzNvFyGY9QkqkTtZRPL-cas &TARGET=http://192.168.167.84/index.html";

 

and I get back:

 

<?xml version="1.0" encoding="UTF-8"?>

<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>

<SOAP-ENV:Header/><SOAP-ENV:Body><Response
xmlns="urn:oasis:names:tc:SAML:1.0:protocol"
xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"
xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol"
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
IssueInstant="2010-05-13T17:32:51.335Z" MajorVersion="1"
MinorVersion="1" Recipient="http://localhost/index.html";
ResponseID="_98fd76e19845ef968c2fe18d145a0742">

<Status>

 <StatusCode Value="samlp:Responder">

 </StatusCode>

 <StatusMessage>'service' and 'ticket' parameters are both required

 </StatusMessage>

 </Status>

</Response>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

 

 

Am I missing something in the URL or CAS?

Or is the the right forum to ask this question?

 

V/R,

 

Rob McKennon

Unix Admin (fish out of water)

 

 

 

Here's the Post.txt file:

 

<SOAP-ENV:Envelope

     xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>

     <SOAP-ENV:Header/>

     <SOAP-ENV:Body>

          <samlp:Request

               xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol"

                    MajorVersion="1" MinorVersion="1"

                         RequestID="_192.168.167.84.1024506224022"

                             IssueInstant="2010-05-13T16:43:48.099Z">

                                  <samlp:AssertionArtifact>

                                        ST-6-ZbzNvFyGY9QkqkTtZRPL-cas

                                  </samlp:AssertionArtifact>

          </samlp:Request>

     </SOAP-ENV:Body>

</SOAP-ENV:Envelope>

 


-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to