On Jul 23, 1:13 pm, Viktor Nagy <[email protected]> wrote: > The test server is called from /login, and it tries to get back to my > page, but it gets redirected again and again to itself as > "incoming_openid_url" is set when the verify_openid method gets > called.
The redirect is due to the fact that openid=url is passed through and not stripped: https://github.com/cd34/pyramid_openid/commit/1e1ebbf88c814cc861857f5576ab7b1464832d4d > Are there other packages providing openid consumer functionality? Or > could someone point me to a nice tutorial for pyramid_openid, please? If you need integration for something more than just openid: http://pieceofpy.com/blog/2011/07/24/pyramid-and-velruse-for-google-authentication/ shows you the basics for integrating pyramid with Velruse which handles a number of providers. https://github.com/cd34/pyramid_apex is a package Matthew Housden and I are putting together for our needs which includes a bit more than just auth. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
