Hi Luis Diaz,
Did you mean the following warning when a Yahoo! user signed into
your web site with her OpenID:
"Warning: Yahoo! cannot verify this website. We recommend you do not
share any personal information with this website."
To get rid of this warning, you need to modify the following file:
http://www.thabridge.com/XRDS.phpto add your openid.return_to URL in it. For example, you will
need to merge the following with your existing XRDS file:
<?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="0">
<Type>http://specs.openid.net/auth/2.0/return_to</Type>
<URI>http://www.thabridge.com/finish_auth.php</URI>
</Service>
</XRD>
</xrds:XRDS>
I cannot find any BBAuth/OAuth flows from your web site.
Can you please provide information on how to go through
the flows?
Thanks,
Yu Wang