podio / podio-objc

PodioKit is the Objective-C client library for the Podio API.
MIT License
26 stars 12 forks source link

How to authenticate when using Goolge Login? #3

Open rpitting opened 10 years ago

rpitting commented 10 years ago

I read through the README on authentication, but actually am unsure what method to use when I log into Podio with my Google Account.

I guess I need to use OAuth, some Google SDK and send the Podio API a token.

Do you have any advice on what the implementation path looks when using this login method?

romainbriche commented 10 years ago

Hi Reiner,

Unfortunately we haven't implemented SSO authentication in the new version of our SDK (yet). The server side authentication flow will allow you to login to Podio using any of the 3rd party SSO providers Podio supports (including Google).

Let me know if that helps.

EDIT: I modified my previous answer as I sent you on the wrong path. My suggestion wouldn't work as our API doesn't know your Google app credentials.