I have website which uses Oauth2 for communication with Google APIs. And it works fine. Now i need to make it "Google Marketplace compliant" to be listed there. Googles docs says about Oauth or Federated Login, but it doesn't precised if Oauth2 works too.

Does anyone has experience in such integration? May i keep Oauth2 and add OpenID to work with Marketplace, or i have to rework it for Federated Login?

Thanks!

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

When you list your app in the marketplace, you will get a consumer key and secret which you can use for 2-Legged OAUTH for every google apps domain that installed your app. So the answer is YES.

link|improve this answer
Nice! Thanks for clarification. – Andrew Jan 3 at 15:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.