vote up 0 vote down star

Hi all, 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!

flag

1 Answer

vote up 2 vote down check

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.

link|flag
ohh, thank you Nick, I wonder why Google does not make authentication using Google Accounts or Google Apps flexible after the creation of a new app :-s – Hoang Sep 24 at 13:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.