Re: [PHP] Communicated-Key/Token for SOAP Authentication

2008-06-22 Thread Kyle Browning
Checkout oAuth, to either see how they used it, or for the algo's http://oauth.net Kyle On Sun, Jun 22, 2008 at 7:53 AM, Steve Finkelstein <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm working on a relatively straight forward Web API that'll have a > SOAP presence. The most secure way of going

[PHP] Communicated-Key/Token for SOAP Authentication

2008-06-22 Thread Steve Finkelstein
Hi all, I'm working on a relatively straight forward Web API that'll have a SOAP presence. The most secure way of going about doing authentication would be undoubtedly client-certificate authentication. I have been able to implement such a service straight forward as there is plenty of documenta