openid-provider

Using OpenID to log into multiple domains: Is this plan feasable?

痴心易碎 提交于 2019-12-03 09:01:05
问题 For example: We're running a two community sites on two domains (call them example.com and example.net ). We want to be able to expand that to more domains later. We want to allow multiple types of login (OpenID, Facebook, Twitter, standard username/password). We want someone who's logged into one site to automatically be logged into the other(s). In other words, it's a bit similar to the StackExchange network. In this case, would this plan work? Set up example.com and example.net (and any

How do StackExchange sites associate user accounts and OpenID logins?

隐身守侯 提交于 2019-12-03 03:46:12
I love StackExhchange / StackOverflow's approach to integrating OpenID. As I understand it, the process goes something like this: If a user signs up with an OpenID provider (i.e. Google), StackOverflow (or similar site) creates an account for the user and associates the OpenID with that account. An existing user can associate multiple OpenID accounts with his/her StackExchange account. I would love to emulate this behavior because I haven't seen it nearly as user-friendly on other sites. I know StackExchange is built on ASP.NET MVC, but am not sure whether it uses the standard ASP.NET

List of available attributes for http://axschema.org and http://schemas.openid.net

北城以北 提交于 2019-12-03 02:29:04
问题 I have searched high, low, far and wide but can not find anything on the Internet that lists the available attributes for these schemas. Does anyone know where the documentation is for these? so far I know of: http://axschema.org/namePerson/first http://axschema.org/namePerson/last http://axschema.org/contact/email http://schemas.openid.net/ax/api/user_id 回答1: Well I cannot see axschema.org online anymore. But based on http://groups.google.com/group/axschema/browse_thread/thread

Using OpenID to log into multiple domains: Is this plan feasable?

陌路散爱 提交于 2019-12-02 23:00:59
For example: We're running a two community sites on two domains (call them example.com and example.net ). We want to be able to expand that to more domains later. We want to allow multiple types of login (OpenID, Facebook, Twitter, standard username/password). We want someone who's logged into one site to automatically be logged into the other(s). In other words, it's a bit similar to the StackExchange network. In this case, would this plan work? Set up example.com and example.net (and any later additions) as OpenID relying parties, which accept OpenID login from id.example.org only. Set up

List of available attributes for http://axschema.org and http://schemas.openid.net

别说谁变了你拦得住时间么 提交于 2019-12-02 15:55:58
I have searched high, low, far and wide but can not find anything on the Internet that lists the available attributes for these schemas. Does anyone know where the documentation is for these? so far I know of: http://axschema.org/namePerson/first http://axschema.org/namePerson/last http://axschema.org/contact/email http://schemas.openid.net/ax/api/user_id Well I cannot see axschema.org online anymore. But based on http://groups.google.com/group/axschema/browse_thread/thread/49312a23a7d5ecce# I think [ http://openid.net/schema] superseeds [ http://axschema.org] . Here is the list, also on http:

Is facebook an openid provider?

拜拜、爱过 提交于 2019-12-01 05:57:14
I'm confused about facebook and whether or not facebook is an openid provider like google. According to this link: http://developers.facebook.com/blog/post/246/ , facebook is an openid relying party. What does that mean, and is that different from an openid provider like google. Basically, I am currently using lightopenid to allow users to use their openid's to log into my site, but can't seem to find a url for facebook's openid authentication to do this. I have seen a question similar to this which confuses me because in that question, the questioner was told that facebook is not an openid

Is facebook an openid provider?

我们两清 提交于 2019-12-01 03:54:12
问题 I'm confused about facebook and whether or not facebook is an openid provider like google. According to this link: http://developers.facebook.com/blog/post/246/, facebook is an openid relying party. What does that mean, and is that different from an openid provider like google. Basically, I am currently using lightopenid to allow users to use their openid's to log into my site, but can't seem to find a url for facebook's openid authentication to do this. I have seen a question similar to this

Is Facebook an OpenID provider?

拟墨画扇 提交于 2019-11-27 00:59:41
Is Facebook an OpenID provider? I know they are an OpenID supporter but do they allow people to authenticate with other sites via OpenID with their Facebook credentials? Adam Albrecht No, they're not an OpenId provider. They use their own OpenID-like system called Facebook connect, which you can use to authenticate users on your site, among other features. You can check it out here: https://developers.facebook.com/docs/facebook-login There is an unofficial Facebook OpenID Provider available at: http://facebook-openid.appspot.com/ You can eaisly use it to log in any OpenID site with Facebook

Is Facebook an OpenID provider?

五迷三道 提交于 2019-11-26 09:31:14
问题 Is Facebook an OpenID provider? I know they are an OpenID supporter but do they allow people to authenticate with other sites via OpenID with their Facebook credentials? 回答1: No, they're not an OpenId provider. They use their own OpenID-like system called Facebook connect, which you can use to authenticate users on your site, among other features. You can check it out here: https://developers.facebook.com/docs/facebook-login 回答2: There is an unofficial Facebook OpenID Provider available at: