Hi @nikoolayy1 , I believe you need HIP data collection for HIP checks. - Data collection will tell the client to generate XML report and submit it to the gateway. It will also tell it what information to add in the report - Once FW receives the report it will run it agains the configured HIP profiles and check what is matching - It will then cache/associate that username/soure-ip with all matching HIP profiles. You can see all matching HIP profiles for given user with: > show user ip-user-mapping ip <ip-address> I agree with @jdelio that OS type, that is used as match criteria for gp client config is not data submitted by host, but it is information that FW is detecting by identifying what application is used to connect. If you have noticed the same way you can configure different authentication method based on the client OS. If you think about it, this means that FW needs to know what OS used even before the user has authenticated. In this case it make sense client OS to be determed by HTTP User-Agent or any banner that GlobalProtect application sent when is trying to connect. But this information is not kept and it is not used for HIP check. Information submitted by the client as HIP report is used for that.
... View more