dotnetopenauth Questions

1

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 Resourc...
Fredella asked 10/10, 2012 at 18:0

2

Solved

Im just getting started with Windows Azure and have got a small MVC application running locally using the Azure emulator. I signed up for a free trial, downloaded my publishing profile and imported...
Silva asked 14/12, 2012 at 13:17

2

Solved

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...
Billhook asked 29/11, 2012 at 10:37

2

Solved

I’m using dotnetopenauth 3.2 to implement Openid and can’t figure out how to get Google to pass the email address in the Claims Response. I know that Google doesn’t support simple registration, but...
Impasse asked 19/8, 2009 at 16:47

2

Solved

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...
Knobkerrie asked 14/11, 2012 at 6:52

4

Solved

I know stackoverflow uses OpenID authentication. I want to try and use this as well. I am using asp.net mvc 2.0 with C#. I found this http://www.dotnetopenauth.net/ and I am wondering if this is...
Bullion asked 12/1, 2011 at 16:42

1

Solved

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 in...
Normie asked 3/11, 2012 at 9:6

2

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 user...
Yaw asked 18/10, 2012 at 20:51

5

Solved

I've been using a custom membership provider for authentication in all my web form applications till now. I'm about to start developing my first website using MVC. I'm wondering if I should I use t...
Electrosurgery asked 21/7, 2010 at 16:26

1

Solved

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 OAu...
Weasand asked 23/10, 2012 at 15:34

1

Solved

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: http://www.dotnetop...
Interdental asked 25/10, 2012 at 2:22

1

Solved

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(strin...
Korenblat asked 17/10, 2012 at 17:41

2

I am implementing OpenID+OAuth in my ASP.NET WebForm (using .NET Framework 3.5) application, found example on net https://groups.google.com/forum/?fromgroups=#!topic/dotnetopenid/xQYkE6sUZYU Bu...
Indictment asked 15/9, 2012 at 0:14

1

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, Twitte...

1

Solved

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? Tha...
Davy asked 11/10, 2012 at 2:31

2

Solved

As somewhat of a continuation of this question, I'm having problems with dotnetopenauth. I navigate to my relying party code and create the request, however when my provider receives the request O...
Ecclesiolatry asked 20/9, 2012 at 16:41

1

Solved

I am writing a Web API using MVC4 that should be consumed by multiple client types. I want to use the OpenID to authenticate. I already have downloaded the DotNetOpenAuth NuGet package, but so far...
Joon asked 3/9, 2012 at 14:31

5

Solved

I'm trying to use the Google+ API to access info for the authenticated user. I've copied some code from one of the samples, which works fine (below), however I'm having trouble making it work in a ...
Recommendatory asked 17/9, 2011 at 12:59

2

Is there a way to change the scope/permission when using Microsoft.Web.WebPages.OAuth? The most logical place is when registering the client with OAuthWebSecurity.RegisterClient. I thought that the...
Juan asked 24/7, 2012 at 17:31

1

I'm using DotNetOpenAuth to connect to Facebook and Google via OAuth2. The OAuth specs ask that no additional parameters be supplied in the request_uri and Google actually enforces this somewhat by...
Lenee asked 17/7, 2012 at 20:20

6

Solved

I've implemented OpenID on my website but I'm having a hard time finding a list of OpenID Provider URLs. I thought this would be easy to find but I've scoured the web and only found a handful...
Hermy asked 12/7, 2009 at 19:43

3

Solved

I have searched, read the FB developer docs. MVC 4, I incorporated OpenId. Now I want to include FB login as well, just as Stackoverflow and some other site have implemented it. Do I create my ow...

1

I've implemented RPXNow for several applications as a great abstraction for OpenID and OAuth to enable Google and Facebook sign-ins. My only complaint is that sign-in takes way too long. After clic...
Hiatt asked 22/12, 2010 at 16:37

2

Solved

I'm attempting to create a user login for Facebook and Windows LiveId using DotNetOpenAuth 4.1.0.12182 However the examples in the download make use of DotNetOpenAuth.ApplicationBlock and DotNetOp...
Leverett asked 20/7, 2012 at 14:53

1

Solved

I'm using DotNetOpenAuth (http://dotnetopenauth.net/) library to authenticate at linkedIn.com. I develop a desktop application and now I'm a little confused. I'm unaware if it's possible to authent...
Conative asked 21/7, 2012 at 10:38

© 2022 - 2024 — McMap. All rights reserved.