Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IdentityServer3 bypassing the consents screen

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

like image 482
Gavin Avatar asked Apr 21 '15 22:04

Gavin


1 Answers

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

like image 200
Gavin Avatar answered Sep 19 '22 13:09

Gavin