Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I use google business apps email services. I want to create my own custom login page for google mail. please help me how can i do this.
Posted
Comments
ridoy 23-Jul-13 14:40pm    
in what language?!

You can't. This would create a Man-In-The-Middle attack against the Google services because you would be able to easily know the user's credentials since they would need to enter them into your page and you would pass them on to Google. In fact, if your users were silly enough to blindly enter their Google passwords into a non-Google site, they should be punched in the throat for exposing your business to a risk like that.

You can create an app or a web site that can access a user's mailbox (with their explicit permission) but you do not handle the authentication, it is federated through Google's servers. I wrote an article on accessing Drive from WPF which you can review if you are interested. The principles apply to most any platform you use to access Google services. However, you would basically be creating an inferior copy of the GMail client.
 
Share this answer
 
It is possible but you need to deploy a paid control that will integrate with your google apps domain and allows you to customized google apps login page with your company brand or logo or as you want.

http://www.cloudcodes.com/gcontrol.html

You can also set landing page and IP, Time based restrictions etc.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900