IdentityServer3 bypassing the consents screen
Asked Answered
I

1

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

Illconsidered answered 21/4, 2015 at 22:53 Comment(0)
I
41

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

Illconsidered answered 22/4, 2015 at 1:43 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.