Hi, I would like to share my experience of a issue, which I faced during SSO integration with one of the custom application. The integration was done successfully, but during testing the testers discovered the PDF files were not getting loaded. When a user clicks on a PDF file he/she would see a blank page.Environment details:OAM: Version 10.1.4.3Target application server: Apache tomcatTarget Webserver: Apache 2.2 HTTP server + Webgate.Solution:Fix for this issue is to modify the CachePragmaHeader and CacheControlHeader attribute in webgate profile.Default Values:CachePragmaHeader=no-cacheCacheControlHeader=no-cacheModified Values:CachePragmaHeader=CacheControlHeader=[Note: The above values should be left blank.]After restarting the target system webserver, I was able to access pdf files.