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.

learn more… | top users | synonyms (1)

6
votes
0answers
85 views

Processing AuthenticationResult's from different providers in the same page

I'm integrating OpenID to my existing application with LiveID and Google providers. On my login page, in addition to the original login fields I have added 'Log in with Google' and 'Log in with ...
4
votes
0answers
236 views

Unable to use PLAINTEXT signature with a DotNetOpenAuth ServiceProvider

I am building an OAuth 1.0(a) authorization server using DotNetOpenAuth (NuGet package DotNetOpenAuth.OAuth.ServiceProvider, version = 4.1.4.12333). The server is hosted in an ASP.NET application but ...
3
votes
0answers
131 views

IAuthenticationResponse.GetExtension<ClaimsResponse>() always returning null

I am struggling with getting DotNetOpenAuth to parse the response returned from the provider. Followed the instructions of Adding OpenID authentication to your ASP.NET MVC 4 application up to the ...
2
votes
0answers
86 views

Using Fiddler to Find Out What Is Being Passed In DotNetOpenAuth

I'm using Fiddler in order to see what is being passed during the "handshaking" process in DotNetOpenAuth. I'm testing out Twitter's API (although I don't think that's relevant). I'm trying to see ...
2
votes
0answers
140 views

DotNetOpenAuth.WebServerClient.XSRF-Session changes during callback

I'm trying to setup a simple Oauth2 login authentication. However I'm stuck at the callback that throws the following exception: [ProtocolException: Unexpected OAuth authorization response ...
2
votes
0answers
154 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, ...
2
votes
0answers
164 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. ...
2
votes
0answers
111 views

getting response when using AXFetchAsSregTransform behavior in dotnetopenauth

I am using AXFetchAsSregTransform behavior in DotNetOpenAuth and thereafter using ClaimsRequest( Email = DemandLevel.Request, FullName = DemandLevel.Request) I am using var ...
1
vote
0answers
7 views

dotnetopenauth.messaging.httprequestinfo' does not contain a constructor that takes 4 arguments

I use asp.net mvc3 with razor code.I'm trying this authcontroller. HttpRequestInfo clientResponseInfo = new HttpRequestInfo("GET", auth, headers, null); I get a redline below HttpRequestInfo ...
1
vote
0answers
16 views

CS1501: No overload for method > 'OpenIdSelectorScripts' takes 2 arguments

I'm getting this error using openId in MVC3. Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error ...
1
vote
0answers
13 views

No overload for method 'OpenIdSelectorScripts' takes 2 arguments

I'm implementing openId to my project using mvc3 with razor,I get this error in my logon page: logon.cshtml @using DotNetOpenAuth.Mvc @using DotNetOpenAuth.OpenId.RelyingParty @{ ViewBag.Title = ...
1
vote
0answers
65 views
+150

DotNetOpenAuth - Can't get the network credentials to work

So I've been working with DotNetOpenAuth for a while, Today I needed to add support for provider that forces me to send the secret key with Basic authentication (I've been using an old version and ...
1
vote
0answers
25 views

iOS: Alternate way to return to app from Safari other than custom protocol

I am using AFOAuth1Client to authenticate with a provider (they use DotNetOpenAuth). Unfortunately the provider doesn't like a custom URL protocol such as myapp://success for the callback URL as it ...
1
vote
0answers
65 views

Using ExtraData to send params from the authorization server back to the client

I've been trying to use the ExtraData property on the EndUserAuthorizationSuccessBase class to send extra params back to the client. I first needed to send back the username but then I figured out I ...
1
vote
0answers
55 views

Android and google login - get same ID as in OpenID login

We want to build asp.net application which enables user login through Google OpenID provider. We are using DotNetOpenAuth library and we are able to login user correctly and as a result we get user ...
1
vote
0answers
299 views

c#.net application With DotNetOpenAuth google

i have successfully authenticated with google oauth api.. for the first time its running correctly for accessing the same for second time i am getting error as "Error occurred while sending a ...
1
vote
0answers
130 views

DotNetOpenAuth token response

I have been using DotNetOpenAuth to create my own resource server. Everything works, I can retrieve tokens fine. However, I am now starting to build a client that calls my resource server and have a ...
1
vote
0answers
103 views

DotNetOpenAuth programatically without redirection

I'm doing a simple project that consists of two separate parts: Backend app in C# (ASP MVC) that server as business logic layer and exposes public controlers/actions with JSON responses Frontend app ...
1
vote
0answers
62 views

Azure and Traditional Hosting / Distributed and Traditional Auth

In pursuit of building a ASP.NET MVC3 application-framework, I want to have an authentication mechanism that: Supports SSO / federated security such as through OAuth or OpenID. Also leaves room to ...
1
vote
0answers
463 views

Getting Google Oauth2 Token using dotnetopenauth

I'm having an issue retreiving the OAuth2 token for google using DotNetOpenAuth 4.2.0.13024. I've got to the point where I can successfully make the authorization request to the google endpoint ...
1
vote
0answers
287 views

How To Customize Authentication And Authorization in ASP.Net MVC 4?

How can i modify the default Authentication System in MVC 4 Internet Application template. I want to use only social login, have a role based system, maintain a user profile with additional ...
1
vote
0answers
89 views

OpenAuth :: Do i need to Replicate OpenAuth Users table in Database to my own DB

This is the OpenAuth Login Mechanism. Providers are listed in the web.config. protected void RegisterUser_CreatedUser(object sender, EventArgs e) { ...
1
vote
0answers
201 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
0answers
261 views

DotNetOpenAuth Google openid certificate trouble

I am using dotnetopenauth to authenticate user via openid. This works fine for people who have 'standard' providers like myid.net or myopenid.com However, when a person uses the google openid url for ...
1
vote
0answers
257 views

Retrieving a list of objects with a SOAP wcf webservice

I am currently in the process of building a webservice that is authenticated via the DotNetOpenAuth library. To this end, I have created two sites on an IIS7 server, one with the consumer, the other ...
1
vote
0answers
133 views

Creating a restful service with external provider for authentication

I would like to have some guidance regarding how to handle authentication for my restful service to be able to support a couple of different scenarios, see included image? I've been thinking about ...
1
vote
0answers
153 views

DotNetOpenAuth WebConsumer with Google Apps domain

How can I set the WebConsumer object to utilise the domain-level authorization ? I need this for saving the access token. I can do this with the OpenIdRelyingParty class, by calling ...
1
vote
0answers
213 views

Can I use DotNetOpenAuth with Hammock?

The consumer application I'm writing needs to use the REST API from LinkedIn. Currently I have the basic OAuth flow code working using Hammock. But I'm not yet storing the OAuth access tokens. I have ...
1
vote
0answers
225 views

Html.OpenIdSelector in mvc3

I have the buttons rendering and here is the output: <form action="/Auth/LogOnPostAssertion" method="post" target="_top"> <input name="__RequestVerificationToken" type="hidden" ...
1
vote
0answers
207 views

UrlEncoding Issue when authenticating agains MySpace using DotNetOpenAuth

I'm using the a (slight variation) of the InMemoryToken Manager provided by the ApplicationBuilding Block example to authenticate against MySpace using DotNetOpenAuth. As it seems to me, the tokens ...
1
vote
0answers
554 views

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 ...
1
vote
0answers
276 views

Using DotNetOpenAuth AccessToken for uploading docx file to google

I am using DotNetOpenAuth Package, I am trying to upload a package to google docs, Using client credentials i am able to do it successfully using following code, DocumentEntry objDocumentEntry = new ...
0
votes
0answers
5 views

the name clientresponse does not exist in current context

I'm implementing OpenID in mvc3 razor code,(i use nerddinner openid example in razor) I use dotnetopenauth , I get this in authcontroller. I use Assembly DotNetOpenAuth.dll, v2.0.50727 This is my ...
0
votes
0answers
6 views

Getting strange exception and dies when using OAuth 2.0 on DotNetOpenAuth based Provider Service via PHP script

I'm using DotNetOpenAuth version 4.3.0.0 via NuGet. I've developed a Service Provider using the following tutorial. https://github.com/DotNetOpenAuth/DotNetOpenAuth/wiki/Security-scenarios After ...
0
votes
0answers
5 views

Could not load file or assembly 'DotNetOpenAuth.Core'

I'm trying to implement OAuth in my existing MVC4 website. I had everything working in a test site, and everything was working fine on this particular site. I'm presently getting this error , but my ...
0
votes
0answers
31 views

Create your own OpenId and OAuth Provider

I want to implement a single-sign-on on all of my applications including mobile apps. Is it a good practice to create your own OpenId and OAuth Provider? Is there a good exmaple on how to do this ...
0
votes
0answers
9 views

DotNetOpenAuth service provider sample

I am looking into the service provider example with the hope of converting it to a WebAPI solution (I want to use OAuth 1.0a with my own MVC 4 app as a service provider) However one thing confuses ...
0
votes
0answers
16 views

DotNetOpenAuth - is it possible to login (to google) entirely from code?

I search for the answer last two days, but can't seem to find the (definitive) answer. I need to get the CSV data from Google Trends, in order to do that I need to login to my Google account. So far I ...
0
votes
0answers
14 views

Google dotnet client library upgradet to DotNetOpenAuth 4.2.2.13055

I'm interested in an upgraded version of Google dotnet client library that consume the new DotNetOpenAuth 4.2.2.13055 version. Someone can share it or help me to find it?
0
votes
0answers
8 views

iOS OAuth client that works with DotNetOpenAuth

I have an API that I need to connect to that does OAuth using DotNetOpenAuth. But, it seems every OAuth client I have tried doesn't work with DotNetOpenAuth. Tried AFOAuth1Client, GTMOAuth and Simple ...
0
votes
0answers
19 views

Transitioning from DotNetOpenAuth 3.4 to 4.2 - IProviderApplicationStore to IOpenIdApplicationStore

We are an OpenId Provider and our team is using DotNetOpenAuth 3.4 currently in production as the underlying OpenId Provider Service. We have implemented the IProviderApplicationStore interface, and ...
0
votes
0answers
38 views

OAuth from Windows Phone/ WinRT/ Xbox to Web-API?

I've got a site built with MVC 4 that uses DotNetOpenAuth to allow users to login via various OAuth enabled providers, as well as using a local security database. Once authenticated, regardless of the ...
0
votes
0answers
41 views

How to get an OAuth 1.0 Request Token with DotNetOpenAuth and a certificate?

I'm trying to use the DotNetOpenAuth library to consume an OAuth 1.0 service from a third party. I'm new to both OAuth and DotNetOpenAuth, but as I understand it, the first thing I need to do is ...
0
votes
0answers
23 views

Is there a way to generate a token with DotNetOpenAuth without using certificates?

All the examples I see are using certificates. I'm implementing a RESTful API for a client and they are requesting the token be generated with the CryptGenRandom function. Is this possible? EDIT: ...
0
votes
0answers
23 views

Membership.OpenAuth with Twitter works but keeps asking to Authorize App

I am using ASP.NET forms (not MVC) along with their out of the box templated solution for logging using Facebook, Twitter, etc (all wrapped up in Microsoft.AspNet.Membership.OpenAuth). Everything ...
0
votes
0answers
22 views

DotNetOpenAuth autho attribute

I am using the DotNetOpenAuth library in mvc I have this code public ActionResult Index() { var openid = new OpenIdRelyingParty(); IAuthenticationRequest request = ...
0
votes
0answers
14 views

DotNetOpenAuth without User Prompt

I am trying to get the page source code of a page (the android marketplace) which lies behing the google authentication layer. I have been trying to use DotNetOpenAuth to authenticate the page so I ...
0
votes
0answers
24 views

VS 2012 DotNetOpenAuth Entity Framework DB

I can't figure this out... I'm creating a new asp.net forms (VB) "website" (not a project) in VS2012 Professional. And I have a remote SQL server set up with the Entity Framework (tables,sp,etc) ...
0
votes
0answers
117 views

How can an Android client authenticate with OpenID (Google) and then pass this on to an asp.net Web Api?

I've created a basic asp.net web application which logs the user in via a user's Google account as per the tutorial here; ...
0
votes
0answers
20 views

Sending session id to the requesting client using DotNetOpenAuth

I would like to return a session id to the requesting client when they ask for a request token. I have attempted using the following DotNetOpenAuth calls: var response = ...

1 2 3 4 5