dotnetopenauth

Sign into website with Gmail account-Dotnetopenauth

Hello guys, I'm trying to test a simple asp.net app using DotNetOpenAuth DLL. Does anyone has a simple code example code,link? Best Regards, ...

SSO with OpenID

I trying to find the way to implement the full blown SSO using the OpenID so that user does not need to enter anything on the new site within the SSO. I removed all cookies and started experimenting. Logged in on stackoverflow.com Looked at Fiddler and seen that stackauth.com is being contacted started searching to see what is stackau...

DotNet OpenID and ASP.NET membership

Hi, I would like to know if is possible to use DotNet OpenID together with ASP.NET membership. Or other way or allow OpenId account in ASP.NET membership. Thanks ...

Setting up OpenID Provider with SubDomains Identifiers using DotNetOpenAuth

Hi! I am currently trying to implement an OpenID Provider on my own domain name. Thus, I would like the OpenID Identifier of a user to be user.example.com instead of the default example.com/user.aspx/user.. Is it possible for DotNetOpenAuthto do that? If so, roughly what changes do i need to make? ...

DotNetOpenAuth CTP - Facebook bad request

Hi, I am trying to use the CTP to connect with Facebook over OAuth 2.0. I can get the initial request to Facebook working OK, but when it comes back and we call: client.ProcessUserAuthorization(null); // Where null will become an HttpRequestInfo object I get a 400 BAD REQUEST error. I haven't really done much with the initial codeba...

Should I use the DotNetOpenAuth OAuthAuthenticationModule or not?

In dnoa's web rp application template for visual studio, there is an HttpModule named OAuthAuthenticationModule. However, I can't tell how it's used, since it doesn't look like the vs template (the MVC one anyway) does any OAuth authentication out of the box. The samples in version 3.5.0.10213 of DotNetOpenAuth don't seem to use any cu...

DotNetOpenAuth and Google OpenID implementation

It's a relatively well-known fact that Googles' OpenID Provider does not provide (no pun) username and various other properties, as well as that it generates really ugly claimed identifiers. However, in a recent Hanselminutes episode (at arount 21 minutes into the show) Andrew Arnott says that "Google has special requirements before th...

Implementing Google Accounts' OpenID like Stackoverflow

Hi, Firstly, This question may be asked. But I could not get the information i am looking for. I am creating a website which should take to google.com where the user enters his account information and it redirect back to my website similar to how stack over flow is doing when we click on gmail image. I am trying to implement a website ...

Should I use the DotNetOpenAuth OpenIdRelyingParty RedirectingResponse.AsActionResult or RedirectToProvider in MVC?

I've implemented an OpenID controller using Dnoa. I was using the approach found in the RP MVC template for dnoa, which returns IAuthenticationRequest.RedirectingResponse.AsActionResult() from the controller action. However, I've now found the controller very difficult to test using Moq because of this method. I changed the controller ...

DotNetOpenAuth Authentication against Google Apps OpenID using MVC

Hi all, I'm trying to approximate Single Sign on. Currently, the most workable solution involves the user imputing details on my site before being sent off to goggle Apps to authenicate. I'm using dotnetopenauth to send and recieve the requests This means that it takes no account of google apps login cookies should they be present. ...

DotNetOpenAuth with Google Calendar Feed

I have been racking my brain for a few days trying to get a list of calendars from Google using DotNetOpenAuth. I can successfully get a list of contacts using the DotNetOpenAuth Samples. I have integrated it with my domain using the OpenId+OAuth. Everything works great to get a list of contacts. So from there I modified the code to ...

Does DotNetOpenAuth support refreshing Expired Access Tokens?

I can't find any examples of using DotNetOpenAuth to refresh an expired Access Token. Most providers don't use expiring tokens, however Yahoo is a big one that expires their tokens in one hour. Thanks! ...

Is there a DotNetOpenAuth equivalent that runs on a LAMP stack?

I really love the way the StackExchange family of sites allow someone to log in using their OpenID or OAuth provider, which has been open-sourced as DotNetOpenAuth. This is absolutely wonderful, but I am unable to use it on a *AMP stack. Is there anything analogous that runs in PHP, Perl, Python or Ruby? ...

dotnetopenid tutorial

Pretty basic question, but can someone please point me to a constructive tutorial on how to implement and use dotnetopenid? I'm struggling to find any real documentation that explains how to implement the thing. I couldn't find anything on their website, and I've gone through a couple of the samples, but still can't work it out, and the...

How do I get DotNetOpenAuth to open a popup window for authentication?

Hi, I am relatively new to web development, so perhaps this is a rookie question. I am trying to set up an ASP.NET MVC web site to implement DotNetOpenAuth as an OpenID relying party. Right now it is all functioning, so that is pretty exciting. My goal though was to have the OpenID authentication take place it a popup window. This...

How to obtain ALL e-mail addresses for a Google Account?

Hi there, I'm building a web application using DotNetOpenAuth to do the authentication with OpenId and Google Accounts. My web application should not allow just any Google Account; instead I will have a table storing some allowed e-mail addresses, and if the user logs in with an e-mail contained in this table the login will succeed. My...

OAuth Simple Service Provider

I am struggling trying to pick apart the OAuth Service Provider example which is included in DotNetOpenAuth. I searched SO and found a few similar/related posts, but nothing really useful. Is there any open-source project or really simple/primitive example of an ASP.NET MVC 2 OAuth Service Provider? All I want to use OAuth for is auth...

DotNetOpenAuth - diagnosing "No OpenID Endpoint Found" on Mono

I'm running the mono branch build of DotNetOpenAuth and having problems with No OpenID Endpoint Found errors trying to authenticate using google, but not sure how to diagnose them. More info: Running the same mono branch build under Windows works. Authenticating with a local openid provider works fine (Windows and Linux). Authenticati...

dotnetopenauth and Silverlight4

Hello, Do you know a tutorial with dotnetopenauth and SL4 ? thx ...

DotNetOpenAuth and FormsAuthentication

Hi, I'm implementing DotNetOpenAuth (OpenID) and Forms Authentication as the authentication mechanism for a site I'm building. However, I'm not happy with parts of the solution I've come up with and though I should check with you guys how it is usually done. I have set the Forms Authentication loginUrl to login.aspx. This is the code b...