Hi, First of all, I'm not sure if this post belongs to the app engine group, but in lack of a better candidate, I'm posting it here. Please let me know if it belongs elsewhere.
I have an app engine application which uses OpenID to identify users. In the datastore, I want to store some encrypted data that only the user should be able to retrieve. For that I need a key which is _not_ stored in my application. Is there any standard way of achieving this? I think that ultimately what I'd like is that the OpenID provider returns a response consisting of the claimed_id (used as a user identifier in my application) together with a piece of data (acting like a key) which is persistent, unrelated to claimed_id, and unique to my realm. Is this possible? (Apologies if this is a trivial question, but I'm completely new to OpenID and from what I've read, it does not seem obvious to me whether this is part of the machinery or not :-)) Best regards, Michael --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
