@chandanaa9 To achieve your goal of overriding the generic error message and disallowing POST calls to the DAM for unauthenticated users, you can use a Sling filter with a defined scope.Here's how you can approach it:Create a Sling Filter: First, create a Java class that implements the javax.servle...