Merge pull request #149 from brianorwhatever/documentation-skip-consent

skipping consent only works for confidential clients
This commit is contained in:
Juan Ignacio Fiorentino 2017-01-06 16:36:41 -03:00 committed by GitHub
commit f53186ddd6

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``.