Google Developers Console, different consent screen settings for different users

We are developing a single web application that has multiple types of users who access Google APIs through OAuth 2.0.

Is it possible to configure different consent screen settings for different types of users. For example, an accounting user will see the product logo and the name of the accounting product.

+3


source to share


1 answer


There is no consent screen for every project. You also cannot change it programmatically. Your only option is to create a different project with different consent screens, but then you have the problem that you will have a different Client_id and they won't mix and match.



+4


source







All Articles