Last active
January 16, 2020 22:07
-
-
Save RashidJorvee/f8bb86d33fa44b442cd25851bd067c15 to your computer and use it in GitHub Desktop.
SlingAuthenticator config sample file for Apache Sling Authentication Service configuration in AEM.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:org.apache.felix.configadmin.revision:=L"2" | |
auth.annonymous=B"false" | |
auth.http="preemptive" | |
auth.http.realm="Sling\ (Development)" | |
auth.sudo.cookie="sling.sudo" | |
auth.sudo.parameter="sudo" | |
auth.uri.suffix=[ \ | |
"/j_security_check", \ | |
] | |
service.pid="org.apache.sling.engine.impl.auth.SlingAuthenticator" | |
sling.auth.anonymous.user="" | |
sling.auth.requirements=[ \ | |
"+/", \ | |
"-/libs/granite/core/content/login", \ | |
"-/etc.clientlibs", \ | |
"-/etc/clientlibs/granite", \ | |
"-/libs/dam/remoteassets/content/loginerror", \ | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment