문제

I'm a little bit lost... Too many google documentation, I can't find my way.

We have an app on the google apps marketplace. This app use google's APIs to retrieve drive content, calendar information, ... for all users of our client domain. Currently we are using 2-legged OAuth 1.0A.

According to the google documentation, OAuth 1.0 is deprecated. But I cannot find any documentation for using 2-legged OAuth 2.0. Did I miss something ? How are we supposed to replace the existing ? 2-legged OAuth 2.0, or anything else ? Do we have to do any modification on our google marketplace vendor profile ?

Thanks, Jonathan

도움이 되었습니까?

해결책 2

I think that the correct process is described here : https://developers.google.com/apps-marketplace/v1migratev2

다른 팁

The 2-legged form of OAuth2 is described in "OAuth2 for server-to-server applications": https://developers.google.com/accounts/docs/OAuth2ServiceAccount ; that document explains how the 2-legged OAuth2 flows work, but not how an administrator grants the application the privileges it needs to access the data: This is done via the Admin console settings, where the administrator authorizes the app to impersonate users in the domain. The details are described in https://developers.google.com/drive/web/delegation#delegate_domain-wide_authority_to_your_service_account

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top