dotnetopenauth
Value was either too large or too small for an Int32 - Facebook & dotnetopenauth
I am trying to get a sample project to work with dotnetopenauth and facebook. I have this code namespace OAuthClient[详细]
2023-02-07 05:24 分类:问答DotNetOpenAuth & MvcOpenID - Works locally but not on production server?
I\'m implementing OpenID with an MVC app and pretty much uses the MvcOpenID on CodePlex (http://mvcopenid.codeplex.开发者_如何学编程com/), which also implements DotNetOpenAuth. My site work well local[详细]
2023-02-07 00:13 分类:问答Need tutorial for DotNetOpenAuth [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-06 02:43 分类:问答dotnetopenauth ajax post tutorial
I been looking at nerd dinner 2.0 and I see that for their openid they like a an ajax request. I know you can\'t go full ajax style(ie I can\'t stick the webpage in a jquery ui dialog) but you can ope[详细]
2023-02-04 23:22 分类:问答OpenId authentication vulnerability
I have implemented OpenId authentication some time ago and to remember users I used ClaimedIdentifier (in the terms of DotNetOpenAuth) - the string returned by OpenId provider after authentication.[详细]
2023-02-04 20:32 分类:问答Where are tutorials for DotNetOpenAuth and how to solve compile error in its samples
I know stackoverflow uses OpenID authentication. I want to try and use this as well. I am using asp.net mvc 2.0 with C#.[详细]
2023-02-04 20:24 分类:问答DotNetOpenAuth I need some help please
I know this has been posted before, but never really answered, I\'m using the DotNetOpenAuth to try and do GoogleID login, and every time I do details = OResponse.GetExtension<ClaimsResponse>();[详细]
2023-02-04 14:12 分类:问答Do I store all of the ClaimedIdentifier?
I am using dotnetopenauth and I am wondering what should I be storing from claimedIdentifier. I thought it would be just an id but it seems to have a url too.[详细]
2023-02-04 08:39 分类:问答mvc, oauth and google / yahoo contacts
I\'m new to oAuth. What I need to do is a) the user logs in the site using default .net membership provider[详细]
2023-02-04 06:38 分类:问答DotNetOpenAuth OnLoggedIn event never fired
I am a fresher to use the DotNetOpenAuth. And I have download the latest version V3.4.6 from your website which includes sampl开发者_运维百科es.[详细]
2023-02-03 19:44 分类:问答