More about architecture / long term.
I am going to create a service. I would like to write it in ASP.NET or MVC, but I would also like it to integrate with the Google Apps engine (so that groups / enterprises can add it to their Google Apps domain after purchase).
I know how to allow users to log in through Google Apps using DotNetOpenAuth, but what is my strategy for tight integration for?
Some subtasks in the spirit of what interests me:
- How can I guarantee that users who sign up for Google Apps can be redirected to my site without having to log in again?
- Can I redirect the Google Apps application, or should I strive to support the application in the Google Apps interface? Is there a clear advantage / disadvantage of one or the other?
- If I want to do this and save the base site in .NET, will I be forced to also code in Java or Python to get it in the application? Do I need to have it in the application engine?
I know what I want to do in terms of functions, I just do not want to start in the wrong direction and I want to know my problems in the foreground.
Thanks in advance for any help you can give!
source
share