Tagged Questions
0
votes
1answer
54 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 ...
2
votes
1answer
204 views
OpenID provider as authentication proxy
I'm creating a website .NET, which will provide specific service for its users. Lets call it service1.com. In future, there will be service2.com and they will share database. I also want to make a ...
0
votes
1answer
108 views
DotnetOpenAuth RefreshAuthorization blocked 403 Forbidden (12202)
I've a DotnetOpenAuth authorization server which works great on my localhost. However after publishing it my refresh access token request is blocked.
The request for a accesstoken, with success
POST ...
1
vote
0answers
62 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 ...
4
votes
1answer
395 views
How DotNetOpenAuth works
I am just getting started using DotNetOpenAuth with an MVC app and I am having it a bit difficult understanding how it actually works.
As far as I understand, DotNetOpenAuth will take care of ...
5
votes
2answers
691 views
Bad request (400) with OAuthWebSecurity.RegisterMicrosoftClient
I am using Microsoft.Web.WebPages.OAuth. I was able to register Google, Facebook, Twitter, Stack Exchange, MyOpenID...
Now I am trying to add Microsoft Live, so I registered:
...
0
votes
1answer
150 views
DotNetOpenAuth redirection URL results to page not found
I have deployed a service using DotNetOpenAuth library.
The service authenticates against 4 providers (Google, Yahoo, Windows and Facebook)
I am having a problem with Windows and Facebook (Oauth ...
0
votes
2answers
217 views
DotNetOpenAuth v4 not working with Facebook authentication
As DotNetOpenAuth and Facebook question says, the authentication is not working with Facebook using DotNetOpenAuth v4.0.0.11165
Instead of using a previous version I was wondering if there is a way ...
0
votes
2answers
410 views
Facebook with dotnetopenauth
I have created an App on facebook and I am using this app to authorize an user via dotnetopenauth.
Here I would pass APPID and APPSECRET and get the token which would be used to call Facebook Graph ...
1
vote
1answer
626 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
vote
2answers
755 views
2 Factor Strong Authentication with Windows Live
I can see a video here
http://vimeo.com/2581892
of 2 Factor Strong Authentication with Windows Live.
How is this possible as I never heard Microsoft provide an API like Google here ...
0
votes
2answers
353 views
Moving from pure OpenID to OpendID with Windows Identity Foundation (WIF)
Background
We currently use OpenID for authentication of users, and use the Claimed Identity we get back to link the authentication with a 'contact' record in our database.
Problem
We're now ...
2
votes
1answer
260 views
How to use OpenID without asking user for his OpenID URL?
I'm setting up an OpenID provider using DotNetOpenAuth and I'm stuck.
It seems that OpenID requires that the user provides his OpenID URL first, and then the consumer would redirect him to the ...
1
vote
2answers
743 views
Suddenly, DotNetOpenAuth returning (400) Bad Request
My application has been deployed for nearly 6 months and the latest release was about 3 weeks ago.
Suddenly, today Facebook Auth stopped working. The webapp was not changed or redeployed and the ...
0
votes
1answer
169 views
DotNetNuke 6.0 setting APIKey and Secret for Authentication Module
I install a authentication module from DNN superadmin but i need to set up API Key and Secret from superadmin.
How will I set it up using Setting.aspx page of authentication module and also fetch ...
-1
votes
1answer
309 views
DotNetOpenAuth… what is?
I'm not sure what it is and what is DotNetOpenAuth. Can you explain it in few words?
I am investigating about the management of users in a web application (asp.net mvc)
8
votes
2answers
513 views
Storing necessary OpenID information
I'm trying to implement OpenID authentication for my site. Here's the scenario:
I want the user to be able to
login using just openId(user can just get verified by visiting openid provider. no need ...
3
votes
2answers
653 views
Share authentication between two websites
What is the best/proper technique to share login between two sites.
I have website A, and some websites B. Both types belong to the same company, but B is running on the customer premises. What I ...
1
vote
1answer
421 views
How to use DotNetOpenAuth to detect whether user is logged in to google
I am using following code I found from in the web to authenticate users for my website. But user has to click a button to login to the site even when they are logged in to gmail. What i want to do is ...
1
vote
2answers
2k views
How to use DotNetOpenAuth to login to websites?
I want to do is, if the users are logged into gmail and if they go to my website they automatically get logged in.
I am doing it in the following way... maybe there is a better way of doing it.
In ...
0
votes
1answer
525 views
Yahoo OAuth working without consumer key/secret?
I am using DotNetOpenAuth to connect to Yahoo and Google; and extract user data. The funny thing is, I have been able to authenticate against Yahoo without specifying the consumer key/secret anywhere. ...
1
vote
1answer
877 views
SSO with OpenID
I trying to find the way to implement the full blown SSO using the OpenID so that user does not need to enter anything on the new site within the SSO.
I removed all cookies and started experimenting.
...
1
vote
2answers
294 views
AOL OpenID response too long
I've written an application using the DotNetOpenAuth library, which allows users to authenticate against a number of OpenID providers. All of them work fine except for AOL, which for one reason or ...
2
votes
2answers
494 views
OpenId ASP MVC Authentication with long expiry
Stackoverflow uses OpenId as many other websites. However, I rarely need to provide my OpenId to Stackoverflow while with other OpenId enabled websites, I have to do it once a day or week.
This ...
47
votes
7answers
4k views
Where can I find a list of OpenID Provider URLs?
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, mostly ...
6
votes
1answer
3k views
Implementing OpenID: identifying users
Company I work for wants to publish an internal website to the outside world, but also wants to identify the visitors in some easy way. Some functionality will be visible for all visitors but most ...
0
votes
3answers
2k views
Page.User.Identity.IsAuthenticated return always false in safari
I am using DotNetOpenId and Asp.NET MVC. I have the following problem:
When using IE not problem I can login and when I check the Page.User.Identity.IsAuthenticated I get true. If I test this in ...
2
votes
2answers
566 views
Implementing multi-database, multi-provider authentication system
We have started building an asp.net mvc application. Application will consist with one main database with users, projects, common tables etc... and many databases (all with the same structure) with a ...
