On Wed, Mar 9, 2011 at 6:30 AM, Binu vm <[email protected]> wrote:
> Hello,
>
> I have a requirement that my login should only  authenticated with the
> domain name which I have mapped. for example, I have one domain name
> called www.abc.com . I have mapped this domain with google app engine.
> There is one login page. When the user not signed in it will be
> redirected to google login page. There it should check whether that
> particular user is having the email address of abc.com.
> ([email protected]). That means only the users under the domain of
> abc.com.I dont want the user to provide the google login service.
>
> I can validate by using username and password. But does google app
> engine provide such a option?
>

Hi binu,

Yes, you can restrict your application to members of your domain. see
the following article, for a step by step guide:
http://code.google.com/appengine/articles/auth.html

But note that it has to be choosen at app creation time.

Hope that helps
-- 
Johan Euphrosine (proppy)
Developer Programs Engineer
Google Developer Relations

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to