[Django]-Django openid authentication with google

0👍

What sort of XML file?

Remember that a checkid_setup request like that isn’t something your application is meant to make with a direct connection, it’s a request that’s sent from the user’s browser. So the response is going to be something for the browser to parse, prompt the user to log in if necessary, maybe ask the user for permission or which values it should send back, and only after all of that send back a redirect like in the sample response.

👤keturn

Leave a comment