AXIS 2 1.1 Rampart and Attribute Statement Assertions

2007-10-02 Thread Chris82KS
Hi I've read that Rampart 1.1 can only send SAML Assertions with Authentication Statements. But can Rampart authenticate SAML Assertions with Attribute Statements in the INFLOW SECURITY? Greetings Chris -- View this message in context: http://www.nabble.com/AXIS-2-1.1-Rampart-and-Attribute-Sta

Axis2 1.1: Sign Timestamp

2007-09-26 Thread Chris82KS
Hello, I use Rampart 1.1 and I want to sign a timestamp. I use folowing configuration inmy services.xml: Timestamp Signature Encrypt server.properties username {Element}{http://www.w3.org/2005/08/addressing}To; {Element}{http://www.w3.org/2005/08/ad

Axis2 and Rampart: WSS in WSDL

2007-08-31 Thread Chris82KS
Hello! It is possible to use WS-policy and WS-SecurityPolicy in the WSDL of the webservice. But can Ramaprt read out the security-policy out of the WSDL or must it be in a separte file like policy.xml? I use Axis2 1.1 and Rampart 1.1. Would be nice if you could answer me this question. Greeting

Axis2 and Rahas: STS shall issue tokens

2007-07-31 Thread Chris82KS
Hello! Now I have implemented a STS with RAHAS 1.1. My client sends requests to the STS without authentication. That means that I don't send a usernametoken and I don't send a X509-token, either. But my STS doesn't send the correct response, means it doesn't send a token. It alwyays says that requ

Axis2 and Rampart / Rahas Client

2007-07-25 Thread Chris82KS
Hello @all! I want to use a service as security token provider. For this task I've chosen Rahas 1.1 in Axis2 1.1. Now I want to write a client which shall call a normal web service in my axis2 service repository but before the client shall call the security token service to get a SAML token. Can