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.
0
votes
0answers
11 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 ...
-1
votes
1answer
9 views
How do I re-add a removed reference to DotNetOpenAuth?
I'm using Visual Studio 2012 and I deleted a reference to DotNetOpenAuth because I didn't think I needed it and I thought it'd be easy to reinsert it (like any other reference).
Well I need to get it ...
0
votes
0answers
5 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
48 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
21 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
15 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
10 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
12 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
7 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
15 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
24 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
26 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
47 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
15 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
10 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
10 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, ...
0
votes
0answers
31 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
53 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
31 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
55 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
44 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
34 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
18 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
20 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
1answer
28 views
Error message from DotNetOpenAuth's ReadAuthorizationRequest when passing in HttpRequestWrapper
I have a custom authorization filter for my Authorize method in my OAuth controller. When the authorization filter notes the user is logged, it stuffs the current OAuth request into the session, and ...
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
1answer
45 views
Dotnetopenauth with webservice backend instead of database
I'm planning to add OpenAuth authentication to an existing asp.net webforms application with a custom membership provider. That is not a problem of what I have seen on the net ...
6
votes
0answers
76 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 ...
1
vote
1answer
61 views
Looking for samples of using DotNetOpenAuth with WebAPI [closed]
I'm trying to secure my WebAPI project, and would like to use DotNotOpenAuth, but I'm unable to find any quality samples or tutorials. I've tried grabbing the sample that come with the DNOA source on ...
0
votes
0answers
13 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
22 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
1answer
49 views
OpenID login with Google suddenly stopped working in production
I came in today to find that no one can login to our system that uses DotNetOpenAuth with the Google Provider. This has worked fine for months and there's not been an update to the system in weeks. ...
1
vote
1answer
88 views
DotNetOpenAuth vs ServiceStack Authentication
I'm quite new to ServiceStack so please forgive my ignorance if I ask any questions that appear obvious.
I've got a site that is already authenticating users using dotnetopenauth using the normal ...
3
votes
2answers
171 views
use DotNetOpenAuth to connect one site to another both ways
I want to use DotNetOpenAuth to make a connection from one site that has DotNetOpenAuth to another site that has DotNetOpenAuth so that they can use each other's api. The goal is to have to make the ...
0
votes
0answers
104 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
1answer
155 views
Get Google user name when using OAuthWebSecurity in ASP.NET MVC 4?
I've created a standard boilerplate ASP.NET MVC 4 Internet project. When using OAuthWebSecurity to enable my web site to do social login with Facebook, I see how I can access the Facebook user name in ...
0
votes
0answers
18 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 = ...
0
votes
0answers
51 views
DotNetOpenAuth AspNet request status_update permission
I am using DotNetOpenAuth.AspNet for Facebook authentication. And everything works well.
However, I have to change app permissions so when a user logins I should request status_update permission. ...
1
vote
1answer
188 views
DotNetOpenAuth Twitter Authenticaion Returning 401 Unauthorized
I'm starting to tear my hair out with Twitter and trying to signin a user!!! I have Facebook, Google, OpenId all working fine, just Twitter being a PAIN.
I am constantly getting 401 Unauthorized when ...
0
votes
0answers
58 views
DotNetOpenAuth Resource Owner Password Credentials Grant Token Store
I'm currently working on a small mobile project and I want to use DotNetOpenAuth to protect the API. I currently decided to use 4.3 of the OAuth 2.0 Spec "Resource Owner Password Credentials Grant".
...
0
votes
1answer
67 views
DotNetOpenauth: MVC WebSite As Resource Server
I am trying to create a resource server on ASP.Net MVC 3.0 Site. Is there any sample related to this.
My main goal is to secure MVC View on a Resource Server using another OAuth2.0 Authentication ...
2
votes
1answer
231 views
How to Get email id using asp.net mvc4 openid api [closed]
Looking to get the email id along with the openid while
Using the Internet template for MVC4
This is available for auth using google but not for facebook
wondering how to get/request the email id in ...
0
votes
1answer
240 views
2-legged OAuth with DotNetOpenAuth and Twitter. Getting a 401 error
I'm trying to get 2-legged oauth with twitter working to be able to retrieve tweets to display on websites. For this i want to use DotNetOpenAuth. To get me started i used the OAuthConsumer example ...
0
votes
1answer
109 views
Get FirstName, LastName and other from OpenId?
Here the relevant functions from the ASP.NET MVC template.
How do I get some additional attributes of the user such as FirstName etc? I don't mind using DotNetOpenAuth, if there is no other choice, I ...
0
votes
1answer
97 views
DotNetOpenAuth: Want to access username while storing Nonce
I am using DotNetOpenAuth 4.0.20926 and trying to implement an OAuth2 based Authentication server with Db Nonce provider.
For some purpose I want to access username in NonceStore's StoreNonce ...
0
votes
0answers
93 views
Google OpenID provider consistently fails on Azure
I'm trying to use Google OpenID with an MVC 4 app hosted on Azure & it keeps failing. Not straight away though. When I deploy the app, it all works perfectly time after time. I then leave it for ...
0
votes
0answers
135 views
LinkedIn api call with DotNetOpenAuth throws 400 Bad Request
I'm using DotNetOpenAuth to make api calls to LinkedIn. The authorization part is working great - my callback page is being hit and I'm storing my access token and access token secret using a custom ...
0
votes
1answer
44 views
Purpose of ProviderUserName column in DotNetOpenAuth sample
I've started an ASP.NET web site in Visual Studio using a Microsoft pre-defined template. This is to help me learn about OpenID within ASP.NET.
Inside the included SQL database within the sample ...
3
votes
3answers
156 views
What do I really need to create a single signon with DotNetOpenAuth (and google apps)?
I've spent the past 5 days reading up on DotNetOpenAuth and for some reason it's just not coming to me easily...
I have a local set of users in active directory. My web portal application already ...
1
vote
1answer
215 views
How can we get the google auth token using DotnetOpenAuth?
I am writing an application in .net which will help users to get their Google Reader subscription lists.
I was thinking of using DotnetOpenAuth for authentication and then get google auth token. The ...



