skipping consent only works for confidential clients

This commit is contained in:
Brian Richter 2017-01-06 11:20:40 -08:00
parent d9790ab214
commit d9d9bffdd1

View file

@ -101,7 +101,7 @@ Default is ``False``.
OIDC_SKIP_CONSENT_ALWAYS
========================
OPTIONAL. ``bool``. If enabled, the Server will NEVER ask the user for consent.
OPTIONAL. ``bool``. If enabled, the Server will NEVER ask the user for consent if the client is confidential.
Default is ``False``.