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)

0
votes
0answers
12 views

DotNetOpenAuth OpenId Login Issue - DotNetOpenAuth.Messaging.Bindings.InvalidSignatureException

We are using DotNetOpenAuth in our application, and it worked like breeze earlier. But recently we have started getting this message in IE and in other browsers randomly. ...
0
votes
0answers
8 views

How to capture Username from openid?

I'm trying to use openid with mvc/razor application. I use single table for both registration(login created in the website) and login with openid. What are the fields does a openid return when I Login ...
0
votes
0answers
4 views

OpenID Connect Provider implementation

Is there any sample of implementation of OpenID Connect Provider in .NET? DotNetOpenAuth doesn't seem to support this standard.
0
votes
0answers
18 views

How do I verify the bearer token in DotNetOpenAuth

I'm struggling to find any documentation for DotNetOpenAuth on how to do this. I know the client sends the bearer token, but how do I verify it (other than verifying it's in the appropriate ...
0
votes
0answers
27 views

dotnetopenauth google apps no endpoint found, certificate invalid?

I;ve been using dotnetopenauth together with mvc 4 to allow people to login using their google apps identity. This has been working fine for a couple of months but now I am getting the no openid ...
0
votes
0answers
16 views

Using SAML2.0 for a OAuth2.0 token (Authorization code/Implicit grants)

Is it a good practice to use a SAML token in OAuth2 Authorization Code grant and Implicit grant? Or Should I use a different grant flow for that? I've seen that Oauth2.0 Spec doesn't specify the ...
0
votes
1answer
21 views

What is the Database for openID and with registration form

I have a registration form and login Also use openid to signin. Do I have to use same database table for login and openid? What is the database for openid? or What datas do we capture for openid ...
2
votes
1answer
40 views

The call is ambiguous between two methods or properties

I use mvc3/razor,This code is for integrating openID. When I run the program it is working fine,But When i see the code, red lines gives this popuperror. The call is ambiguous between two methods or ...
0
votes
2answers
29 views

auto login to website when redirected from intuit

I am failing this part of the certification: If signed out of App, but signed into the App Center, the App should launch when launching from the App Center without asking for credentials ...
0
votes
0answers
33 views

ASP.NET MVC Example App using an external OAuth2 provider

Someone at my company has written an OAuth2 mechanism in Ruby/Rails. I would like to use that mechanism for authentication in my new ASP.NET MVC app. But I am not sure where to begin. Do I need to ...
0
votes
0answers
9 views

DotnetOpenAuth ExtraData in Oauth 1.0 and Oauth 2.0 protocols

I am using DotnetOpenAuth to consume SalesForce over OAuth 2.0 protocol. From online documentation, samples and library disassembling I have found that there is difference between OAuth 1.0 and OAuth ...
1
vote
0answers
28 views

How to Redirect to openid provider from controller

I use mvc3/razor in my code, I have a homecontroller(index.cshtml) to load a homepage.Now I created Accountcontroller (Login.cshtml) to show openidlogin page inorder to enter the homepage. When load ...
0
votes
0answers
16 views

DotNetOpenAuth - When to Actually Initiate RequestUserAuthorization Process

I've built an MVC web site that employs DotNetOpenAuth for OAuth authorisations against my own API (and soon to be other OAuth services). What I'm confused about is the best "place" to actually ...
-1
votes
0answers
29 views

OAuth or OpenAuth [closed]

Is it authorisation only or can it also be used for user synchronisation like AD? can it also be used for retrieval of the list of users so that they can be imported into application?
0
votes
1answer
24 views

Openid redirect not working

I tried this example for openid in http://weblogs.asp.net/haithamkhedre/archive/2011/03/13/openid-authentication-with-asp-net-mvc3-dotnetopenauth-and-openid-selector.aspx I applied the same code in ...
3
votes
1answer
75 views

DotNetOpenAuth OpenID Flow w/ Own Auth Server

I'm having a lot of difficulty finding answers to a scenario I have to implement using DotNetOpenAuth and a particular flow I have to deal with. In the graphic below I am in control of both the MVC ...
1
vote
0answers
22 views

Creating an OpenID identity server using AspNetSqlMembershipProvider

There are plenty of tutorials out there about how to be an OpenID relying party - but how can i configure my ASP.net MVC server to be an OpenID Identity server that uses AspNetSqlMembershipProvider ...
-1
votes
1answer
40 views

Looking for a standalone and open source Social Login Library for ASP.NET MVC [closed]

I am looking for a stand alone and open source "Social Login" library for ASP.NET MVC, which supports most of the popular social sites such as Facebook, Twitter, Yahoo, Linked In, and Google. I know ...
0
votes
1answer
34 views

DotNetOpenAuth Twitter RequestUserAuthorization ProtocolException 403 Error

I'm at the first stage of trying to communicate with Twitter using DotNetOpenAuth. Whenever I call this method I receive the following error: ProtocolException occured The remote server returned an ...
1
vote
0answers
32 views

The current IHttpHandler is not one of types: System.Web.UI.Page, DotNetOpenAuth.IEmbeddedResourceRetrieval

I use nerddinner example for configuring openID in my project using mvc3/razor I get this error in LogonOpenId.cshtml This is my actual LogonOpenId.cshtml I download Nerddinner for openid as a ...
0
votes
0answers
46 views

ASP.NET Open Auth Single Sign On

Here is my scenario: We us a web tool (Direct Response) that handles ecommerce shopping cart stuff. It allows some custom html and javascript to be added to their site templates. I will be using ...
0
votes
1answer
16 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 ...
1
vote
0answers
18 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
27 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
26 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 = ...
0
votes
0answers
50 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
1answer
51 views

PayPal OpenId Connect with MVC

Has anyone had luck getting Login With PayPal to work with MVC4? I've tried creating an extension of OAuth2Client, as well as a separate extension of OpenIdClient. Both had the same problem, which ...
0
votes
1answer
13 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
52 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 ...
6
votes
0answers
225 views

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 ...
0
votes
0answers
25 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
1answer
97 views

Implementing an API Key with DotNetOpenAuth

I need to implement authentication for some web services that we will be hosting. I want to use open standards, so I am interested in OAuth. I will be using WebAPI for these services. So here's ...
1
vote
0answers
41 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 ...
0
votes
1answer
83 views

DotNetOpenAuth Google API Offline Access

I've spent some time over the last few days trying to implement a feature for my web application. The feature should add new events to a users google calendar while they are offline. I read the ...
0
votes
0answers
32 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
20 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
18 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
25 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
1answer
64 views

MVC4 OAuthWebSecurity unknown method RegisterClient after upgrading DotNetOpenAuth to 4.3.0.13117

Before I upgraded I was using custom oauth clients, after upgrading the DotNetOpenAuth nuget packs I now get an error of "unknown method RegisterClient" when calling OAuthWebSecurity.RegisterClient. ...
0
votes
0answers
61 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
1answer
112 views

Google plus insert moment stopped working using google-api-dotnet-client

The question is: Is there a new way in calling the API so an activity can be inserted into a user's profile? I posted a related question here about a month ago. It was working fine until early this ...
0
votes
1answer
35 views

__RequestVerificationToken_Lw__ cookie being set

In Firebug, I'm seeing a cookie with the name and value that I'm not sure should be set. __RequestVerificationToken_Lw_ XNIEP5oKUIQJRTxePUDf ...
0
votes
1answer
29 views

AuthorizationState cannot be serialized because it does not have a parameterless constructor

The implementation for authorization state in the source indicates that the authorization state should be serializable, but when I try to serialize the authorization state to store in my ...
0
votes
1answer
18 views

Should my context be a .net type?

The context for my nonce is: DotNetOpenAuth.Messaging.UriStyleMessageFormatter`1[[DotNetOpenAuth.OAuth2.ChannelElements.AuthorizationCode, DotNetOpenAuth.OAuth2.AuthorizationServer, Version=4.3.0.0, ...
1
vote
1answer
91 views

How to get the profile picture from facebook, gmail, twitter by using DotNetOpenAuthentication?(Description Indside)

I'm using DotNetOpenAuth along with Microsoft.AspNet.Membership. I've done upto user login and save his mail id into my database with the help of this. Now I need to get the profile picture of a user ...
0
votes
1answer
144 views

.Net MVC 4 Google OAuth account association

I'm trying to use DotnetOpenAuth to allow users to login via Google into my website. This came pre-installed with the MVC 4 Website Application project. Some of my users are complaining that they ...
0
votes
1answer
52 views

AccessTokenAuthorizationCodeRequestC “error”:“invalid_request”

At the second call to Client.ProcessUserAuthorization(); after I get the code from the oauth server, I get an exception: Error occurred while sending a direct message or getting the response. Here ...
0
votes
2answers
103 views

Use OAuthWebSecurity With MVC 3.0 with custom membership provider

I am looking for how can I implement OAuthWebSecurity with Mvc 3 I have a custom membership provider and I would like to add Facebook, Google and Twitter authentication to my website. Authentication ...
0
votes
1answer
95 views

DotNetOpenAuth…CreatRequest breaks on server (Works on my machine ;-)

I've created a site based on the ASP.NET MVC 4 Web Application. I have enabled the OpenAuth login providers for Twitter, Facebook and Google by following the instructions in AuthConfig.cs. This works ...
0
votes
0answers
66 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 ...

1 2 3 4 5 18
15 30 50 per page