Rampart/Rahas problems

2008-06-27 Thread Tim Williams
So I've essentially taken Rampart sample6 and split it across three machines with my own web service instead of SimpleService. Here's what happens: 1) client makes Mex request to Service : Service responds. 2) Client makes token request to STS - STS responds 3) Client attempts to make the

Rampart interaction with client/provider/STS

2008-06-26 Thread Tim Williams
So far the samples seem to explicitly (through API) retrieve a token from the STS. I'm wondering whether this can be done declaratively only by way of the policy. It seems that if I have a policy file exposed within a service's WSDL that states what STS that is acceptable, then the client

Re: Rampart interaction with client/provider/STS

2008-06-26 Thread Tim Williams
On Thu, Jun 26, 2008 at 8:35 AM, Tim Williams [EMAIL PROTECTED] wrote: So far the samples seem to explicitly (through API) retrieve a token from the STS. I'm wondering whether this can be done declaratively only by way of the policy. It seems that if I have a policy file exposed within

Re: locating rampart-trust.mar

2008-06-20 Thread Tim Williams
On Fri, Jun 20, 2008 at 5:33 AM, Nandana Mihindukulasooriya [EMAIL PROTECTED] wrote: Hi Tim, I'm unable to find rampart-trust.mar and obviously don't have the necessary maven-fu to build it myself. Name of the trust module in Apache Rampart is Rahas. So what you need is rahas-x.x.mar .

Exposing STS (Rahas) [was: locating rampart-trust.mar]

2008-06-20 Thread Tim Williams
On Fri, Jun 20, 2008 at 6:51 AM, Tim Williams [EMAIL PROTECTED] wrote: On Fri, Jun 20, 2008 at 5:33 AM, Nandana Mihindukulasooriya [EMAIL PROTECTED] wrote: Hi Tim, I'm unable to find rampart-trust.mar and obviously don't have the necessary maven-fu to build it myself. Name

locating rampart-trust.mar

2008-06-19 Thread Tim Williams
I gather that rampart-trust.mar contains the STS functionality. I'm looking to deploy, for now, a simple STS which I will eventually implement a custom Issuer. From the bottom of the quickstart doc[1], Security Token Service can be set up as per WS-Trust specification using Rampart. The