<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ID Agent automatic login in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ID-Agent-automatic-login/m-p/143955#M25110</link>
    <description>&lt;P&gt;Briefly in the past. We first built the solution with ID collector, but that didn't work in the end with the customers requirements.&lt;/P&gt;&lt;P&gt;We are now using Identity Broker pairs in both access and aggregation layers in conjunction with DNS loadbalancing to be able to handle the masses and maintain scalability. The design is developed and approved by CP SEs and RnD.&lt;/P&gt;&lt;P&gt;I don't think that sk88520 is mentioning anything about transparent login for ID agent.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Mar 2022 15:24:32 GMT</pubDate>
    <dc:creator>FredrikV</dc:creator>
    <dc:date>2022-03-16T15:24:32Z</dc:date>
    <item>
      <title>ID Agent automatic login</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ID-Agent-automatic-login/m-p/143944#M25108</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have about 12k users in a single Active Directory domain. Identity Awareness is under implementation, and we need to get the ID agent to automatically pick up the logged in users.&amp;nbsp;In another words, no manual input of credentials after logging into Windows.&lt;/P&gt;&lt;P&gt;I read about the Transparent Kerberos Authentication, and also the SSO feature of the LDAP account unit which requires a SPN to be configured in the AD.&lt;/P&gt;&lt;P&gt;Are those things what I'm looking for to to achive this? I'm not a Microsoft expert so any tips and suggestions are welcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards, Fredrik&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 14:53:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ID-Agent-automatic-login/m-p/143944#M25108</guid>
      <dc:creator>FredrikV</dc:creator>
      <dc:date>2022-03-16T14:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: ID Agent automatic login</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ID-Agent-automatic-login/m-p/143948#M25109</link>
      <description>&lt;P&gt;Did you look into&amp;nbsp;&lt;SPAN&gt;sk88520?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 15:00:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ID-Agent-automatic-login/m-p/143948#M25109</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2022-03-16T15:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: ID Agent automatic login</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ID-Agent-automatic-login/m-p/143955#M25110</link>
      <description>&lt;P&gt;Briefly in the past. We first built the solution with ID collector, but that didn't work in the end with the customers requirements.&lt;/P&gt;&lt;P&gt;We are now using Identity Broker pairs in both access and aggregation layers in conjunction with DNS loadbalancing to be able to handle the masses and maintain scalability. The design is developed and approved by CP SEs and RnD.&lt;/P&gt;&lt;P&gt;I don't think that sk88520 is mentioning anything about transparent login for ID agent.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 15:24:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ID-Agent-automatic-login/m-p/143955#M25110</guid>
      <dc:creator>FredrikV</dc:creator>
      <dc:date>2022-03-16T15:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: ID Agent automatic login</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ID-Agent-automatic-login/m-p/144270#M25111</link>
      <description>&lt;P&gt;Yes, "Transparent Kerberos Authentication, and also the SSO feature of the LDAP account unit which requires a SPN to be configured in the AD" are exactly the things you have to look at.&lt;/P&gt;
&lt;P&gt;We are using it that way and it works like a charm for many years now.&lt;/P&gt;
&lt;P&gt;Unfortunatly Windows only, because Identity Agent for MacOS has no Kerberos support and Check Point does not provide an Identity Agent for Linux at all.&lt;/P&gt;
&lt;P&gt;If Windows-only is a problem for you: We are currently developing our own Identity Agent for Linux with Kerberos support, let it connect to our own Identity Server for all the session handling which then updates Check Points Gateway (pdpd) using its official Identity Web API. Maybe we should even port it to MacOS, because of the missing Kerberos support in the original client.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 09:55:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ID-Agent-automatic-login/m-p/144270#M25111</guid>
      <dc:creator>Tobias_Moritz</dc:creator>
      <dc:date>2022-03-21T09:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: ID Agent automatic login</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ID-Agent-automatic-login/m-p/144293#M25112</link>
      <description>&lt;P&gt;Thank you Tobias! Awesome that you took your time to reply.&lt;/P&gt;&lt;P&gt;We are aware that the solution currently is very Microsoft focused, but that limitation seems to be ok considering the end users are on Windows computers for the most part anyway. For Linux the firewalling will be based on IP addresses only.&lt;/P&gt;&lt;P&gt;Great news though that you are looking to expand the functionality over several platforms!&lt;/P&gt;&lt;P&gt;One last question. I'm not sure we are using captive portal for anything right now. Does that means we don't need the HTTP/HTTPS based "Kerberos Transparent Authentication" specifically? And can rely only on the SSO service account with SPN configured? I would like to better understand the difference here.&lt;/P&gt;&lt;P&gt;Regards, Fredrik&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 13:13:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ID-Agent-automatic-login/m-p/144293#M25112</guid>
      <dc:creator>FredrikV</dc:creator>
      <dc:date>2022-03-21T13:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: ID Agent automatic login</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ID-Agent-automatic-login/m-p/144330#M25113</link>
      <description>&lt;P&gt;Just to make sure you did not misunderstand me: I am not working for Check Point. The software we are developing to extend Check Point Identity Awareness agent approach to other client platforms is not approved or supported by Check Point at all. We are just a Check Point customer, who uses the official available and documented Check Point API.&lt;/P&gt;
&lt;P&gt;To your question: When you are not using captive portal, then setting one single service principle name (ckp_pdp/domain) for the AD account specified in LDAP account unit "Active Directory SSO configuration" is enough. Just take care of the ticket encryption method. Based on your Check Point version, there are different ways to set it to modern crypto. See sk111945 or Identity Awareness Admin Guide for your version.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 16:36:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ID-Agent-automatic-login/m-p/144330#M25113</guid>
      <dc:creator>Tobias_Moritz</dc:creator>
      <dc:date>2022-03-21T16:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: ID Agent automatic login</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ID-Agent-automatic-login/m-p/144377#M25114</link>
      <description>&lt;P&gt;Sure, I thought so already, but it's great that you are able to extend functionality based on native APIs. Maybe Check Point one day can adopt your solution and offer the agent for a wide range of supported platforms.&lt;/P&gt;&lt;P&gt;Anyway, I got it to work yesterday after some collaboration with the Active Directory guys. As you mentioned, the encryption had to be adjusted after getting a "General Kerberos Error" in the agent log. After a short review of the cached TGTs on the Windows computer (with the klist command) it was obviously a crypto mismatch.&lt;/P&gt;&lt;P&gt;Thank you very much for your explanations!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 07:47:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ID-Agent-automatic-login/m-p/144377#M25114</guid>
      <dc:creator>FredrikV</dc:creator>
      <dc:date>2022-03-22T07:47:43Z</dc:date>
    </item>
  </channel>
</rss>

