<?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: Captive portal browser challenge issue in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/captive-portal-browser-challenge-issue/m-p/324470#M82830</link>
    <description>&lt;P&gt;anyone ? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2020 08:56:44 GMT</pubDate>
    <dc:creator>Karim.Benyelloul</dc:creator>
    <dc:date>2020-04-23T08:56:44Z</dc:date>
    <item>
      <title>Captive portal browser challenge issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/captive-portal-browser-challenge-issue/m-p/323240#M82612</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While trying to deploy Kerberos SSO for enduser authentication I came up to the following issue with the captive portal (browser challenge).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When an end user logged in a windows (part of the domain) tries to connect to "&lt;A href="http://neverssl.com" target="_blank"&gt;http://neverssl.com&lt;/A&gt;" for example here is what's happens on the wire :&lt;/P&gt;&lt;P&gt;1/ The browser send a request to neverssl.com&lt;/P&gt;&lt;P&gt;2/ Pan redirect the browser to the captive portal with 302 to the location : &lt;A href="http://palologin.kabe.lab:6080/php/browser_challenge.php?vsys=1&amp;amp;rule=0&amp;amp;url=http://neverssl.com%2f" target="_blank"&gt;http://palologin.kabe.lab:6080/php/browser_challenge.php?vsys=1&amp;amp;rule=0&amp;amp;url=http://neverssl.com%2f&lt;/A&gt;&lt;BR /&gt;3/ The browser follows the redirect and gets this response from the palo :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;HTTP/1.1 200 OK
Date: Thu, 16 Apr 2020 15:29:51 GMT
Content-Type: text/html
Content-Length: 909
Connection: keep-alive
Cache-Control: no-cache
Set-Cookie: SESSID=f4MBAV6Yee96xCU+AwMFAg==; path=/

&amp;lt;HTML&amp;gt;
&amp;lt;HEAD&amp;gt;
&amp;lt;TITLE&amp;gt;Kerberos V5 Authentication Redirection&amp;lt;/TITLE&amp;gt;
&amp;lt;meta http-equiv="refresh" content="5; url=http://palologin.kabe.lab/php/browser_challenge.php?vsys=1&amp;amp;rule=0&amp;amp;url=http://neverssl.com%2f&amp;amp;preauthid=&amp;amp;returnreq=yes&amp;amp;challengetimeout=yes"&amp;gt;
&amp;lt;/HEAD&amp;gt;
&amp;lt;BODY&amp;gt;
&amp;lt;script language="Javascript" type="text/javascript"&amp;gt;
if(typeof(Storage) != "undefined") {
       var orig_url = "";
       sessionStorage.setItem ("isoffline", 0); 
       if(orig_url != "")
           sessionStorage.setItem("origurl", orig_url); 
    }
window.location = "http://palologin.kabe.lab/php/browser_challenge.php?vsys=1&amp;amp;rule=0&amp;amp;url=http://neverssl.com%2f&amp;amp;preauthid=&amp;amp;returnreq=yes"; 
&amp;lt;/script&amp;gt; 
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Kerberos V5 Authentication Redirection&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;In case you see this page,
    &amp;lt;ol&amp;gt;
        &amp;lt;li&amp;gt;Your browser does not support both Kerberos and NTLM authentication.  Waiting for refresh.&amp;lt;/li&amp;gt;
        &amp;lt;/ol&amp;gt;
&amp;lt;/p&amp;gt;
&amp;lt;/BODY&amp;gt;
&amp;lt;/HTML&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4/ The browser executes the javascript and sends a GET request to "&lt;A href="http://palologin.kabe.lab/php/browser_challenge.php?vsys=1&amp;amp;rule=0&amp;amp;url=http://neverssl.com%2f&amp;amp;preauthid=&amp;amp;returnreq=yes" target="_blank"&gt;http://palologin.kabe.lab/php/browser_challenge.php?vsys=1&amp;amp;rule=0&amp;amp;url=http://neverssl.com%2f&amp;amp;preauthid=&amp;amp;returnreq=yes&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5/ The browser get no responses,&amp;nbsp; and the authentication fails&amp;nbsp;&amp;nbsp; !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is at step 4/ in which the paloalto should make the browser send the GET request to "&lt;A href="http://palologin.kabe.lab" target="_blank"&gt;http://palologin.kabe.lab&lt;/A&gt;&lt;EM&gt;&lt;STRONG&gt;:6080&lt;/STRONG&gt;&lt;/EM&gt;/php/browser_challenge.php?vsys=1&amp;amp;rule=0&amp;amp;url=&lt;A href="http://neverssl.com%2f&amp;amp;preauthid=&amp;amp;returnreq=yes&amp;quot;&amp;nbsp;" target="_blank"&gt;http://neverssl.com%2f&amp;amp;preauthid=&amp;amp;returnreq=yes"&amp;nbsp;&lt;/A&gt; instead.&lt;/P&gt;&lt;P&gt;I used fiddler to change the browser request number 4 (and add the :6080) and the authentication worked just fine !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to search for similar bug in the KB without success ,&amp;nbsp; am I the only one who is facing this issue ? or am I missing something in my config ?&lt;/P&gt;&lt;P&gt;I'm on version 91.2 and here is my config :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 879px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/25218iF357A141A5F66C01/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 999px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/25219i840E0D11FE142189/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 18:35:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/captive-portal-browser-challenge-issue/m-p/323240#M82612</guid>
      <dc:creator>Karim.Benyelloul</dc:creator>
      <dc:date>2020-04-16T18:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Captive portal browser challenge issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/captive-portal-browser-challenge-issue/m-p/323727#M82698</link>
      <description>&lt;P&gt;Hi everyone, does anyone ever come across this issue ? Just want to make sure if I'm missing something in my config or no&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 19:24:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/captive-portal-browser-challenge-issue/m-p/323727#M82698</guid>
      <dc:creator>Karim.Benyelloul</dc:creator>
      <dc:date>2020-04-19T19:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Captive portal browser challenge issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/captive-portal-browser-challenge-issue/m-p/324470#M82830</link>
      <description>&lt;P&gt;anyone ? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 08:56:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/captive-portal-browser-challenge-issue/m-p/324470#M82830</guid>
      <dc:creator>Karim.Benyelloul</dc:creator>
      <dc:date>2020-04-23T08:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Captive portal browser challenge issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/captive-portal-browser-challenge-issue/m-p/336628#M84814</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/104787"&gt;@Karim.Benyelloul&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing a kind of similar issue. i want to know what did you allow to fix this issue.&lt;/P&gt;&lt;P&gt;i am not able to open the browser but i can telnet my CP url.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jul 2020 20:16:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/captive-portal-browser-challenge-issue/m-p/336628#M84814</guid>
      <dc:creator>Jafar_Hussain</dc:creator>
      <dc:date>2020-07-05T20:16:34Z</dc:date>
    </item>
  </channel>
</rss>

