开发者

openid along with oauth?

开发者 https://www.devze.com 2023-01-01 05:57 出处:网络
In my application, users sign in/sign out via openid ( same as stackoverflow ). I would like to open up my application a bit via oauth to third party applications.

In my application, users sign in/sign out via openid ( same as stackoverflow ).

I would like to open up my application a bit via oauth to third party applications.

How do I create my app which is openid-consumer to make it oauth-provider?

Is there some standard library etc out there? I am basically working in app engine and python.

edit :

Maybe I did not clearly state my problem. I am using OpenID for 开发者_开发问答authentication. So I do not have user passwords, just their unique federated Identity. My application needs to use third party application. I.e. kind of application that runs inside orkut and facebook. (Do you think opensocial is a a viable option instead of OAuth??)


OAuth python libraries are listed on this page: http://oauth.net/code/


OAth and OpenID are had native support by app engine sinve 1.3.4. So you can implement transparent and solid authorization/authentication mechanism.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号