Using OpenID for both .NET/Windows and PHP/Linux/Apache web sites

假如想象 提交于 2019-12-11 06:38:27

问题


Is it possible to use OpenID for both .NET web sites and PHP websites (Apache/Linux)?

I have a manager that wants single sign-on for access to any/all web sites, regardless of which web server hosts a web site.

I create .NET web apps and the PHP web sites/apps are done by another programmer.

How would I go about using OpenID for a .NET web app?

What about for the PHP programmer?


回答1:


For .NET: http://code.google.com/p/dotnetopenid/

For PHP: http://openidenabled.com/php-openid/




回答2:


You can use OpenID for all sites, regardless of platform. Use this for ease of login (it's javascript): https://www.idselector.com/

For your .NET sites, dotnetopenid works nicely. For PHP you can use the code from here: http://openidenabled.com/php-openid/

OpenID uses the URL to identify the site - not the technology.




回答3:


use the following library:

http://code.google.com/p/dotnetopenid



来源:https://stackoverflow.com/questions/65494/using-openid-for-both-net-windows-and-php-linux-apache-web-sites

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!