What happens if I edit the OAuth consent screen on a running service?

Viewed 176

I want to change the privacy policy and terms of use URL of the OAuth consent screen that is currently running in production.

It is necessary to apply for verification to Google in order to change it, but is it possible to process OAuth in the production environment during the verification application?

If OAuth cannot be processed during the verification application, it will affect the service operation, so please let me know if there is a solution.

GCP OAuth consent screen

1 Answers

If you edit any of the details on your OAuth consent screen, such as the project's icon, display name, homepage or privacy policy URL, or approved domains, you must re-verify your app for branding before publishing adjustments to your OAuth consent screen then the currently approved scopes list is still in effect.

For more information about this topic, see OAuth API verification FAQs. This Google group post might also help.

Related