commit | fd7f0e9e4e287ceb72211ee2e08e55568713ddbd | [log] [tgz] |
---|---|---|
author | Jörg Hoh <joerghoh@users.noreply.github.com> | Mon Aug 01 10:17:46 2022 +0200 |
committer | GitHub <noreply@github.com> | Mon Aug 01 10:17:46 2022 +0200 |
tree | 72cd412dc24c98e33ee75025002433750f99f41b | |
parent | ab749236fe5abada1c8b5f3fe96e75003330df89 [diff] |
SLING-11503 option to authenticate webconsole only against JCR (#2) add an option to authenticate webconsole only against JCR; to achieve this, set the framework property "sling.webconsole.authType" to the value "jcrAuth". The default is authentication against Sling with a fallback to JCR if the Sling authentication is not available. Co-authored-by: Carsten Ziegeler <cziegeler@apache.org>
This module is part of the Apache Sling project.
WebConsoleSecurityProvider for the Apache Felix Web Console using the Apache Sling Auth Core bundle to authenticate users.