openid

OpenID vs. OAuth [duplicate]

泪湿孤枕 提交于 2019-11-27 16:44:06
Possible Duplicate: What's the difference between OpenID and OAuth? What is really the difference between OpenID and oAuth? They look just the same to me. I should clarify, I'm planning to use them in drupal, if that makes any difference. So I guess I'm bound by whatever module implementations are available in drupal. If you have an account (with some private resources) in a website, you can log in with username/password couple. If an application would like to get some private resources , and if you don't want to give them your username/password, use OAuth . But if you want to log in into

Delegate OpenID to Google (NOT Google Apps)

╄→尐↘猪︶ㄣ 提交于 2019-11-27 16:39:53
Is it possible to use my personal website/blog to login to sites that use openid , and delegating to my Google account? OK, I searched this question on SO but no good answer. After spent some time I figured out how to do it. I'm going to answer this myself as a way to share it. tjrobinson Now it is possible delegate OpenID to your Google account (not Google Apps) . No, this is not using the demo OpenID provider using App Engine. This is your REAL Google account! First you need to enable your Google Profiles . Try to view your profile and edit it, there should be an option to set your Profile

Architecture for merging multiple user accounts together

人盡茶涼 提交于 2019-11-27 16:34:15
Okay, I got a website where you can register yourself and login. You can also login with your facebook, twitter or linkedin account. It is important that users only have one account registered. So somehow, I want to merge the accounts of users if they use different methods to login. What is the best solution to solve this? For instance, the user logs in with his Facebook account. I use the data to register an account for him automatically. Should I sent an e-mail with an username and password of our website? (If this is okay with the policy of Facebook). Should I give them a second screen

OpenID Attribute Exchange - should I use it?

限于喜欢 提交于 2019-11-27 15:01:11
问题 My website will be using only OpenID for authentication. I'd like to pull user details down via attribute exchange, but attribute exchange seems to have caused a lot of grief for StackOverflow. What is the current state of play in the industry? Does any OpenID provider do a decent job of attribute exchange? Should I just steer away from OpenID attribute exchange altogether? How can I deal with inconsistent support for functionality? 回答1: Here on Stack Overflow, we're just using the Simple

PHP library for openID [closed]

本小妞迷上赌 提交于 2019-11-27 13:59:09
Which is the best PHP library for openID integration? For PHP, I find Zend Framework OpenID Component to be really good. You can also see all available OpenID libraries at this link The PHP OpenID library is good. I'd recommend JanRain's library , they say its used by 80% of all OpenID enabled users, (possibly, it was one of the earliest ones), but you can also use them for OpenID authentication as a service provider using their RPX service, or just get them to do all the work for you via their myOpenID domain tool . Take a look at OpenID's list of libraries . PEAR also has a nice OpenId

OpenID Connect delegation with Google now that they are deprecating their OpenID2 provider?

旧巷老猫 提交于 2019-11-27 13:41:32
问题 For years I have used OpenID delegation to log in to Stack Overflow (among other sites) using my own URI as OpenID but having Google handle the authentication. I use the technique described in this Stack Overflow question; so, my custom OpenID http://tupelo-schneck.org/robert resolves to an HTML page containing this: <link href="https://www.google.com/accounts/o8/ud" rel="openid2.provider" /> <link href="https://www.google.com/profiles/schneck" rel="openid2.local_id" /> Now, however, I have

微信中的APP、公众号、小程序的openid及unionid介绍

淺唱寂寞╮ 提交于 2019-11-27 13:29:26
微信中的APP、公众号、小程序的openid及unionid介绍 unionid 同一个微信开放平台下的相同主体的App、公众号、小程序,如果用户已经关注公众号,或者曾经登录过App或公众号,则用户打开小程序时,开发者可以直接通过 wx.login 获取到该用户UnionID,无须用户再次授权。 openid 同一个应用(App、公众号、小程序)的同一个用户有唯一的openid 微信中的用户微信标识:微信号 微信昵称不唯一 来源: https://www.cnblogs.com/xuzhujack/p/11365768.html

How to use OpenID providers with unique identifier URLs in ASP.NET MVC4

不想你离开。 提交于 2019-11-27 11:46:42
问题 The new SimpleMembershipProvider implemented in ASP.NET MVC4 allows easy, built-in support for two popular OpenID providers (Google and Yahoo) and three OAuth providers (Microsoft, Facebook, Twitter). The providers implemented in DotNetOpenAuth.AspNet.Clients for use with the SimpleMembershipProvider all use static URLs for their identity services --- that is, all users use the same well-known URL to access the provider. The users' OpenID identifiers are separate from the URL used to access

Changed domain error - OpenId auth request contains an unregistered domain

被刻印的时光 ゝ 提交于 2019-11-27 11:10:50
问题 I set up a project on my main domain example.com and then moved it to a subdomain sub.example.com Now when I try to use the same (default ASP.NET MVC or on my Discourse forum) project with OpenId and click on the Google button to log in with my Google account it throws the following error - That’s an error. OpenID auth request contains an unregistered domain: http://sub.example.com I have tried Googling that message but apparently I am one of the first four people to see it. Any ideas here?

Where can I find a list of OpenID Provider URLs?

若如初见. 提交于 2019-11-27 10:01:03
I've implemented OpenID on my website but I'm having a hard time finding a list of OpenID Provider URLs. I thought this would be easy to find but I've scoured the web and only found a handful, mostly by accident. Is there a resource that lists available Providers and their authentication URLs? EDIT: Here are the ones I've found so far. I haven't tried all of them so let me know if any of them are wrong. StackExchange https://openid.stackexchange.com Google https://www.google.com/accounts/o8/id - deprecated May 2014 - shutting down Apr 2015 Yahoo https://me.yahoo.com Flickr http://www.flickr