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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.