<?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: UnboundLocalError when trying to authenticate against portal with enterprise login in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/unboundlocalerror-when-trying-to-authenticate/m-p/874501#M4844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to be same issue as in&amp;nbsp;&lt;A href="https://community.esri.com/message/869205-how-to-get-arcgis-api-for-python-to-connect-to-an-arcgis-online-account-with-federated-credentials-and-no-password-prompt"&gt;https://community.esri.com/message/869205-how-to-get-arcgis-api-for-python-to-connect-to-an-arcgis-online-account-with-federated-credentials-and-no-password-prompt&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Sep 2019 12:43:30 GMT</pubDate>
    <dc:creator>AnttiKajanus3</dc:creator>
    <dc:date>2019-09-24T12:43:30Z</dc:date>
    <item>
      <title>UnboundLocalError when trying to authenticate against portal with enterprise login</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/unboundlocalerror-when-trying-to-authenticate/m-p/874500#M4843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;We are trying to connect to a portal using Python API and we have got some issues with it. The use case here is that we want to authenticate non-interactive fashion to the portal using OAuth on times fashion. Basically we have followed &lt;A href="https://developers.arcgis.com/python/guide/working-with-different-authentication-schemes/" rel="nofollow noopener noreferrer" target="_blank"&gt;this guide&lt;/A&gt;. When we run the code, we see following error:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\lib\site-packages\arcgis\_impl\connection.py&lt;/SPAN&gt; 
in &lt;SPAN class="" style="color: #60c6c8;"&gt;oauth_authenticate&lt;/SPAN&gt;&lt;SPAN class="" style="color: #0065ca; font-weight: bold;"&gt;(self, client_id, expiration)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #00a250;"&gt;    
462&lt;/SPAN&gt;                 &lt;SPAN class="" style="color: #0065ca; font-weight: bold;"&gt;'username'&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;:&lt;/SPAN&gt; self&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;.&lt;/SPAN&gt;_username&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="" style="color: #00a250;"&gt;    
463&lt;/SPAN&gt;                 &lt;SPAN class="" style="color: #0065ca; font-weight: bold;"&gt;'password'&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;:&lt;/SPAN&gt; self&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;.&lt;/SPAN&gt;_password&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;,
&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="" style="color: #007427;"&gt;--&amp;gt; 464&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12;"&gt;             &lt;/SPAN&gt;&lt;SPAN class="" style="color: #0065ca;"&gt;'oauth_state'&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12;"&gt;:&lt;/SPAN&gt; oauth_info&lt;SPAN class="" style="color: #b27d12;"&gt;[&lt;/SPAN&gt;&lt;SPAN class="" style="color: #0065ca;"&gt;'oauth_state'&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12;"&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="" style="color: #00a250;"&gt;    
465&lt;/SPAN&gt;             }&lt;SPAN class="" style="color: #00a250;"&gt;    
466&lt;/SPAN&gt;             content &lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;=&lt;/SPAN&gt; self&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;.&lt;/SPAN&gt;post&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #0065ca; font-weight: bold;"&gt;'oauth2/signin'&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;,&lt;/SPAN&gt; parameters&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;,&lt;/SPAN&gt; ssl&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;True&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;,&lt;/SPAN&gt; try_json&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;False&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;,&lt;/SPAN&gt; add_token&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;False&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;)
&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b22b31; font-weight: bold;"&gt;UnboundLocalError&lt;/SPAN&gt;: local variable 'oauth_info' referenced before assignment

&lt;/PRE&gt;&lt;P&gt;Code used:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; arcgis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;gis &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; GIS
gis &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; GIS&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"https://{{portalurlhere}}/home"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; 
                username&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'{{usernamehere}}'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
                password&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'{{passwordhere}}'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; 
                client_id&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'{{clientidhere}}'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Successfully logged in as: "&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; gis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;properties&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;user&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;username&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/45514" target="_blank"&gt;Atma Mani&lt;/A&gt;‌ &lt;A href="https://community.esri.com/migrated-users/157558" target="_blank"&gt;Rohit Singh&lt;/A&gt;‌ Any idea what we are doing wrong here?&amp;nbsp;Do you think this is an issue in the API?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:57:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/unboundlocalerror-when-trying-to-authenticate/m-p/874500#M4843</guid>
      <dc:creator>AnttiKajanus3</dc:creator>
      <dc:date>2021-12-12T10:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: UnboundLocalError when trying to authenticate against portal with enterprise login</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/unboundlocalerror-when-trying-to-authenticate/m-p/874501#M4844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to be same issue as in&amp;nbsp;&lt;A href="https://community.esri.com/message/869205-how-to-get-arcgis-api-for-python-to-connect-to-an-arcgis-online-account-with-federated-credentials-and-no-password-prompt"&gt;https://community.esri.com/message/869205-how-to-get-arcgis-api-for-python-to-connect-to-an-arcgis-online-account-with-federated-credentials-and-no-password-prompt&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2019 12:43:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/unboundlocalerror-when-trying-to-authenticate/m-p/874501#M4844</guid>
      <dc:creator>AnttiKajanus3</dc:creator>
      <dc:date>2019-09-24T12:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: UnboundLocalError when trying to authenticate against portal with enterprise login</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/unboundlocalerror-when-trying-to-authenticate/m-p/874502#M4845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a bit more background information here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Using ArcGIS Online with Enterprise login set up by the customer, we don't have access to the settings but can ask more details if required.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- We don't know if the current setup supports non-interactive. How do we find out? We are assuming that even if the provider isn't compatible, it shouldn't be this kind of error.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;If the configured identity provider is compatible, you may also be able to provide your username and password, along with the client_id for a non interactive login experience using OAuth 2.0&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2019 06:33:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/unboundlocalerror-when-trying-to-authenticate/m-p/874502#M4845</guid>
      <dc:creator>AnttiKajanus3</dc:creator>
      <dc:date>2019-09-25T06:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: UnboundLocalError when trying to authenticate against portal with enterprise login</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/unboundlocalerror-when-trying-to-authenticate/m-p/874503#M4846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OAuth2/SAML is an interactive workflow and we do not know what identity provider may be configured and how it prompts the user to sign in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have some special logic to handle non-interactive login given the username and password if the configured identify provider is a particular one and responds to our requests with a known format. This is the identity provider configured on our Python API demo portal (python.playground.esri.com) and a few other Esri portals. The approach we use to login non-interactly on such portals is similar to the one described at &lt;A href="https://www.prowestgis.com/there-and-back-again/"&gt;https://www.prowestgis.com/there-and-back-again/&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, it’s more likely that we wont encounter such portals in the wild and we fall back to interactive login if that is the case. This is what&amp;nbsp;you are experiencing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The recommended suggestion for non-interactive login for scripts is to use built-in users instead of SAML.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2019 16:36:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/unboundlocalerror-when-trying-to-authenticate/m-p/874503#M4846</guid>
      <dc:creator>RohitSingh2</dc:creator>
      <dc:date>2019-10-02T16:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: UnboundLocalError when trying to authenticate against portal with enterprise login</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/unboundlocalerror-when-trying-to-authenticate/m-p/874504#M4847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.esri.com/migrated-users/157558"&gt;Rohit Singh&lt;/A&gt;‌ for the answer. What comes to the error message, it's definitely not helpful and doesn't provide information to the user what really goes wrong. I would recommend providing a different error message in cases like this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I will try to see if we can use the same approach shown in the link. Thanks a lot for that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds like that the if we want to follow the recommended way (use built-in users for scripts) would require us to get one from the customer that is specifically created for the automated scripts. Is there things to know or can you point to the documentation related to the ArcGIS Online configuration that uses both built in and based authentication models?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2019 10:02:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/unboundlocalerror-when-trying-to-authenticate/m-p/874504#M4847</guid>
      <dc:creator>AnttiKajanus</dc:creator>
      <dc:date>2019-10-04T10:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: UnboundLocalError when trying to authenticate against portal with enterprise login</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/unboundlocalerror-when-trying-to-authenticate/m-p/874505#M4848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;BR /&gt;I tried to use interactive process as well with the python and I get the same error also in this workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; arcgis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;gis &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; GIS 
gis &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; GIS&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"https://{{portalurlhere}}/home"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; username&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'{{usernamehere}}'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; client_id&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'{{clientidhere}}'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; 
&lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Successfully logged in as: "&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; gis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;properties&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;user&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;username&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error:&amp;nbsp;UnboundLocalError: local variable 'oauth_info' referenced before assignment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you think that there is something wrong with how the authentication is set up? Is there limitations on the environments where the python is run such as console / jupyter?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:57:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/unboundlocalerror-when-trying-to-authenticate/m-p/874505#M4848</guid>
      <dc:creator>AnttiKajanus3</dc:creator>
      <dc:date>2021-12-12T10:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: UnboundLocalError when trying to authenticate against portal with enterprise login</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/unboundlocalerror-when-trying-to-authenticate/m-p/874506#M4849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Looking at the code sample in the below documentation.&lt;/P&gt;&lt;P&gt;&lt;A class="" href="https://developers.arcgis.com/python/guide/working-with-different-authentication-schemes/" title="https://developers.arcgis.com/python/guide/working-with-different-authentication-schemes/" rel="nofollow noopener noreferrer" target="_blank"&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;Are you able to go through the interactive process when using the below code?&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;from&lt;/SPAN&gt; arcgis&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;gis &lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;import&lt;/SPAN&gt; GIS 
gis &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;=&lt;/SPAN&gt; GIS&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;"&lt;/SPAN&gt;&lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F" style="color: #287433; border: 0px; font-weight: inherit; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;{{portalurlhere}}/home"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt; client_id&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;'{{clientidhere}}'&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;)&lt;/SPAN&gt; 
&lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;print&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"Successfully logged in as: "&lt;/SPAN&gt; &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;+&lt;/SPAN&gt; gis&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;properties&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;user&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;username&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;)&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:57:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/unboundlocalerror-when-trying-to-authenticate/m-p/874506#M4849</guid>
      <dc:creator>TarunJaiswal</dc:creator>
      <dc:date>2021-12-12T10:57:32Z</dc:date>
    </item>
  </channel>
</rss>

