Hi everybody, both this URL http://helpx.adobe.com/cq/kb/saml-demo.html,
https://helpx.adobe.com/experience-manager/kb/saml-demo.html returns 404
error. Somebody knows the new address?
FYI since labs.6dglobal.com is down, here's the same article about the
Apache Sling FSClassLoader Console on my personal blog:
https://www.danklco.com/posts/2015/06/23/new-apache-sling-fs-classloader-console/
Make sure index defnition is updated with orderby for both the
properties. More details refer
https://docs.adobe.com/ddc/en/gems/oak-lucene-indexes.htmlslide 14 has
sample index defnition for order by.Two @ is not valid
(@contactinfo/@LASTNAME_STRIP) just use
contactinfo/@LASTNAME_STRIPInstall the latest service packAbove changes
will work if not file an official support request by attachingPackage
with index defnitionDebug output of [A] .
https://docs.adobe.com/docs/en/aem/6-0/deploy/upgrade/qu...
Raj,Any sling Authenticationhandler is required if you are protecting
the resources (pages/assets) in publish instance (By default publish is
for anonymous). In your description all you need is make use of client
context with some profile information set in another layer. If that is
the case why do you need SamlAuthenticationHanlder on publish?
This issue has been fixed, root cause of the issue was - "Adding request
header: Cookie" missing in the requests which were coming from the
dispatcher, a configuration is added in the apache to send the required
header in the request.