Google OAuth 2.0 include_granted_scopes not working for installed app

前端 未结 2 513
离开以前
离开以前 2021-01-11 21:46

I\'m attempting to use the new incremental authorization for an installed app in order to add scopes to an existing authorization while keeping the existing scopes. This is

2条回答
  •  旧时难觅i
    2021-01-11 22:20

    Google's OAuth 2.0 service does not support incremental auth for installed/native apps; it only works for the web server case. Their documentation is broken.

提交回复
热议问题