Tagged Questions
6
votes
0answers
79 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 ...
0
votes
1answer
45 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 ...
1
vote
2answers
199 views
Get users email address using Google OpenID
I am trying to retrieve a user's email address from Google via OpenID using DotNetOpenAuth.
My code so far correctly redirects to Google for the current user, and asks for permission for my ...
0
votes
0answers
39 views
modify the asp.net membership to support open id
I am currently setting up my mvc 4 web application with the out of the box membership functionality included in .net.
I would like to expand this functionality to support open id providers such as ...
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
2k views
asp.net MVC 4 External Login Provider - 'No OpenID endpoint found' (google)
I'm learning MVC 4 (Visual Studio Express 2012) and trying to use the new templates that have baked in openId/OAuth external login support. I've been following this tutorial
All I've done so far is ...