Check Client for APM Browser Components
Every administrator that has designed and configured a policy on the Access Policy Manager (APM) module knows that a lot of time and effort goes into making sure your users will be able to get the ac...
Published Aug 13, 2014
Version 1.0Seth_Cooper
Employee
Joined November 30, 2010
Seth_Cooper
Employee
Joined November 30, 2010
ejdolski_131386
Aug 14, 2014Nimbostratus
Great article and step by step instructions. I did have to make one minor tweak to account for the change in userAgent string in IE 11 (Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0)). My updated UA if statement is ....
if (ua.indexOf('msie') != -1 || ua.indexOf('rv:11') != -1) {