<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Hi Andrew,<BR>
&nbsp;<BR>
Thank you for your response. However, this did not work for me, perhaps I did something wrong.<BR>
&nbsp;<BR>
I copied the xml doc as you specified and pasted it into a file called yadis.xml in my root directory. I changed the contents of the URI tag to&nbsp;the absolute url of my login page:<BR>
&nbsp;<BR>
&nbsp;&lt;URI&gt;<A href="http://myopenid.happy-cows.com/login_openid.php">http://myopenid.happy-cows.com/login_openid.php</A>&lt;/URI&gt;.<BR><BR>
Then I added the meta tag to my header:<BR>
&nbsp;<BR>
&lt;meta http-equiv="X-XRDS-Location" content=<A href="http://myopenid.happy-cows.com/yadis.xml">http://myopenid.happy-cows.com/yadis.xml</A> /&gt;<BR><BR>I then tried my Yahoo openid <A href="http://me.yahoo.com/{myloginid}">http://me.yahoo.com/{myloginid}</A> and I got the same warning.<BR>
&nbsp;<BR>
Any thoughts?<BR>
&nbsp;<BR>
Thanks,<BR>
&nbsp;<BR>
Scott<BR><BR>
<BLOCKQUOTE>
<HR id=EC_stopSpelling>
Date: Wed, 11 Jun 2008 18:58:00 -0700<BR>From: andrewarnott@gmail.com<BR>To: dev@lists.openidenabled.com<BR>Subject: Re: problem with Yahoo openid: website not confirmed its identity<BR><BR>Hi Scott,<BR><BR>You're missing an XRDS document advertised from your Realm URL.&nbsp; Add that (properly filled out) and Yahoo will stop complaining about your site's identity.&nbsp; Nothing has to be done regarding your php-openid library here... it's all just a static XRDS doc.&nbsp; <BR><BR>Here is a sample XRDS doc.&nbsp; Just change the URI tag contents to point at the URL of your login page.&nbsp; <BR><BR>&lt;?xml version="1.0" encoding="UTF-8"?&gt;<BR>&lt;xrds:XRDS<BR>&nbsp;&nbsp;&nbsp; xmlns:xrds="xri://$xrds"<BR>&nbsp;&nbsp;&nbsp; xmlns:openid="<A href="http://openid.net/xmlns/1.0" target=_blank>http://openid.net/xmlns/1.0</A>"<BR>&nbsp;&nbsp;&nbsp; xmlns="xri://$xrd*($v*2.0)"&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;XRD&gt;<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;Service priority="1"&gt;<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;Type&gt;<A href="http://specs.openid.net/auth/2.0/return_to" target=_blank>http://specs.openid.net/auth/2.0/return_to</A>&lt;/Type&gt;<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;URI&gt;<A href="http://nerdbank.org/RP/login.aspx" target=_blank>http://nerdbank.org/RP/login.aspx</A>&lt;/URI&gt;<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/Service&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/XRD&gt;<BR>&lt;/xrds:XRDS&gt;<BR><BR clear=all>Store this XRDS doc on your site somewhere, and point to it from your realm URL (home page, probably) using a meta tag:<BR>&lt;meta http-equiv="X-XRDS-Location" content="&lt;your XRDS URL HERE&gt;" /&gt;<BR><BR>That should do it.<BR><BR>Andrew Arnott <BR><BR>
<DIV class=EC_gmail_quote>2008/6/11 Scott Gelb &lt;<A href="mailto:scotthg@hotmail.com">scotthg@hotmail.com</A>&gt;:<BR>
<BLOCKQUOTE class=EC_gmail_quote style="PADDING-LEFT: 1ex">
<DIV>Hi,<BR>&nbsp;<BR>I'm new to this list. If there's a way to look at past conversations I'd appreciate someone letting me know. I haven't seen an explanation.<BR>&nbsp;<BR>But here's the problem I'm experiencing. I've incorporated php-openid version 2.0.1 into my site. It works just fine for a variety of openIDs, but when I try a Yahoo openID the Yahoo server page shows the warning:<BR>&nbsp;<BR><B>Warning: This website has not confirmed its identity with Yahoo! and might be fraudulent. Do not share any personal information with this website unless you are certain it is legitimate.</B><BR>&nbsp;<BR>It allows me to continue with the login and returns to my site, but there are two problems.<BR>&nbsp;<BR>1. No personal data is returned<BR>2. The characters "#f19b8" are appended to&nbsp;the openid URL.<BR>&nbsp;<BR>I have found some explanations for the warning&nbsp;via Google but they made no sense to me. I was wondering whether any of you have encountered this issue and found a solution specific to the php-openid library.<BR>&nbsp;<BR>Thanks for your assistance.<BR>&nbsp;<BR>Scott<BR></DIV><BR>_______________________________________________<BR>Dev mailing list<BR><A href="mailto:Dev@lists.openidenabled.com">Dev@lists.openidenabled.com</A><BR><A href="http://lists.openidenabled.com/mailman/listinfo/dev" target=_blank>http://lists.openidenabled.com/mailman/listinfo/dev</A><BR><BR></BLOCKQUOTE></DIV><BR></BLOCKQUOTE></body>
</html>