Apache Sling Authentication Service

Clone this repo:
  1. 3bbbb19 SLING-12605 : Enhance Auth Core to support Jakarta Servlet API (#18) by Carsten Ziegeler · 7 weeks ago master
  2. 02c5f9c SLING-12459 - Redirect sonarcloud notifications to commits@apache.sling.org by Robert Munteanu · 5 months ago
  3. 2af6e2b SLING-12448 Adding requestURL to the log for better traceablility (#17) by Patrique Legault · 5 months ago
  4. 5cafb05 SLING-12403 : Ability to review sling authenticators handling authentication request. Clean up code by Carsten Ziegeler · 7 months ago
  5. 347aa12 Adding ability to review selected auth handler (#15) by Patrique Legault · 7 months ago

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central auth License

Apache Sling Authentication Service

This module is part of the Apache Sling project.

The Sling Authentication Service bundle provides the basic mechanisms to authenticate HTTP requests with a JCR repository. The algorithms for extracting authentication details from the requests is extensible by implementing an AuthenticationHandler interface.

Installation

This bundle should be installed into an OSGi framework together with the Apache Sling Framework. Beyond Apache Sling it has the following requirements (bundles to be installed in at least this version as well):

  • Apache Commons Codec 1.13.2
  • Apache Sling Commons Metrics 1.2.8 (starting with version 1.5.2)
  • io.dropwizard.metrics:metrics-core:3.2.6 (starting with version 1.5.2)