Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
547 views

How do you get AOL's OpenID site verification to work?

I have an OpenID relying party setup and using XRDS. It passes the "RP has discoverable return_to" interop test over at http://test-id.org/RP/DiscoverableReturnTo.aspx. Yahoo no longer complains with ...
1
vote
2answers
374 views

Retrieving XRDS document in OpenID using Ruby

I am just playing around with the OpenID protocol. I am trying to send Discovery request and retrieve the XRDS document from google . When I try to do it from the terminal using the curl, I am getting ...
0
votes
1answer
109 views

AOL openid website verification

Iam trying to use AOL openid, nut am getting "AOL is unable to verify this website" can somebody tell me the steps to avoid this error, what should I don on my end. If there is some sample code ...
0
votes
1answer
77 views

does facebook support xrds or openid endpoint discovery?

By requesting a special mime type called application/xrds+xml when performing an HTTP GET on the identity URL, developers can choose which of the alternatives to implement. Is this possible with ...
0
votes
1answer
242 views

how could i make working self-hosted openid provider, connected to wordpress

Aim: To have own OpenId provider connected with self-hosted Wordpress blog, so Wordpress admin could use his OpenId to login to Admin Panel, and also to comment other blogs with this OpenId. Blog ...