>
>
> So, to sum this up: with federated login enabled, is there a way to
> implement login for applications which does not require user interaction?
> For example a cron job takes username & password from a file when loggin in
> to my app at GAE. Just like ClientLogin does?
>

What if  you save the authorized token instead of the username and password?
>From the interaction diagram in
http://code.google.com/apis/accounts/docs/OpenID.html#oauth,
it seems that the action in step 9 can be performed in the cron job too
provided that the cron job has the authorized token.

-- 
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