I'd like to bypass the consents screen when a user logs in using IdentityServer3, granting all consents by default. Is there an way to configure this?
This is the screen I wish to bypass:

I'd like to bypass the consents screen when a user logs in using IdentityServer3, granting all consents by default. Is there an way to configure this?
This is the screen I wish to bypass:

When configuring a Client its RequireConsent property should be set to false.