[appengine-java] Re: Authentication with Google Apps

2009-10-26 Thread Jason (Google)
sportrider: The information in Mansoor's post is spot-on -- when you
register a new application ID, you should see an option to restrict logins
to a particular Google Apps domain.

Roy: The TOS disallows registering multiple application IDs with the intent
of running them as a single application in order to avoid enabling billing,
but if you have to re-register an app ID in order to change the Google
Accounts restriction, that's acceptable. If you intend to do this for a
number of different domains, then you'll need to file a multi-instance
exception request.

http://code.google.com/support/bin/request.py?contact_type=AppEngineMultiInstanceExceptionRequest

- Jason

On Fri, Oct 23, 2009 at 6:14 AM, Roy Smith wrote:

> > For example I'd like my users to enter their u...@mycompany.com email
> > rather than someb...@gmail.com.  Is this possible?
>
> I have a GAE app defined as public which I can authenticate to using
> u...@mycompany.com. The rules for when this does and doesn't work seem ill
> defined.
>
> > then you need to
> > create a new application-id specifying which domain users can
> > authenticate on your application.
>
> Remember you need to get prior approval from Google before you create
> multiple duplicate applications
>
>
>
> On Fri, Oct 23, 2009 at 1:34 PM, Mansoor  wrote:
>
>>
>> At the time of creating an application-id on appengine, you have an
>> option to allow authentication only for users of a particular domain
>> or for all google account users. If you already have the application
>> setup for universal google account authentication, then you need to
>> create a new application-id specifying which domain users can
>> authenticate on your application.
>>
>> On Oct 22, 7:20 pm, sportrider  wrote:
>> > I am working to publish a site on App Engine and would like to
>> > authenticate users by using their Google Apps email rather than a
>> > gmail email.
>> >
>> > For example I'd like my users to enter their u...@mycompany.com email
>> > rather than someb...@gmail.com.  Is this possible?
>> >
>> > I've tried adding "mycompany.com" to the authDomain argument on
>> > userService.createLoginURL(), but this didn't seem to do anything.
>> >
>> > Many thanks,
>> > Chris
>>
>>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---



[appengine-java] Re: Authentication with Google Apps

2009-10-23 Thread Roy Smith
> For example I'd like my users to enter their u...@mycompany.com email
> rather than someb...@gmail.com.  Is this possible?
I have a GAE app defined as public which I can authenticate to using
u...@mycompany.com. The rules for when this does and doesn't work seem ill
defined.

> then you need to
> create a new application-id specifying which domain users can
> authenticate on your application.

Remember you need to get prior approval from Google before you create
multiple duplicate applications



On Fri, Oct 23, 2009 at 1:34 PM, Mansoor  wrote:

>
> At the time of creating an application-id on appengine, you have an
> option to allow authentication only for users of a particular domain
> or for all google account users. If you already have the application
> setup for universal google account authentication, then you need to
> create a new application-id specifying which domain users can
> authenticate on your application.
>
> On Oct 22, 7:20 pm, sportrider  wrote:
> > I am working to publish a site on App Engine and would like to
> > authenticate users by using their Google Apps email rather than a
> > gmail email.
> >
> > For example I'd like my users to enter their u...@mycompany.com email
> > rather than someb...@gmail.com.  Is this possible?
> >
> > I've tried adding "mycompany.com" to the authDomain argument on
> > userService.createLoginURL(), but this didn't seem to do anything.
> >
> > Many thanks,
> > Chris
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---



[appengine-java] Re: Authentication with Google Apps

2009-10-23 Thread Mansoor

At the time of creating an application-id on appengine, you have an
option to allow authentication only for users of a particular domain
or for all google account users. If you already have the application
setup for universal google account authentication, then you need to
create a new application-id specifying which domain users can
authenticate on your application.

On Oct 22, 7:20 pm, sportrider  wrote:
> I am working to publish a site on App Engine and would like to
> authenticate users by using their Google Apps email rather than a
> gmail email.
>
> For example I'd like my users to enter their u...@mycompany.com email
> rather than someb...@gmail.com.  Is this possible?
>
> I've tried adding "mycompany.com" to the authDomain argument on
> userService.createLoginURL(), but this didn't seem to do anything.
>
> Many thanks,
> Chris
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---