Hi,
I'm trying to deploy a GWT/GAE application with Google Authentication,
via UserService. My application allows to login and logout from my
Google accounts, and now, I want to login/logout with my Google Apps
domain accounts (and, at the end, deploy this app on Apps
MarketPlace).
To do this, i've deployed my app on GAE, created a vendor account on
MarketPlace, and created a listing for my application. I've added my
application to my domain, but when I want to connect with a domain's
account, it is not possible : the only way to connect is to use a
standard account.
Then, on my GAE apps, i've added the domain as :
UserService userService = UserServiceFactory.getUserService();
return userService.createLoginURL("http://
myapp.appspot.com","mydomain.com");
But this doesn't change anything. I've see on the doc that this
function is :
"For trusted apps only. If the calling app does not have permission to
use this feature..."
So my questions are :
Could I use UserService to authenticate on a domain ?
How can I trust my GAE apps in order to use these functions ?
Thank you.
--
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.