When users sign in to an application that uses Google OAuth or OpenID Connect, they typically see a consent screen. But there’s more than one type of consent screen, and the type of consent screen that users end up seeing not only depends on the publisher, but also on the administrative controls applied on the consumer side. Let’s take a look at the various consent screens that we might see as a user: No consent: We might see no consent screen at all. This happens when the application doe...