Tagged Questions
0
votes
0answers
38 views
dotnetopenauth google apps no endpoint found, certificate invalid?
I;ve been using dotnetopenauth together with mvc 4 to allow people to login using their google apps identity. This has been working fine for a couple of months but now I am getting the no openid ...
1
vote
1answer
133 views
Google Apps OpenID endpoint gives errors, but standard Google endpoint with Apps account works - what gives?
I'm building a site where people from an organization will login with their organization-provided Google Apps accounts. The site uses DotNetOpenAuth's standard OpenID sample code to authenticate with ...
2
votes
0answers
166 views
Open ID with Google and dotnetopenauth - Passing query string
I have some code that uses Google Apps as an Open ID provider to authenticate to my web application that is based on the example https://developers.google.com/google-apps/marketplace/tutorial_dotnet.
...
2
votes
1answer
399 views
“Remember this approval” when using dotNetOpenAuth and Google Apps doesn't work as expected
I'm using dotNetOpenAuth to provide SSO to my app via a user's Google Apps account. Besides just simple authentication I also ask Google to return the user's email, first name and last name. When a ...
1
vote
2answers
798 views
How do I use DotNetOpenAuth with Google Apps for Domains as provider
I am using DotNetOpenAuth v3.5.0.10357 for OpenID support. The site was created using the DNOA VS 2010 MVC Template and I have modified it slightly (not using Ajax support or user controls - using ...
0
votes
1answer
753 views
Adding Google Calendar entry without using setUserCredentials
I am following the example provided by Google for Market place app at
http://code.google.com/googleapps/marketplace/tutorial_dotnet.html
I got the google authentication working as in the example ,
...
0
votes
1answer
375 views
DotNetOpenAuth - Google Apps OpenID login failed, x is not a secure Identifier
We are testing an OpenID DotNetOpenAuth ASP.Net website on a subdomain named like test.xyz.com, and both http and https are enabled. We also enabled "requireSSL". We are getting this error when we try ...
3
votes
3answers
709 views
Strategy to Integrate .NET app and Google Apps
More of an architecture / long-term view question.
I'm in the process of putting together a service. I would like to write it in ASP.NET or MVC but I'd also like for it to integrate with the Google ...
0
votes
2answers
568 views
DotNetOpenAuth + MVC2 + Google App Standard
I'm trying to authenticate users to my ASP.Net MVC2 app throw a google apps standard edition account. I could not found examples nor documentation to achieving. I looked into DotNetOpenAuth Samples ...
0
votes
2answers
329 views
DotNetOpenAuth - OnLoggedIn not firing on OpenIdButton
I am trying to implement OpenID for a website using only Google as the authentication provider. I am using the OpenIdButton control to send users to their Google Apps login since I always want them ...
0
votes
1answer
904 views
dotnetopenauth, MVC2 And No OpenID endpoint found
After I upgraded to MVC2 and the newest dotnetopenauth I keep getting "No OpenID endpoint found." when I try to login using google apps. I works fine on localhost but not on my domain - any ideas?
...
1
vote
1answer
617 views
DotNetOpenAuth - Using OpenIdButton for Google Apps
I am an ASP.NET newbie and I am trying to design an OpenID/SSO system for an internal web application. The web application is pretty simple and the authentication is currently being managed by a ...