SAML Issued Token

2007-07-02 Thread W Strater
I am trying to find a sample to demonstrate a Secured Token Service using a  
SAML 1.1 security tokens.

I have found a few WS-SecurityPolicy snippets that reference IssuedToken, 
Address, RequestedSecurityTokenTemplate and KeyType but I have not been able to 
piece them together and have a working sample. I am not sure if I needs other 
XML nodes such as SamlToken.

I am running  Rampart 1.2 on Axis2 1.2. This will be running the STS and the 
service.

The client throws an exception. I am running TCPMonitor and see no traffic so I 
assume the issue is how I have specified the STS.

I can supply my Policy.xml but would rather have a new one since the one I have 
just pieced together and it has no significance.

I would appreciate any samples.

Thanks, Wes.




Rampart Without Axis

2007-06-28 Thread W Strater
Is it possible to use Rampart without Axis?

We are using Weblogic and already have many webservice built and running but 
now we want to implement a SecureTokenService issueing SAML v1.1 tokens and 
protect some webservices with the tokens.

Wes.