| [](https://sling.apache.org) |
| |
|  [](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-auth-core/job/master/) [](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-auth-core/job/master/test/?width=800&height=600) [](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-auth-core) [](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-auth-core) [](https://www.javadoc.io/doc/org.apache.sling/org.apache.sling.auth.core) [](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.core%22) [](https://github.com/apache/sling-aggregator/blob/master/docs/groups/auth.md) [](https://www.apache.org/licenses/LICENSE-2.0) |
| |
| # Apache Sling Authentication Service |
| |
| This module is part of the [Apache Sling](https://sling.apache.org) 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) |
| |