Tagged Questions

7
votes
3answers
1k views

Why is HTML form redirection used in OpenID 2?

Why would you do an automatic HTML post rather than a simple redirect? Is this so developers can automatically generate a login form that posts directory to the remote server when the OpenID is ...
3
votes
3answers
567 views

Open Id XRDS Discovery

I am working with Open Id, just playing around making a class to interact / auth Open Id's on my site (in PHP). I know there are a few other Libraries (like RPX), but I want to use my own (its good to ...
2
votes
2answers
415 views

Requesting email address from OpenID provider in PHP

What's the simplest way to request an email address from an OpenID provider? Is there a good PHP library that simplifies this problem? I know that providers implement things differently. I've heard ...