We have 2 AppEngine Python apps which do federated login via the open id api (create_login_url).
We had the login working for some time, but currently receive HTTP 204 on the /_ah/login_redir.
Had there been any recent changes to the flow or API?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After some analysis, we found out, that some of the OpenID providers were still working and that the remaining problems were caused by different issues (like changed endpoint urls, or not having a correct registration with the endpoint).
We still have a problem with myspace.com (which is not so important to us for the moment).
Thanks for your help.