openid

List of openid urls [duplicate]

旧巷老猫 提交于 2019-12-05 06:02:34
Possible Duplicate: Where can I find a list of OpenID Provider URLs? I am creating an openid authentication code for my website. I need to show a list of URL's (google, yahoo, etc) that the users can select. I can't find all the open id URL's of these other websites. Is there a list somewhere? I know that google is https://www.google.com/accounts/o8/id . Is there a list showing major openid providers and their URLs? Yahoo! and Google are the only OpenID-Providers which don't want the username to be in the URL (Yahoo! has me.yahoo.com). A list of different OpenID-Providers and their URLs is on

DotNetOpenId — “This message has already been processed” Error (Part 2)

别来无恙 提交于 2019-12-05 06:01:59
This has already been asked Here , but not by me and the OP accepted an answer which did not help me. Thus far, I've tried logging in from different browsers, changing the web config, clearing cookies, and loading from an external machine. In fact, I eventually did discover that the problem is specific to my own machine; when I published to another machine, it worked fine. Any suggestions for where to look for solutions? I deliberately used the simplest test code I could think of, a clean empty aspx page and a simple Page_Load function. Edit : To clarify, like the author of the original

.NET OpenId Library - both Provider and Consumer

喜欢而已 提交于 2019-12-05 04:23:39
问题 I would like to add OpenId support to an app. It runs on ASP.NET MVC, and I would like to have it support OpenId authentication for users, and also allow users to use the app as an OpenId Provider. So basically I am looking for a good library that can be used as a provider and consumer for OpenId, and it has to be easily plugged into ASP.NET MVC (or at least easily wrapped by a controller and a set of views. 回答1: Stacked an Open Source implementation of StackOverflow uses DotNetOpenID which I

A good OpenID implementation in Erlang?

穿精又带淫゛_ 提交于 2019-12-05 04:15:27
问题 I'm looking for a good (Or at least working) implementation of OpenID in erlang. I've looked at several different solutions, but non of them are working 100%. 回答1: Have your tried eopenid? http://github.com/etnt/eopenid You can contact Tobbe via his blog if you find some problems with it: http://www.redhoterlang.com/entry/be023e5181553216197369bbe32c4039 回答2: So far as I know, eopenid supports only OpenID 1.1. I have some code for doing OpenID 2.0, parts of which are based on eopenid, at http

Where is the source for DotNetOpenAuth? The primary Sourceforge link contains just samples and the ApplicationBlock

删除回忆录丶 提交于 2019-12-05 04:05:47
Now that DNOA may do Call Home Reporting I want to investigate the source to see exactly what is being transmitted to the DNOA servers. The link on Source Forge only gives me the "Application Block" some samples, and a compiled DLL. Where is the source? Am I just overlooking it? The DotNetOpenAuth home page has a link directly to the source code. You can download it by clicking the Download button once you're there. Since you've expressed interested in downloading the source code for your specific version, once you're on the source download page , look under download tags for your version and

PHP实现微信提现功能

不想你离开。 提交于 2019-12-05 03:05:46
提现必须得用双向证书、所以大家一定要在微信的商户平台找到相应的地方去设置、因为做这个提现已经有一段时间了、所以设置微信商户平台的那几个地方没有图的情况、也说不清楚、下次再做提现的时候、给大家分享如何设置商户平台那几个地方、不是很难、下面贴代码 注意事项:商户打款时是从商户可用余额中减钱,所以确保商户可用余额充足,同时注意官方文档中的付款规则; 封装提现的方法 1 function tixian($money){ 2 $appid = "################";//商户账号appid 3 $secret = "##########";//api密码 4 $mch_id = "#######";//商户号 5 $mch_no = "#######"; 6 $openid="123456789";//授权用户openid 7 8 $arr = array(); 9 $arr['mch_appid'] = $appid; 10 $arr['mchid'] = $mch_id; 11 $arr['nonce_str'] = ugv::randomid(20);//随机字符串,不长于32位 12 $arr['partner_trade_no'] = '1298016501' . date("Ymd") . rand(10000, 90000) . rand(10000, 90000

DotNetOpenAuth and Facebook

时光毁灭记忆、已成空白 提交于 2019-12-05 01:12:47
I'm attempting to use DotNetOpenAuth for some web single sign on functionality. I got the samples working for Google and Yahoo but am struggling with Facebook. I am using the CTP (4.0.0.11165) and have followed the example in this SO question . However, I get a runtime error on the line: IAuthorizationState authorization = client.ProcessUserAuthorization(); The error is: Failed to obtain access token. Authorization Server reports reason: (unknown) Any ideas? The build you're using is incompatible with Facebook because Facebook is using an older spec of OAuth 2.0. You have to use an earlier CTP

Google Apps OpenID url

旧时模样 提交于 2019-12-05 01:11:40
Problem: My organisation, ExampleFooBar, uses Google Apps. On our website I want to enable OpenID Single Sign-In (like StackOverflow), but only allow @examplefoobar.com email addresses to sign in. What OpenID url should I use for a Google Apps email address? As per comments on Include OpenId in drupal , the domain http://www.google.com/profiles/<username> can be used for normal Google accounts, but this doesn't work for Google Apps accounts. Google also provides the url https://www.google.com/accounts/o8/id but using that would allow any google user who found our website's login page to sign

How to log in with Facebook using DotNetOpenAuth

荒凉一梦 提交于 2019-12-05 00:39:36
问题 I have searched, read the FB developer docs. MVC 4, I incorporated OpenId. Now I want to include FB login as well, just as Stackoverflow and some other site have implemented it. Do I create my own JS file with sample code from FB developer? OR Use a third party tools, which I am not aware of what to use. I did look at OAuthClient (DotNetOpenAuth-4.0.0.11165), it could not run, there was a server error and could not debug as the source file was missing. 回答1: Facebook implements an older OAuth

Difference between Google “OpenID Connect” and “sign-in with Google”?

余生颓废 提交于 2019-12-04 23:34:15
I want users to my website to use Google Accounts to authenticate / sign in to my website. The primary use case being users will edit and generate content and we want to log ownership in a secure way. We are not interested in obtaining users Google data, we just want a means to authenticate users. After googling, I came across some documentation, which seems to explain how to do this OpenID Connect (OAuth 2.0 for Login) . But the documentation immediately says "Note: If you want to provide a “sign-in with Google” button for your website or app, we recommend using Google+ Sign-In, ...", which