From d9d9bffdd1014f22ce9863a4d642c5893b709e09 Mon Sep 17 00:00:00 2001 From: Brian Richter Date: Fri, 6 Jan 2017 11:20:40 -0800 Subject: [PATCH] skipping consent only works for confidential clients --- docs/sections/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sections/settings.rst b/docs/sections/settings.rst index bba57d7..8c1fba2 100644 --- a/docs/sections/settings.rst +++ b/docs/sections/settings.rst @@ -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``.