I am writing an application in Google appengine python. Due to the limited support of the appengine environment I have to implement some of the functionality on external dedicated servers. Is there an authentication mechanism available that will preserve login information over the external servers and appengine.
I am writing an application in Google appengine python. Due to the limited support
Share
The system you want should probably work something like this:
This is very similar to the procedure OAuth uses, but entirely noninteractive for the user. It’s also the procedure that SSO systems such as Google Accounts use to ‘transfer’ sessions to other trusted parties.