0
votes
0answers
16 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
9 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
1answer
25 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
41 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
0answers
41 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 ...
1
vote
0answers
29 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 ...
3
votes
1answer
80 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
23 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 ...
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
28 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
27 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
1answer
107 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
1answer
375 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
1answer
99 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. ...
0
votes
0answers
79 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
98 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
266 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 ...
4
votes
1answer
155 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 ...
1
vote
1answer
331 views

Web Application trying to load System.Web.Mvc, Version=1.0.0.0 in an ASP.NET MVC4 application

For some reason when I try to post to one of the ActionMethods on the AccountController in my MVC4 application, it tells me that it failed to load System.Web.Mvc, Version=1.0.0.0 or one of its ...
0
votes
1answer
49 views

Linked in dotnetopenauth -> The conversion of a datetime2 error

I'm trying to get a user logged in via linked in, but when they get to the default template of Account/ExternalLoginConfirmation, I get this error: The conversion of a datetime2 data type to a ...
0
votes
2answers
130 views

Unable to share cookie into subdomain for Chrome and Firefox

I've built a small ASP.NET mvc app with Forms Authentication. I don't seem to be able to share cookies/authentication from the base domain(say people.com) to subdomain (abc.people.com) What I mean is ...
2
votes
1answer
182 views

How do I better control how DotNetOpenAuth uses Microsoft Account (Live ID)?

I am using the new OAuthWebSecurity wrapper for DotNetOpenAuth to allow users to log in to an MVC4 application with their Microsoft Account (aka Windows Live ID). I have registered the microsoft ...
1
vote
2answers
454 views

OAuthWebSecurity.IsAuthenticatedWithOAuth - Method not found

I'm implementing an OAuth2Client and when I call var result = OAuthWebSecurity.VerifyAuthentication(); I result.IsSuccessful is equals to false. I've seen that ...
1
vote
0answers
67 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
1answer
111 views

AuthorizationServer.ReadAuthorizationRequest return null

I'm using asp.net MVC 4.0 and building OAuth host using DotNetOpenAuth library. I'm trying to implement Authorise method in OAuthController : [Authorize, AcceptVerbs(HttpVerbs.Get | HttpVerbs.Post)] ...
0
votes
4answers
140 views

OpenId Authentication through different web sites in MVC

I have to develop a web site that implements a custom authentication. No problem so far, I should use the Membership provider and so on. Now comes the problems.... I have to create other web site, ...
0
votes
1answer
402 views

DotNetOpenAuth and refresh a token with MVC 4

I am tring to implemented an OAuth2Authorization Server and I am tring to connect to it by DotNetOpenAuth.AspNet.Clients.OAuth2Client in a MVC 4 webclient project. In my SPA webclient I am able to ...
1
vote
1answer
256 views

How to obtain email address from Facebook using ASP.MVC and DotNetOpenAuth

I'm trying to set up authentication in my app. I have the posting to the external website working (facebook and google) [AcceptVerbs(HttpVerbs.Post | HttpVerbs.Get), ValidateInput(false)] public ...
1
vote
1answer
563 views

OAuthWebSecurity create account - how does it work?

I'm confused and concerned with the following line because it seems like the API for the OAuthWebSecurity has its own authentication store. // If the current user is logged in add the new ...
1
vote
4answers
2k views

How to implement social login in asp.net mvc 4?

I want to implement role based login using oauth with facebook, twitter, google etc. It will only be using oauth and will have a role system. Not the default template with the usual registration and ...
2
votes
4answers
370 views

Advice on SSO solution for cross platform and domain sites

I feel a bit overwhelmed right now with how to approach building an SSO solution for a project I'm taking on. I understand that I need a centralized login site, but, I'd like input on what framework ...
0
votes
2answers
140 views

Retrieve Authentication Provider Type Using Claimed Identifier

I've browsed the documentation on DotNetOpenAuth and cannot find a method to retrieve the authentication provider type based off of the ClaimedIdentifier. I'm looking for a method akin to the ...
1
vote
1answer
173 views

MVC DotNetOpenAuth with colorbox

I'm trying to open a modal window (jQuery colorbox) when the users doing login with facebook or twitter with DotNetOpenAuth. I doing an post with jQuery, but I haven't any idea why I haven't a ...
-1
votes
2answers
742 views

ASP.NET MVC 4 - DotnetOpenAuth - How to set a Facebook permissions scope?

I like set the Facebook permissions scope. As example user_about_me and email. I find this solution in web: Dictionary<String, Object> facebookPermissions = new Dictionary<string, ...
0
votes
2answers
315 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 ...
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
328 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 ...
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 ...
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 ...
8
votes
2answers
370 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 ...
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). ...
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
194 views

DotNetOpenAuth with MVC4 site and forbidden X-Fram-Options

I am using DotNetOpenAuth to authenticate to my MVC4 site (not using the ASP.NET forms control). I have forwarded my domain from GoDaddy to the Azure platform so that when I, for example, go to ...
2
votes
2answers
653 views

SSO - No OpenID endpoint found

I'm trying to get SSO openid working with dotnetopenauth. I have two separate projects, being debugged separately (both on localhost but two different ports), one acting as the provider and one as ...
0
votes
1answer
75 views

disable AskUser in OpenId Provider

I create OpenId Provider by DotNetOpenAuth Library. I use OpenIdProviderMvc project that found on sample of DotNetOpenAuth and customized it. Now I have 2 question: How can I remove AskUser step? ...
0
votes
1answer
228 views

OAuth2Client get extra Facebook data

I'm trying to work out how I can request a Facebook user's email address with a custom OAuth2Client, however there is a severe lack of documentation to do this from what I can find on Google. I have ...
4
votes
4answers
6k views

Custom Profile Provider new MVC 4 template with Dotnetopenauth

How do you now configure the membership, profile and role manager using the new MVC template with DotNetOpenAuth enabled? I don't see the configurations in the web.config so how do you now implement ...
1
vote
1answer
673 views

Github authentication with DotNetOpenAuth in a MVC 4 Application

DotNetOpenAuth comes with Facebook, Twitter, Google, Microsoft and Yahoo authorization by default. Where should I start if I want to add Github authorization using OAuth. I don't know where to start ...

1 2 3 4