<?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: Connecting to Non-Federated IWA enabled ArcGIS Server with Python API in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/connecting-to-non-federated-iwa-enabled-arcgis/m-p/775165#M890</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;We 've got exactly the same issue trying to connect to Portal for ArcGIS 10.5.1 through a web adaptor with IWA using Python 3.6.4 and ArcGIS API for Python 1.3. Finally, we solved it by installing the winkerberos python package. Hope it works for you too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2018 17:18:53 GMT</pubDate>
    <dc:creator>FredericWalter</dc:creator>
    <dc:date>2018-03-02T17:18:53Z</dc:date>
    <item>
      <title>Connecting to Non-Federated IWA enabled ArcGIS Server with Python API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/connecting-to-non-federated-iwa-enabled-arcgis/m-p/775162#M887</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'm trying to connect to a 10.2.2 ArcGIS Server that has web tier authentication enabled. We have IWA/NTLM set on IIS. This is a non-federated server. I'm trying to use this example:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/python/guide/working-with-different-authentication-schemes/#Web-tier-authentication-secured-with-IWA" title="https://developers.arcgis.com/python/guide/working-with-different-authentication-schemes/#Web-tier-authentication-secured-with-IWA"&gt;Working with different authentication schemes | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I execute it with my server URL I get an error: "UnboundLocalError: local variable 'resp' referenced before assignment". Fails at line 1047 of the "portal.py" package. Attached is a screenshot of my "conda list" command. According to this blog post I should be able to do this:&amp;nbsp;&lt;A class="link-titled" href="https://blogs.esri.com/esri/arcgis/2017/12/22/turbocharge-your-python-scripts-with-arcgis-api-for-python-v1-3/" title="https://blogs.esri.com/esri/arcgis/2017/12/22/turbocharge-your-python-scripts-with-arcgis-api-for-python-v1-3/"&gt;Turbocharge your Python scripts with ArcGIS API for Python v1.3 | ArcGIS Blog&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to make requests with python to an IWA server. Any other recommendations would be appreciated. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 22:07:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/connecting-to-non-federated-iwa-enabled-arcgis/m-p/775162#M887</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-02-08T22:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to Non-Federated IWA enabled ArcGIS Server with Python API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/connecting-to-non-federated-iwa-enabled-arcgis/m-p/775163#M888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it at all possible to switch from an NTLM server to a Kerberos server? Our internal testing asserted that this functionality worked against a Kerberos server. We got the error you received when testing python3.6.1 against an NTLM server, which we thought was related to &lt;A href="https://sourceforge.net/p/pywin32/bugs/748/"&gt;a pywin32 bug&lt;/A&gt; introduced in python3.6.1. It's possible that this error is something else, however, that affects more versions of python.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 19:22:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/connecting-to-non-federated-iwa-enabled-arcgis/m-p/775163#M888</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-02-09T19:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to Non-Federated IWA enabled ArcGIS Server with Python API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/connecting-to-non-federated-iwa-enabled-arcgis/m-p/775164#M889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, we are also receiving the above issue. Unfortunately Kerberos is not an option. Is there a python version or environment you can recommend for testing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 03:44:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/connecting-to-non-federated-iwa-enabled-arcgis/m-p/775164#M889</guid>
      <dc:creator>AngusHooper</dc:creator>
      <dc:date>2018-02-15T03:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to Non-Federated IWA enabled ArcGIS Server with Python API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/connecting-to-non-federated-iwa-enabled-arcgis/m-p/775165#M890</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;We 've got exactly the same issue trying to connect to Portal for ArcGIS 10.5.1 through a web adaptor with IWA using Python 3.6.4 and ArcGIS API for Python 1.3. Finally, we solved it by installing the winkerberos python package. Hope it works for you too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 17:18:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/connecting-to-non-federated-iwa-enabled-arcgis/m-p/775165#M890</guid>
      <dc:creator>FredericWalter</dc:creator>
      <dc:date>2018-03-02T17:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to Non-Federated IWA enabled ArcGIS Server with Python API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/connecting-to-non-federated-iwa-enabled-arcgis/m-p/775166#M891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Installing winkerberos worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 19:53:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/connecting-to-non-federated-iwa-enabled-arcgis/m-p/775166#M891</guid>
      <dc:creator>deleted-user-0NXDqYAmJ8kX</dc:creator>
      <dc:date>2018-04-26T19:53:35Z</dc:date>
    </item>
  </channel>
</rss>

