meman1188 Posted July 14, 2008 Share Posted July 14, 2008 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 https://forums.phpfreaks.com/topic/114592-xrds-document-not-working-with-yahoo-openid/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.