hi,
I`m try implementing Google,Yahoo OpenId and Oauth into my site.
while google is working fine. yahoo show following Warning message in Agree Page.
https://open.login.yahoo.com/openid/op/star...2jFRKTvFi5.w2r7Warning: This website does not meet Yahoo!'s requirements for a website address. Do not share any personal information with this website unless you are certain that it is legitimate.
i just included XRDS
http://mysite.com/xrds.xml<?xml version="1.0" encoding="UTF-8"?>
<xrds:XRDS
xmlns:xrds="xri://$xrds"
xmlns:openid="http://openid.net/xmlns/1.0"
xmlns="xri://$xrd*($v*2.0)">
<XRD>
<Service priority="1">
<Type>http://specs.openid.net/auth/2.0/return_to</Type>
<URI>http://mysite.com/openid/login.php</URI>
</Service>
</XRD>
</xrds:XRDS>
i have include meta xrds in file also
http://mysite.com/index.html and
http://mysite.com/index.php<meta http-equiv="X-XRDS-Location" content="http://mysite.com/xrds.xml"/>
Can you Please help me solve this issue. with regards,
mohan vinayagam