DAM Content Unsecure | Adobe Higher Education
Skip to main content
Level 2
December 28, 2016
Risolto

DAM Content Unsecure

  • December 28, 2016
  • 3 risposte
  • 1358 visualizzazioni

In our application is based on authentication i.e. a user cannot login to our application till he/she logs in using credentials. But our dam content is getting accessible if it is cached in Dispatcher. Once a image is cached in dispatcher the call does not come to the publish where in sling authentication service I have enabled authentication for /content/dam. Could anyone please let me know how to block dam content till we have logged in. We are using AEM 6.1 SP2

Thanks,

Tushar

Questo argomento è stato chiuso alle risposte.
Migliore risposta di Tushar_Kar
        I achieved this by implementing permission sensitive caching. In dispatcher I gave the auth_checker and the path as content/dam

3 risposte

smacdonald2008
Level 10
December 28, 2016

Have you tried to block images from being cached so that the only way to access them is from a request made from an authenticated client. 

Tushar_KarAutoreRisposta
Level 2
December 28, 2016
        I achieved this by implementing permission sensitive caching. In dispatcher I gave the auth_checker and the path as content/dam
smacdonald2008
Level 10
December 29, 2016