Skip to content

Instantly share code, notes, and snippets.

@RashidJorvee
Last active January 16, 2020 22:07
Show Gist options
  • Save RashidJorvee/f8bb86d33fa44b442cd25851bd067c15 to your computer and use it in GitHub Desktop.
Save RashidJorvee/f8bb86d33fa44b442cd25851bd067c15 to your computer and use it in GitHub Desktop.
SlingAuthenticator config sample file for Apache Sling Authentication Service configuration in AEM.
: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