dotnetopenauth Questions
3
Solved
I am trying to implement a simple login page that redirects a user to an OAuth2.0 login server, and then back to a callback URL after they have successfully logged in.
However I keep on getting ex...
Coarsen asked 8/1, 2013 at 23:27
2
Solved
I have to figure out how to use OAuth 2 in order to use Deviantart api.
I got the client_id and client_secret part
Here the information they give
Endpoints
The only information you need to auth...
Griego asked 14/2, 2013 at 13:39
4
Solved
After upgrading from MVC 4 to MVC 5, my application (when started from within Visual Studio) gives the following error. It might also be worth noting that I am hosting both MVC5 and WebAPI2 items i...
Imperfective asked 19/11, 2013 at 17:50
1
I am new the webAPI2, so please excuse me if my question is trivial. I want to implement token based security for my webAPI, so that other applications (apart from my SPA) can also call my webAPIs....
Ilyssa asked 27/8, 2015 at 7:54
6
I am facing with very strange error in my project. I installed DotnetOpenAuth.Aspnet and Microsoft.AspNet.WebPages.OAuth libraries nuget packages. When I run the project there is no problem. But Wh...
Standley asked 13/12, 2012 at 15:52
3
Solved
I'm using ExchangeUserCredentialForToken function to get the token from the Authorization server. It's working fine when my user exists in my databas, but when the credentials are incorect I would ...
Apparatus asked 30/7, 2014 at 8:51
3
Solved
I am attempting to integrate Google Calendar into my application and I am having some problems with the OAuth authorization passing off a RefreshToken. I receive an AccessToken with no issue, but t...
Occurrence asked 5/7, 2012 at 14:24
7
Solved
I am using OAuth to access Gmail with dotNetOAuth. How can I force Google to return user's email address as part of callback after authorization?
By default, Google OAuth callback only returns the...
Caducous asked 27/6, 2010 at 21:37
3
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 ...
Rader asked 17/5, 2013 at 19:16
1
Solved
I'm going through the dotNetOpenAuth Samples (OpenIdRelyingPartyMVC and OpenIdProviderMvc) and come up to a question for better understanding...
In the MembersArea of the Relying Party App I use t...
Iseult asked 20/4, 2015 at 7:35
3
Solved
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...
Pean asked 13/9, 2012 at 17:2
4
Solved
I am trying to use the DotNetOpenId library to add OpenID support on a test website. For some reason it keeps giving me the following error when running on Firefox. Keep in mind that I am using loc...
Cottage asked 26/3, 2010 at 0:48
2
I am getting the problem in configuring j2ee agent and not able to figure out what is going wrong,if someone can help me out of this proble, my problem is I have configured openam 11 in domain 1 in...
Terrijo asked 27/12, 2013 at 17:44
1
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 receiv...
Zipporah asked 22/2, 2013 at 11:46
1
Solved
I had very simple code which worked fine for me:
var url = System.Web.HttpContext.Current.Request.Url;
Uri callbackUrl = new System.Uri(url, "oAuth2CallBack");
var ub = new UriBuilder(callbackUrl...
Onceover asked 18/11, 2013 at 16:52
4
Solved
I've had social sign-in using Facebook implemented in Production for some time. As of this morning, it is no longer working for me. I am getting the same error in dev (which has no SSL) and in prod...
Direct asked 15/10, 2014 at 17:35
5
I have been working a lot with DotNetOpenAuth. First we used 5.0.0-alpha1 but we switched over to v4.0.30319 because we couldn't find what was causing our problems.
We are building a C# Web API pr...
Anthropomorphism asked 25/9, 2013 at 19:21
7
Solved
I set up a project on my main domain example.com and then moved it to a subdomain sub.example.com
Now when I try to use the same (default ASP.NET MVC or on my Discourse forum) project with OpenId ...
Asshur asked 21/5, 2014 at 3:4
2
Solved
I'm having an issue implementing custom OAuth2Client for google using DotNetOpenAuth and MVC4.
I've got to the point where I can successfully make the authorization request to the google endpoint
...
Allisonallissa asked 5/12, 2012 at 16:9
1
Solved
I have begun the process of Migrating from Google OpenID to the OpenID Connect with OAuth 2.0 following what is presented in the Documentation. I am able successfully complete the workflow of retri...
Hopple asked 3/4, 2014 at 15:37
2
Solved
Usually using the Google OpenId works fine, thousands of times a day, then it will start intermittently going wrong and timing out for an hours or so (some requests will validate but not all). Repe...
Philo asked 8/4, 2012 at 11:7
1
Solved
Today, without any change on my live site, logging in with the Google external login provider stopped working. This only happens to users that have a google login, other providers are fine. This al...
Misbelief asked 26/1, 2014 at 23:50
5
Solved
I realized this question has been previously asked but with little in the way of example code, so I am asking again but with at least a little bit of direction.
After hours of searching, I have co...
Belfort asked 19/10, 2012 at 18:23
2
Solved
If you want to cut to the chase, the question is: what is the best/official way to use DotNetOpenAuth with Google in asp.net mvc 5?
About a year ago, I used OAuth (DotNetOpenAuth oAuth and OpenID)...
Marpet asked 29/1, 2014 at 0:53
2
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 b...
Lanielanier asked 20/12, 2012 at 13:8
1 Next >
© 2022 - 2024 — McMap. All rights reserved.