DotNetOpenAuth is a open source library for OpenID 1.1 and 2.0 supporting OAuth 1.0, 1.1, 2.0 as Consumer and Service Provider.
-1
votes
1answer
286 views
How to generate an access token for an application
I'm using dotnetopenauth 3.4.7.11121.
I need to generate an access token for an application(it will supply its id and secret), not for a user, somenthing like what Facebook does.
Is it possible using ...
0
votes
2answers
313 views
DotNetOpenAuth - ClientIdentifier & Authorising
I have an implementation of DNOA that I'm having trouble with. The code in the samples I have seen are wrong and cannot work and I cannot figure out how to get this working correctly.
I have asked a ...
1
vote
1answer
233 views
DotNetOpenAuth - OpenId login to Google asks for confirmation every time
I'm using DotNetOpenAuth to login to my site using Google OpenId. Simple code, discussed many times before:
protected static readonly string ENDPOINT = "https://www.google.com/accounts/o8/id";
...
0
votes
0answers
125 views
Smaller Google login window with DotNetOpenAuth
I'm using GoogleOpenIdClient in DotNetOpenAuth for authentication. However, if the user is not logged in, I get sent to a huge window, which is suboptimal since we are trying to do authentication in a ...
2
votes
1answer
531 views
DotNetOpenAuth Google OAuth2
In the last DotNetOpenAuth package, GoogleClient extends OpenIdClient, Someone knows where can i find implementation of google Oauth2 which extends DotNetOpenAuth OAuth2Client?
3
votes
1answer
961 views
ASP.NET MVC 4 OAuthWebSecurity is not working
In my ASP.NET mvc 4 application, I tried to implement Account/ExternalLogin
i configured,
Microsoft(Windows Live),
Facebook
with ClientID and ClientSecret and enabled GoogleOpenAuth
unfortunately ...
2
votes
1answer
62 views
Avoid “must contain period” restriction in dotnetopenauth urls
Background (which may be already evident from the multitude of questions I've asked about DNOA thus far): I'm working on a web application portal running in my employer's intranet. However, since this ...
2
votes
0answers
160 views
Sending User Name with DotNetOpenAuth AuthorizedTokenResponse
I've been following the Oauth Provider example in the DotNetOpenAuth library. All going pretty good so far, have implemented a consumer and provider in two separate sites.
I am stuck on one bit, ...
0
votes
1answer
115 views
GetTokenSecret value by dotnetopenauth
I tried to Get Token secret by using dotnetopenoauth.
I searched in it and find
SimpleConsumerTokenManager
class which has
GetTokenSecret()
which seems fine to me but could not making an ...
1
vote
1answer
75 views
Is validating a Realm sufficient security?
I'm working on an OpenId Provider for an SSO setup - it's basically a web application portal that shares credentials with any of the "applications" the user has access to. I have the Provider set up ...
0
votes
1answer
145 views
DotNetOpenAuth / WebSecurity Basic Info Exchange
I've gotten a good number of OAuth logins working on my site now. My implementation is based on the WebSecurity classes with amends to the code to suit my needs (I pulled the WebSecurity source into ...
0
votes
1answer
101 views
OAuth2 in Silverlight
What do you think about this approach?
1. A single server for OAuth authentication and resource server, based on dotnetopenauth.
2. Silverlight and javasrcipt interaction to access the OAuth ...
2
votes
1answer
195 views
oauth/token returns empty body
I am encountering a problem getting the access_token in client application using oauth.
The returned response has empty body though in API I can see the response is not empty.
tokenresponse = {
...
0
votes
0answers
177 views
Using DotNetOpenAuth to get Google contacts, passing keywords doesn't work?
So I've tweaked the sample code/application block that comes with DotNetOpenAuth to try and include the "q" parameter to do a keyword search for contacts (per documentation on from Google v3 API), but ...
0
votes
2answers
3k views
How do I pull DotNetOpenAuth assembly references into unit test project for ASP.NET MVC4 solution?
Tl;dr version: I am stuck with the exception: System.IO.FileLoadException : Could not load file or assembly 'DotNetOpenAuth.AspNet, Version 4.0.0.0 ...
A bit dismayed that msft used so many static ...
0
votes
1answer
325 views
DotNetOpenAuth authorization cannot set status after HTTP headers have been sent?
I am getting my elmah error log filled with exception:
Server cannot set status after HTTP headers have been sent.
70% of those requests are caused by crawlers(alexa,googlebot), and I can't ...
4
votes
1answer
398 views
How DotNetOpenAuth works
I am just getting started using DotNetOpenAuth with an MVC app and I am having it a bit difficult understanding how it actually works.
As far as I understand, DotNetOpenAuth will take care of ...
1
vote
1answer
171 views
Implementing IConsumerTokenManager in DotNetOpenAuth
I'm trying to use DotNetOpenAuth in my ASP.NET MVC application to interact with the LinkedIn API. To persist and retrieve tokens to/from my database I need to implement IConsumerTokenManager in my ...
0
votes
0answers
353 views
Tumblr OAuthClient using DotNetOpenAuth.AspNet with ASP.NET MVC 4 always returns false
Has anyone got an OAuthClient working for Tumblr using DotNetOpenAuth.AspNet?
I have based it on the Twitter and LinkedIn built in clients. But VerifyAuthentication always returns false following a ...
0
votes
1answer
544 views
Starting with DotNetOpenAuth
I'm working application for mobile devices with autorization in social network, that uses OAuth 2.0 protocol (vk.com). Looks like DotNetOpenAuth is good tool for this task, but I'm a little confused ...
0
votes
1answer
170 views
Getting oauth_token_secret DotNetOpenAuth
i am using the dotnetopenauth library to connection and authorize my users with linkedin.
Is there anyway to get the oauth_token_secret from the dnoa library after my user has been ...
4
votes
1answer
2k views
Web api open oauth(DotNetOpenAuth) mvc 4
There is an amazing feature in mvc 4 internet application template which can easily integrate with facebook twitter and google. But there is no such feature in web api template.
How can I easily ...
0
votes
1answer
103 views
Working with openAuthdotnet to create login page like DisQus
I am trying to work with DotNetOpenAuth but unforunately unable to implement it succcessfully. Samples shipped with the package are not working. Can any body point me out the good tutorial which step ...
3
votes
2answers
488 views
Using OpenID/OpenAuth in MVC3 app with overridden authentication method
We override the basic authentication in an MVC3 application by calling a webservice with the user's credentials and returning a WCF structure that contains the user's ID, a "LogonTicket". This ...
2
votes
1answer
254 views
dotnetopenauth OAuth2AuthorizationServer Sample Modify ResourceServerEncryptionPublicKey
I am working through the OAuthAuthorizationServer sample (provided by sourceforge) and I noticed the RSAParameters ResourceServerEncryptionPublicKey has the comments that this needs to not be hard ...
0
votes
1answer
127 views
OAuth2 - Where did ClientSecret go?
I'm trying to write an ASP.NET application that uses the Google Calendar Service. To do so, I'm using the example shown here.
This is a TasksService application, but the methods should be pretty ...
4
votes
1answer
486 views
DotNetOpenAuth compiles after modifications but throws runtime exception when running sample project
I downloaded the latest DotNetOpenAuth code from GitHub and initially it failed to build. I fixed the problem by running the following:
sn -Vr *,2780ccd10d57b246
found here:
...
1
vote
2answers
158 views
Forcing a different Attribute Exchange namespace in DotNetOpenAuth
Currently I am using OpenID (via C# and DotNetOpenAuth) to create a single sign-on feature between App A ('their app') and App B ('my app').
I wish to make use of attribute exchange to acquire data ...
4
votes
1answer
1k views
MVC4's DotNetOpenAuth TwitterClient sample does not respect prior login
If I create an ASP.NET MVC 4 Web Application using the Internet Application template, it pre-installs all the components and configuration necessary to implement authentication using a range of OAuth ...
2
votes
0answers
166 views
Open ID with Google and dotnetopenauth - Passing query string
I have some code that uses Google Apps as an Open ID provider to authenticate to my web application that is based on the example https://developers.google.com/google-apps/marketplace/tutorial_dotnet.
...
8
votes
4answers
3k views
How do I use a Service Account to Access the Google Analytics API V3 with .NET C#?
I realized this question has been previously asked but with little in the way of example code, so I am asking again but with at least a little bit of direction.
After hours of searching, I have come ...
2
votes
1answer
559 views
Google Hybrid OpenID+OAuth with dotnetopenauth
I have spent probably more than 10 hours in the last two days trying to understand how to implement user login with Google Hybrid OpenID+OAuth (Federated Login)
To trigger the authorization request I ...
8
votes
2answers
369 views
OAuthWebSecurity “Remember me” for Twitter
Using DotNetOpenAuth on MVC4 C# for my application to get authentication for users from Facebook, Twitter, Google+ and yahoo. Currently all the providers other than twitter will allow existing users ...
1
vote
0answers
219 views
Authentication in OAuth2.0 and how it works with OpenId
Ok Looking for some guidance
I am looking into setting up an central Authentication and Authorisation server for login and access to our Api using DotNetOpenAuth.
So far
OpenId -> ...
1
vote
1answer
332 views
dotnetopenauth - How to add extra data in the refresh token?
I'm currently working on a project where an iPad application requires access to an existing web application. The iPad application has been developed internally and is therefore a trusted application. ...
3
votes
1answer
687 views
OAuthWebSecurity.VerifyAuthentication IsSuccessful returns false how do I to determine the reason?
I'm using DotNetOpenAuth with a MVC 4 application. All the sudden Google auth is failing (MS is working). The stock code does this:
[AllowAnonymous]
public ActionResult ExternalLoginCallback(string ...
1
vote
1answer
282 views
GetClientAccessToken having clientIdentifier overwritten to null by NetworkCredential
I've been trying to get the GetClientAccessToken flow to work with the latest release 4.1.0 (via nuget), where I'm in control of all three parties: client, authorization server and resource server.
...
5
votes
1answer
2k views
How to use OpenID providers with unique identifier URLs in ASP.NET MVC4
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). ...
5
votes
5answers
2k views
MembershipCreateUserException - The username supplied is invalid
On this line i am getting an exception -
OAuthWebSecurity.CreateOrUpdateAccount(provider, providerUserId, model.UserName);
System.Web.Security.MembershipCreateUserException: The username supplied ...
1
vote
1answer
118 views
DotNetOpenAuth OpenId Provider Intermittent issue while using with .Net 4.0
I was trying to use Sample application OpenIdProviderWebForms Application from DotNetOpenAuth-4.0.0.12084.
It was working fine with OpenIdRelyingPartyWebForms when I used it as it is but suddenly I ...
0
votes
1answer
196 views
What does IsReturnUrlDiscoverable do?
I'm using the following sample code from the DotnetOpenAuth Samples (OpenId Controller in OpenIdProviderMvc)
public ActionResult ProcessAuthRequest() {
if (ProviderEndpoint.PendingRequest == ...
1
vote
1answer
105 views
How to use proxy with TwitterConsumer class from DotNetOpenAuth.ApplicationBlock
I am currently implementing SSO with DotNetOpenAuth. However, when working locally, I need to send requests via a proxy. I am happy to do this programatically or via config setting but I am struggling ...
1
vote
1answer
238 views
Does an OpenID realm have to be the base URL of the web site?
As a continuation of this question, there's an issue I'm having with dotnetopenauth.
Basically, I'm wondering if the realm specified in the RP has to be the actual base URL of the application? That ...
5
votes
1answer
1k views
DotNetOpenAuth OAuth 2.0 Authorization Server with Password grant
We want to set up our own OAuth 2.0 authorization server based on the following roles:
Resource Server - An API built with ASP.NET Web API
Client - A web application built with ASP.NET MVC
Resource ...
0
votes
0answers
46 views
OpenIdSelector button
I'm using NerdDinner 3.2 as a base.
I want to allow only google logins.
I removed the Yahoo selector provider button and all is well.
However, if I remove the selector Open Id Button the login stops ...
4
votes
2answers
1k views
Stuck using Microsoft.Web.WebPages.OAuth.OAuthWebSecurity in an MVC application
I just don't understand some code in the Microsoft.Web.WebPages.OAuth namespace, specifically the OAuthWebSecurity class.
It's this method here :-
internal static void ...
3
votes
1answer
2k views
.NET MVC4 Facebook, Google & Twitter Login [closed]
I am using .NET MVC4 and I want a auth extension Facebook, Google & Twitter.
I downloaded DotNetOpenAuth 4.1 but I can't find any example on the web on how to integrate it with my app and have a ...
0
votes
0answers
72 views
Google logon - specific domain
I'm using NerdDinner 3.2 ASP.Net MVC 3 as a base of code.
What I would like to do is modify it so it will only allow google logins to a specific domain.
Thanks in advance to any and all for your ...
5
votes
2answers
766 views
Bad request (400) with OAuthWebSecurity.RegisterMicrosoftClient
I am using Microsoft.Web.WebPages.OAuth. I was able to register Google, Facebook, Twitter, Stack Exchange, MyOpenID...
Now I am trying to add Microsoft Live, so I registered:
...
0
votes
1answer
231 views
DotNetOpenAuth 4.0 and HTTPRequestInfo, NerdDinner 2.0
I'm using NerdDinner 2.0 as a base for learning DotNetOpenAuth. Great project BTW. I have it working using a DotNetOpenAuth DLL built on runtime version v2.0.50727 (came with the project). I would ...

