Merge pull request #149 from brianorwhatever/documentation-skip-consent
skipping consent only works for confidential clients
This commit is contained in:
commit
f53186ddd6
1 changed files with 1 additions and 1 deletions
|
@ -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``.
|
||||
|
||||
|
|
Loading…
Reference in a new issue