OpenId and Oauth

vicky23 Oct 2009 4:04 AM
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.w2r7

Warning: 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
Salem Ajmele23 Sep 2011 2:35 PM
<br/><br/><div class="quote"><div class="quotetop">QUOTE<cite>(vicky @ 23 Oct 2009 4:04 AM)</cite></div><blockquote class="quotemain">hi,<br /><br />I`m try implementing Google,Yahoo OpenId and Oauth into my site.<br />while google is working fine. yahoo show following Warning message in Agree Page.<br /><br /><a href="https://open.login.yahoo.com/openid/op/start?z=RmOXNmCqz00U1TG9yiupRJPANC_qZRGHMYxItFSdocrgS_KpwmqeLhTgStnk3m1BReJf4eOR8KzdSVamo18cDtrh80P_9tmnzAzEu1wzWGyPv.xVhI9MPmj8FlxHSUmY5BxczGUE06fLB1khH.2y_tikPKPEawcJj7oRXoi8FOh5oe_Tyn8xCXD9WPDYc_iaK58ujBAXEH3VCuzA1vg_zUd64VhaCIFhh9IjuwID.l9a8N8QF_zpihqlu7SWoPOUfY2EXFfNSvi4ub4yAG7tCiBLI1O.XOpDw9eykhzJhCtbZZX2RNSJGd0Dj4Gh3bH07eX8UM7ZD_RGqrSZUzeCjtY.nGBCSGsxKu3NofjKqwpxOBqXT2jFRKTvFi5.w2r7" rel="nofollow" target="ext">https://open.login.yahoo.com/openid/op/star...2jFRKTvFi5.w2r7</a><br /><br />Warning: This website does not meet Yahoo!&#39;s requirements for a website address. Do not share any personal information with this website unless you are certain that it is legitimate.<br /><br /><br />i just included XRDS<br /><br /><a href="http://mysite.com/xrds.xml" rel="nofollow" target="ext">http://mysite.com/xrds.xml</a><br /><br /><br /><br /> xmlns:xrds=&quot;xri://$xrds&quot;<br /> xmlns:openid=&quot;http://openid.net/xmlns/1.0&quot;<br /> xmlns=&quot;xri://$xrd*($v*2.0)&quot;&gt;<br /> <br /> <br /> http://specs.openid.net/auth/2.0/return_to<br /> http://mysite.com/openid/login.php<br /> <br /> <br /><br /><br />i have include meta xrds in file also<br /><a href="http://mysite.com/index.html" rel="nofollow" target="ext">http://mysite.com/index.html</a> and <a href="http://mysite.com/index.php" rel="nofollow" target="ext">http://mysite.com/index.php</a><br /><br /><br /><!--fonto:Arial Black--><span style="font-family:Arial Black;"><!--/fonto--><b>Can you Please help me solve this issue.</b><!--fontc--></span><!--/fontc--><br /><br /> with regards,<br />mohan vinayagam</blockquote></div><br/>