Tagged Questions
0
votes
0answers
99 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 ...
0
votes
2answers
128 views
Windows Azure Role Environment - Unable to find assembly
I'm getting this error when I call Windows Azure Role Environment.
I've checked and DotNetOpenAuth.OAuth.Common.dll as Copy Local = True.
Any idea?
System.TypeInitializationException was caught ...
1
vote
0answers
63 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
338 views
asp.net MVC 4 deploy on azure Could not load file or assembly 'DotNetOpenAuth.Core'
Hello I am trying to deploy asp.net MVC 4 project on azure
but I get this problem. I searched a lot about the solution but it looks like none
suit my case, this is the Error message I get :
...
3
votes
2answers
2k views
Not running in a hosted service or the Development Fabric (Production, not debug/local)
Im just getting started with Windows Azure and have got a small MVC application running locally using the Azure emulator. I signed up for a free trial, downloaded my publishing profile and imported it ...
1
vote
2answers
163 views
Initial “No OpenID Endpoint Found” on Windows Azure
I've looked at the various questions on this topic but none of them QUITE fit the problem I'm having.
I've developed an MVC4 app which utilizes DNOA to call into a particular provider (Intuit). All ...
1
vote
1answer
340 views
No OpenID endpoint found using DotNetOpenAuth and Windows Azure
I am currently trying to migrate an ASP.NET MVC 3 Website to Windows Azure (As a Website).
The site uses DotNetOpenAuth 4.0. I have no issue authenticating when testing from my computer, however in ...
4
votes
2answers
451 views
“No OpenID endpoint found” on Azure Website
I have a strange issue with a MVC 3 app running as an Azure Website. I have had issues with Azure in the past, but the new Website concept works almost perfectly, except for this:
...
3
votes
1answer
514 views
DotNetOpenAuth and Windows Azure with MVC3 Web Role
I have created a cloud project with an MVC3 webrole (empty project, added homecontroller and view). When I debug(F5) it runs smoothly.
After installing DotNetOpenAuth 3.4.7.11121 via NuGet I get the ...
4
votes
1answer
997 views
Using DotNetOpenAuth OAuth 2 with Azure - Reading Certificate - difficulty extracting keys
The DotNetOpenAuth OAuth 2 Library requires RSAParameters to access public and private keys (example in DotNetOpenAuth OAuth 2 - UriStyleMessageFormatter which uses RSAParameters to construct an ...
3
votes
3answers
316 views
Windows azure development fabric load balancer crashes on DotNetOpenAuth redirect action mvc 2
I have cornered this error down to a redirect action call by DotNetOpenAuth(http://www.dotnetopenauth.net/)
Basically I have implemented the example here
...
2
votes
1answer
515 views
Azure dev fabric crashes with SocketException when using DotNetOpenAuth
I'm trying to run ASP.NET MVC 2 web site under the Windows Azure Dev Fabric using the DotNetOpenAuth OpenID authentication.
Azure Dev fabric itself repeatedly crashes (dfloadbalancer.exe), when I ...
0
votes
2answers
240 views
Maximum time allowed to complete authentication has been exceeded
I am using DotNetOpenAuth to authenticate an app on Windows Azure. From time to time, the system is slow, and I end up with the following error message
Login failed: The maximum time allowed to ...
5
votes
1answer
1k views
Best way to use OpenID authentication with Azure?
I'm struggling to get OpenID working on a Windows Azure application. I'm currently using DotNetOpenAuth (used to be DotNetOpenID) and first I had a problem with the relay step since Azure uses port ...