Tagged Questions

3
votes
2answers
586 views

How to integrate DotNetOpenAuth and openid-selector

I created a DotNetOpenAuth MVC 2 project using the visual studio template, and have it working. However, the sign in page takes a long time to load. Not quite sure exactly what is going on in the ...
0
votes
1answer
51 views

Populate model parameter with the openid_identifier selected in the view?

I have been using openid selector to implement openid login on a web site following the tutorial here. It all works ok but the openid_identifier is read in the controller from the request like so ...
0
votes
1answer
446 views

Issues using openid-selector/ dotnet openid

I'm using openid-selector based UI to authenticate user using dotnet openid API. I'm having a small issue, when i select google and cancel and close browser and then open link and select yahoo it ...