Django openid authentication with google
Posted
by Zayatzz
on Stack Overflow
See other posts from Stack Overflow
or by Zayatzz
Published on 2010-03-14T18:42:39Z
Indexed on
2010/03/14
18:45 UTC
Read the original article
Hit count: 374
Hello
I am looking into authenticating via google.
I dont understand how it works:http://code.google.com/apis/accounts/docs/OpenID.html#Samples If i do that 2nd request by entering the data as one url with params into browser i get back XML file. Should i not get back sample response nr3?
Can somebody explain this to me?
The problem is, that im trying to sort through some third party app that uses google openid authentication and its not recieving authenticated users e-mail back, like in sample response 3.
Alan
PS i have read through similar questions and their responses and gone through pages like: http://stackoverflow.com/questions/353880/how-does-openid-authentication-works http://www.windley.com/archives/2006/04/how_does_openid.shtml http://tinisles.blogspot.com/2008/02/how-does-openid-work.html http://openid.net/pres/protocolflow-1.1.png
etc..
© Stack Overflow or respective owner