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>
4 files changed
tree: 72cd412dc24c98e33ee75025002433750f99f41b
  1. src/
  2. .gitignore
  3. bnd.bnd
  4. CODE_OF_CONDUCT.md
  5. CONTRIBUTING.md
  6. Jenkinsfile
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

Apache Sling

Build Status Coverage Sonarcloud Status JavaDoc Maven Central License

Apache Sling Web Console Security Provider

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.