19

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:

IdentityServer3 authorize permissions screen

Gavin
  • 5,629
  • 7
  • 44
  • 86

1 Answers1

41

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

Gavin
  • 5,629
  • 7
  • 44
  • 86