Using OpenID for Smart Clients or Desktop Applications (C#)
Martin Atkins
mart at degeneration.co.uk
Sun Jul 2 10:35:37 UTC 2006
Timothy Parez wrote:
> That's rather easy then, it would just have to be able to make some http
> requests ?
> Or should it act as a web server as well ?
>
If you're making the HTTP requests yourself somehow then you can avoid
having to act as a web server (and all of the associated annoyance with
firewalls) by just parsing the query string out of the "Location:"
header in the OpenID response.
I had a prototype of this against the original OpenID protocol, but I
never did try it against the new protocol. I can't even find the source
code now. :(
More information about the yadis
mailing list