Question

I would like to ask how to use the Google Apps Account instead of a Google Account if I use the

users.create_login_url()

function to generate the login page.

Google automatically ask me to login with a Google Account.

If I am running my application with a Google Apps for a specific domain, I have created users within that domain, is there any way that I can let my users to login using the created domain?

for example: hoang@abc.com

and abc.com is the domain managed by Google Apps.

I am an administrator for abc.com, and I have created multiple users within this domain.

Please advice!

Thank you!

Was it helpful?

Solution

You have to specify at the time you create the app whether you want to use Google Accounts for authentication, or Google Apps. If you selected Google Accounts for your app, you'll need to create a new app with the authentication setting set correctly in order to use it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top