Jump to content

XRDS document not working with Yahoo! OpenID?


Recommended Posts

I'm trying to remove the dangerous site warning when logging into my site using yahoo's openid page, but my xrds document seems to be having no effect.

XML Document:

<?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://www.besternews.com/openid/</URI>

        </Service>

    </XRD>

</xrds:XRDS>

 

On the php page http://www.besternews.com/openid/, which is the return_to sent with the openid request, there is an http header (x-xrds-location: http://www.besternews.com/xrds.php) as well has a meta tag equivalent. I'm not sure what else i'm suppose to do but would greatly appreciate anyone's help.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.