This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Allow certain access without authentication

We are currently using Web filtering in transparent mode, with AD SSO.

However certain applications (currently struggling with npm/node.js, and powershell invoke-webrequest) don't appear to be able to authenticate against the UTM, and show a blank user in the Web filtering log file, and fail to connect.

On our previous proxy/firewall (ISA server), we had a set of rules that allowed access without any authentication, but limited to specific destination or source IPs.
I would like to replicate this, e.g. with a 'rule'/policy that allows unauthenticated access to a 'safe' set of web sites/url.

Adding an exception (to bypass Authentication) based on url seems to work, but maintaining that list in regex format is quite tricky/cumbersome (and can't easily be re-used)
I have also tried adding a similar exception based on Category, or Website tag, however this still fails with an Authentication type error.
Testing this in the Policy Helpdesk also returns:
Blocked User required by policy

And the Exception isn't displayed (as it is when testing, successfully, URL based exceptions)

Any help or alternate methods would be appreciated


This thread was automatically locked due to age.
Parents
  • Exceptions can cause logical impossibilities.

    For example, for the user "Bob" I would like to skip authentication.  Uh...  how do you know it is Bob?

    There are other, less obvious issues that are to do with the order of processing.  For example, I believe that authentication must be performed before categorization.  This is because the system doesn't know which Filter Action will be used until it knows the user, and without the Filter Action it doesn't know whether categorization is even needed.

    Therefore, you cannot skip authentication based on category.

    Website tags...  I'm not as sure about.  Off the top of my head I don't see why it wouldn't work, but the proof is in the testing.  Note that a tag that are only for domain names (no path) can sometimes match more often (due to HTTPS scanning issues).
  • Well... You can't skip authentication for User "Bob". You are right - it is logically impossible.
    But my goal is to allow everyone "Search Engines" sites (Google, Yahoo, Bing etc) without User/Password authentication. So skip authentication for Category sounds logical (for me [:)] ).
Reply
  • Well... You can't skip authentication for User "Bob". You are right - it is logically impossible.
    But my goal is to allow everyone "Search Engines" sites (Google, Yahoo, Bing etc) without User/Password authentication. So skip authentication for Category sounds logical (for me [:)] ).
Children
No Data