OpenID endpoints

别来无恙 提交于 2019-11-30 07:14:33
HerrVoennchen

take a look what stackoverflow is offering.

https://stackoverflow.com/users/login

sadly no idea what urls you have to use, but a little choice what is popular so far.

regards

Quentin

Here are some OpenId endpoints :

These following services are not OpenId providers and have their own authentication flow :

Well if you allow the user to input their own openID url then they can use ANY endpoint. That's the whole point of openID: if you support one endpoint, you support them all. Like StackOverflow, it is best to cover a number of the most popular endpoints so that inputting the openID url is easier (for example, most people don't know the Google OpenID url even if they have an account). You should definitely cover Yahoo, WordPress, Blogger, AOL and MyOpenId like this. But if people like me, who have their own personalised openID url come to your site, they should have the option to use that one.

The OpenID specification actually requires that you provide the URL input box. The input element should also have the OpenID logo as the background image.

Actually, it shouldn't matter since the user will supply you with the URL to ask. All OpenID providers work the same way, so the URL should be all you need (see http://openid.net/)

check out SocialAuth or JOpenId for some cool java-based APIs

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