<?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: Identity Awareness Web API in Cluster mode in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Identity-Awareness-Web-API-in-Cluster-mode/m-p/188791#M7926</link>
    <description>&lt;P&gt;Are you positive that Identity API is enabled on both cluster members, and that you are connecting to the private IP addresses and NOT VIP of the cluster?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Aug 2023 12:59:18 GMT</pubDate>
    <dc:creator>_Val_</dc:creator>
    <dc:date>2023-08-07T12:59:18Z</dc:date>
    <item>
      <title>Identity Awareness Web API in Cluster mode</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Identity-Awareness-Web-API-in-Cluster-mode/m-p/188790#M7925</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I am trying to integrate 3rd party NAC (based on OpenRADIUS) with Checkpoint R81.10 using Identity Web API.&lt;/P&gt;&lt;P&gt;What i want to send is "add-identity" like described here: &lt;A href="https://sc1.checkpoint.com/documents/R81/WebAdminGuides/EN/CP_R81_IdentityAwareness_AdminGuide/Topics-IDAG/Add-Identity.htm?tocpath=Configuring%20Identity%20Sources%7CConfiguring%20Identity%20Awareness%20API%7CIdentity%20Web%20API%20Commands%7C_____1" target="_self"&gt;Add Identity (v1.0)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Does anybody know if Web API configuration might be different in Cluster mode than in single Gateway?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Because I was able to successfully configure Web API in my LAB environment (virtual machine) many times, send username + IP address to Checkpoint without problem and check in pdp if it's correct.&lt;/P&gt;&lt;P&gt;At the same time I struggle to configure Web API for my client, but they have Checkpoint 15400 in Cluster mode, also R81.10.&lt;/P&gt;&lt;P&gt;I even tried sending API requests using curl but it didn't return any error, just standard HTML output. It looked like Web API wasn't even turned on but in "Device Status" Identity Awareness had green status, no errors, no problems.&lt;/P&gt;&lt;P&gt;This is my curl command working in LAB and not working in client's environment. Should I modify this command to make it working with Checkpoint Cluster?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;curl -k -H "Content-Type: application/json" -X POST -d "{\"shared-secret\":\"SECRET\",\"ip-address\":\"192.168.29.110\",\"user\":\"test\"}" &lt;/FONT&gt;&lt;A href="https://192.168.55.121/_IA_API/idasdk/add-identity" target="_blank"&gt;&lt;FONT face="courier new,courier"&gt;https://192.168.55.121/_IA_API/idasdk/add-identity&lt;/FONT&gt;&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 12:48:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Identity-Awareness-Web-API-in-Cluster-mode/m-p/188790#M7925</guid>
      <dc:creator>voytech23</dc:creator>
      <dc:date>2023-08-07T12:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Identity Awareness Web API in Cluster mode</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Identity-Awareness-Web-API-in-Cluster-mode/m-p/188791#M7926</link>
      <description>&lt;P&gt;Are you positive that Identity API is enabled on both cluster members, and that you are connecting to the private IP addresses and NOT VIP of the cluster?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 12:59:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Identity-Awareness-Web-API-in-Cluster-mode/m-p/188791#M7926</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2023-08-07T12:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Identity Awareness Web API in Cluster mode</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Identity-Awareness-Web-API-in-Cluster-mode/m-p/188794#M7927</link>
      <description>&lt;P&gt;Thank you for the reply. I tried all IP addressess without luck, but mostly I was connecting to the private IP of the gateway.&lt;/P&gt;&lt;P&gt;Thank you for the hint about enabling API on both members, I will have to verify this setting with the client.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 13:24:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Identity-Awareness-Web-API-in-Cluster-mode/m-p/188794#M7927</guid>
      <dc:creator>voytech23</dc:creator>
      <dc:date>2023-08-07T13:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Identity Awareness Web API in Cluster mode</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Identity-Awareness-Web-API-in-Cluster-mode/m-p/188800#M7928</link>
      <description>&lt;P&gt;Let me know how it goes. Here is what Admin guide is saying:&amp;nbsp;&lt;A href="https://sc1.checkpoint.com/documents/R81/WebAdminGuides/EN/CP_R81_IdentityAwareness_AdminGuide/Topics-IDAG/Configuring-Identity-Awareness-API.htm" target="_blank" rel="noopener"&gt;https://sc1.checkpoint.com/documents/R81/WebAdminGuides/EN/CP_R81_IdentityAwareness_AdminGuide/Topics-IDAG/Configuring-Identity-Awareness-API.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and also this:&amp;nbsp;&lt;A href="https://sc1.checkpoint.com/documents/latest/IdentityAPIs/#ida_api_config~v1%20" target="_blank"&gt;https://sc1.checkpoint.com/documents/latest/IdentityAPIs/#ida_api_config~v1%20&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 13:54:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Identity-Awareness-Web-API-in-Cluster-mode/m-p/188800#M7928</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2023-08-07T13:54:53Z</dc:date>
    </item>
  </channel>
</rss>

