Apache Sling Authentication Service

Clone this repo:
  1. 40643db SLING-11867 - Empty mapping from ResourceMapper breaks authentication… (#14) by Sagar Miglani · 2 weeks ago master
  2. 7c4e7d9 SLING-11709 - Set up Jira autolinks to all Sling Github projects by Robert Munteanu · 9 weeks ago
  3. eb8be45 [maven-release-plugin] prepare for next development iteration by Eric Norman · 8 months ago
  4. 3decfbe [maven-release-plugin] prepare release org.apache.sling.auth.core-1.6.0 by Eric Norman · 8 months ago org.apache.sling.auth.core-1.6.0
  5. af3426b SLING-11600 Update to Sling Bundle Parent 49 by Eric Norman · 8 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)