I\'m trying to use a python library (python_openid) which depends upon python开发者_开发问答-daemon. The latter does not appear to work on Windows.
The site I am developing supports sign-in with the default SimpleOpenIDSelector providers (the same providers that are listed on stackoverflow login page). While it works for simple sign-ins, my AX-re
So I\'m trying to authenticate users on a Pylons web application using openid. I don\'t want to use authkit, seeing as it is no longer maintained.
I\'m developing a web application that is going to be served from an OSGi HTTP service, I register it using a WicketServlet, and I don\'t know how to serve static files (CSS, JS, images and so).
UPDATE I managed to get it working although I\'m not quite sure why ;) It seems like python-openid uses a POST-request to issue the openid mode=associate and for some reason Google doesn\'t like that
This question already has answers here: 开发者_StackOverflow Closed 12 years ago. Possible Duplicate: