01-13-2017 09:56 AM
I am trying to define the correct syntax for a User agent for MS Edge as found in Windows 10. Users attempting to use this browser are being prompted to authenticate before any internet access is granted.
One of the browsers is presenting this string in the logs.
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586
I need to set a variable rather than a specific version number, as it will change between systems.
The better fix would be to know when AsyncOS will offer Edge as an option in the management portal.
Attached is the config for one of my identity profiles.
01-13-2017 11:06 AM
Its a regex, so i don't know that your * are doing what you want them to....
I'd try something like this : (Windows NT 10\.0).(Edge)
Better yet, I'd deploy a CDA so apps that dont do auth still work without the user having to hit a webpage first....
07-06-2023 10:33 PM
Can you share the regex of Microsoft Edge for all versions as well?
I need to allow all versions of the Microsoft Edge browser for all endpoints.
07-06-2023 11:46 PM
Hello,
To configure user agent on MS Edge within Cisco Web Security you have to follow these steps:
07-07-2023 09:17 PM
@jwharrison wrote:I am trying to define the correct syntax for a User agent for MS Edge as found in Windows 10. Users attempting to use this browser are being prompted to authenticate before any internet access is granted.
One of the browsers is presenting this string in the logs.
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586
I need to set a variable rather than a specific version number, as it will change between systems.
The better fix would be to know when AsyncOS will offer Edge as an option in the management portal.
Attached is the config for one of my identity profiles.
Great post. It was much needed. Love your simplistic style of explanation. I do believe this is an excellent website. I stumbled upon it I may revisit once again since I saved as a favorite it.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide