On May 30, 2010, at 9:22 PM, Scott Ellis wrote: > BTW, > > I've tried using both: > > https://www.google.com/a/example.com/o8/ud?be=o8 > https://www.google.com/accounts/o8/site-xrds?hd=example.com > > without success. In place of example.com I'm using an apps domain that is > neither premium nor educational...so should have openid already enabled.
(I assume your app is using OpenID) The federated_identity parameter is the OpenID identity. For example, if you pass 'some_lj_username.livejournal.com', create_login_url will return the URL for the start of the OpenID authentication. For Google IDs, you can pass: http://www.google.com/profiles/<your_google_id> Not sure about Google Apps for the Domain IDs though. Jan Michael Ibanez [email protected] -- 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.
