I'm starting to develop an application using App Engine (Python) that will be integrated in the Google Apps platform and will be sold in the Marketplace. I've implemented the Single Sign-On openID authentication and it works fine when deployed, but doesn't work locally at all.
How can i do that locally? user.federated_identity() apparently does not work on the localhost.
--edit-- Precisely, what i need to do is to be able to run this tutorial on App Engine's devserver.