Hi,
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 Solution, but did not found an example according my needs. All the examples were working against google accounts, but no with google apps.
I'm a little confused. For example: 1. do I have to place an xrds document on my site, or I can rely on google account's one (like "https://www.google.com/accounts/o8/.well-known/host-meta?hd=example.com"?) 2. What about the certificate. Do I have to place it in my site?
Any help would be appreciated
Ariel