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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.