<?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: Configuring 2FA with DynamycID in R77.30  - HTTP Post request to SMS Provider in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/Configuring-2FA-with-DynamycID-in-R77-30-HTTP-Post-request-to/m-p/35069#M7385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just for your information.&lt;/P&gt;&lt;P&gt;I took a look to the sendsms script within CVPNDIR/bin/sendsms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The request to the SMS gateway is invoked&amp;nbsp; by a simple "curl" with the argument received by the Dashboard (Mobile Access -&amp;gt; Authentication)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i&amp;nbsp; found the right call to invoke the sms gateway by using curl and by adding parameters like -h (headers) and --user for the authentication.&lt;/P&gt;&lt;P&gt;Now i need to adapt my call with the&amp;nbsp; checnpoint sendsms script. For this reason i&amp;nbsp; opened a service request by reporing my curl call .&lt;/P&gt;&lt;P&gt;I hope the support will provide me a valid way to support me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2018 10:14:33 GMT</pubDate>
    <dc:creator>Nicola_Caddeo</dc:creator>
    <dc:date>2018-03-14T10:14:33Z</dc:date>
    <item>
      <title>Configuring 2FA with DynamycID in R77.30  - HTTP Post request to SMS Provider</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Configuring-2FA-with-DynamycID-in-R77-30-HTTP-Post-request-to/m-p/35066#M7382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to configure the DynamicID authentication in SSL VPN in order to configure the 2FA in a R77.30 environment&lt;/P&gt;&lt;P&gt;I already configured the Mobile Access blade and I have already some native applications pubblished. Users are able to reach the portal and to log in by using the first factor.&lt;/P&gt;&lt;P&gt;Based on the documentatio, in order to configure the 2FA, i have to type the URL of my SMS provider in Authentication tab.&lt;/P&gt;&lt;P&gt;All variables of the request (credentials of SMS Provider, text of the message and cellphone) must be included int the URL. Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://gateway.test.com/SMs?user=$USER&amp;amp;password=$PASSWORD&amp;amp;text=$TEXT&amp;amp;phone=$PHONE" rel="nofollow"&gt;https://gateway.test.com/SMs?user=$USER&amp;amp;password=$PASSWORD&amp;amp;text=$TEXT&amp;amp;phone=$PHONE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortuntately, the sms provider&amp;nbsp; that I'm trying to use, needs to receive the credentials in the HEADER or the request. For&amp;nbsp; this reason, I'm not able to configure it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if it's possible to modify the Header of the HTTP POST call done by the Gateway when it tries to comunicate with the SMS Provider?&lt;/P&gt;&lt;P&gt;I only need to&amp;nbsp; add user and password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is there a feasible alternative to interact with that SMS Provider?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your attention.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 09:30:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Configuring-2FA-with-DynamycID-in-R77-30-HTTP-Post-request-to/m-p/35066#M7382</guid>
      <dc:creator>Nicola_Caddeo</dc:creator>
      <dc:date>2018-03-13T09:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring 2FA with DynamycID in R77.30  - HTTP Post request to SMS Provider</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Configuring-2FA-with-DynamycID-in-R77-30-HTTP-Post-request-to/m-p/35067#M7383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First find the format that your SMS provider accepts and do a simple test by opening a web browser and run the https request from there. If you recieve an SMS then it's ok. (Run with real values for username, password, text and phone...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use that format in Check Point and substitute your real values for user and password with $USERNAME and $PASSWORD that Check Point will insert from your SMS provider account credentials. Also substitute the other values with $PHONE, $MESSAGE. The phone value will be recieved from your AD field PhoneNumberAttr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also try to send SMS $CVPNDIR/bin/sendsms from your gateway. Take a look at the script sendsms by opening it in &lt;STRONG&gt;vi&lt;/STRONG&gt; for a deeper look at how it works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(R80.10)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 11:46:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Configuring-2FA-with-DynamycID-in-R77-30-HTTP-Post-request-to/m-p/35067#M7383</guid>
      <dc:creator>ED</dc:creator>
      <dc:date>2018-03-13T11:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring 2FA with DynamycID in R77.30  - HTTP Post request to SMS Provider</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Configuring-2FA-with-DynamycID-in-R77-30-HTTP-Post-request-to/m-p/35068#M7384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Enis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for the information.&lt;/P&gt;&lt;P&gt;I will take a look on the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is that the SMS Provider didn't accept the username and&amp;nbsp; password urlencoded. So I can't use the URL by inserting&amp;nbsp; ?username=$USER&amp;amp;password=$PASSWORD.&lt;/P&gt;&lt;P&gt;For this reason any attempts wth username and password in the URL is not authorized (I got HTTP Status 401:Anonymous authentication is not allowed). It expects that I provide the password and username values in the header of the request&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 13:58:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Configuring-2FA-with-DynamycID-in-R77-30-HTTP-Post-request-to/m-p/35068#M7384</guid>
      <dc:creator>Nicola_Caddeo</dc:creator>
      <dc:date>2018-03-13T13:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring 2FA with DynamycID in R77.30  - HTTP Post request to SMS Provider</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Configuring-2FA-with-DynamycID-in-R77-30-HTTP-Post-request-to/m-p/35069#M7385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just for your information.&lt;/P&gt;&lt;P&gt;I took a look to the sendsms script within CVPNDIR/bin/sendsms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The request to the SMS gateway is invoked&amp;nbsp; by a simple "curl" with the argument received by the Dashboard (Mobile Access -&amp;gt; Authentication)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i&amp;nbsp; found the right call to invoke the sms gateway by using curl and by adding parameters like -h (headers) and --user for the authentication.&lt;/P&gt;&lt;P&gt;Now i need to adapt my call with the&amp;nbsp; checnpoint sendsms script. For this reason i&amp;nbsp; opened a service request by reporing my curl call .&lt;/P&gt;&lt;P&gt;I hope the support will provide me a valid way to support me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 10:14:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Configuring-2FA-with-DynamycID-in-R77-30-HTTP-Post-request-to/m-p/35069#M7385</guid>
      <dc:creator>Nicola_Caddeo</dc:creator>
      <dc:date>2018-03-14T10:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring 2FA with DynamycID in R77.30  - HTTP Post request to SMS Provider</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Configuring-2FA-with-DynamycID-in-R77-30-HTTP-Post-request-to/m-p/58788#M11858</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Nicola_Caddeo&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you get a result from TAC?Can you share me with the solution,if you still remember it.Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 07:36:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Configuring-2FA-with-DynamycID-in-R77-30-HTTP-Post-request-to/m-p/58788#M11858</guid>
      <dc:creator>wenxiang_guo</dc:creator>
      <dc:date>2019-07-23T07:36:43Z</dc:date>
    </item>
  </channel>
</rss>

