Change Application Name of a Verified App - Google OAuth Consent Screen

橙三吉。 提交于 2021-02-08 05:01:47

问题


I have a verified app and I would like to change the OAuth consent screen application name(only application name).

In order to do this, it seems that I need to reverify this again, but my app is ALREADY in production now, if I submit it for verification would the current verified OAuth screen suddenly be shown as unverified, OR is there any way to show the old OAuth screen until the new one is verified ?


回答1:


You can always re-apply for verification at any time. The previous approved state of your app will hold.

  • If you are applying for brand verification [1], any previously approved brand information will continue to be displayed until you complete the new verification
  • If you are requesting new sensitive scopes [2], only the previously approved sensitive scopes will be displayed without an unverified screen. Any requests containing new sensitive scopes will show an unverified app screen until approved. See How to resubmit for google oauth verification if changes in scope without disturbing the production for good practices on getting verification without affecting all your users.

[1] https://support.google.com/cloud/answer/9110914?hl=en#verification-types

[2] https://support.google.com/cloud/answer/9110914?hl=en#sensitive-restricted-scopes



来源:https://stackoverflow.com/questions/61209151/change-application-name-of-a-verified-app-google-oauth-consent-screen

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!