python-openid icon indicating copy to clipboard operation
python-openid copied to clipboard

Can python-openid be used by desktop applications for authentication?

Open dequegorg opened this issue 13 years ago • 1 comments

I've looked through the code you offer and it seemed it is designed for OpenID providers and consumers. I am looking at a module that would help authenticating to an on-line service e.g. StackExchange, from a desktop application, without using an embedded browser. I've worked on that myself, using Google Accounts as an OpenID provider, but doing this for all providers is quite some work. I don't want to duplicate existing work. Also, although my code is working, I'm not very literate with protocols on the Internet to be sure I'm doing the right thing.

In sum: is it possible to use python-openid for desktop applications to authenticate to provider and consumer?

Thanks.

dequegorg avatar Jan 11 '12 10:01 dequegorg

Is your google accounts openid problem solved? We find that on some machines, google ids create problems with python openid.

pythonmobile avatar Sep 16 '12 12:09 pythonmobile

This repo is being archived. Closing issue.

timcappalli avatar Jul 24 '23 17:07 timcappalli