Does it require rereview to add a OAuth client ID to Google Cloud?

Viewed 66

I am making a Chrome extension and would like to run it on Microsoft Edge and Kiwi Browser in addition to Chrome. In these browsers chrome.identity.getAuthToken does not work, so I am trying to re-implement using chrome.identity.launchWebAuthFlow with reference to here.

This way, I'll need to add an OAuth client ID as a web application instead of the current Chrome app. As shown in the figure below, it says that the URI added in the settings will be automatically added to the OAuth consent screen.

enter image description here

It also says that if I make changes to the OAuth consent screen, I may need to be rereviewed, as shown in the image below.

enter image description here

Could you please let me know if the addition of this OAuth client ID will require rereview?

If rereview is unnecessary, I would like to add it as it is, and if necessary, it would adversely affect the current OAuth client, so I would like to have another project and be reviewed.

0 Answers
Related