Questions tagged [xrds]
9 questions
8
votes
3 answers
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 the message "Warning: This website has not…

Shawn Miller
- 7,082
- 6
- 46
- 54
2
votes
1 answer
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 please share it - thanks in…

Navin Leon
- 1,136
- 3
- 22
- 44
2
votes
2 answers
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 the following output
curl --url…

felix
- 11,304
- 13
- 69
- 95
1
vote
1 answer
W3C validation error: "Bad value X-XRDS-Location for attribute http-equiv on element meta"
I am getting the above validation error in response to the following line in my HTML:
I use WordPress…

Jagan K
- 1,057
- 3
- 15
- 38
1
vote
0 answers
MVC4 OpenID Provider Action is not invoked as per URI in XRDS
I am trying to develop an OpenID Provider for Single Sign On capability in my company. I have little experience with either MVC 4 or the DotNetOpenAuth library.
I am trying to build the provider based on the examples downloaded from…

Mahesh
- 982
- 8
- 20
1
vote
1 answer
App Engine OpenID - I am getting a 404 error for requests to /_ah/xrds
Yahoo and AOL are submitting a request to /_ah/xrds on one of my App Engine apps. My understanding is that xrds is part of the response when Providing OpenIDs. I do not intend to Provide OpenIDs. I am assuming for now that someone is trying to…

Mark Finch
- 766
- 6
- 16
0
votes
1 answer
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 facebook ( as against using facebook connect )

bosky101
- 2,244
- 1
- 18
- 10
0
votes
1 answer
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 address: http://blog.blomqvist.no
OpenId provider:…

Valerii Shypunov
- 33
- 1
- 5
-1
votes
1 answer
Supporting AOL login with Google Identity Toolkit (xrds)
I'm working on getting Google Identity Toolkit set up, and according to the AOL instructions, you have to place a xrds document in the site's root to avoid warnings on the user's end. I'm a little confused as to how this works. Do I simply create…

Morley Tatro
- 56
- 1
- 2