<?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: Disabling Sign In Popup in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1311413#M7693</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/160149"&gt;@MarkEastwood&lt;/a&gt;&amp;nbsp; did you find the solution ?. If so can you please tell me how to disable the login popup. I too facing the same issue&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2023 09:59:38 GMT</pubDate>
    <dc:creator>mohannainar1</dc:creator>
    <dc:date>2023-07-25T09:59:38Z</dc:date>
    <item>
      <title>Disabling Sign In Popup</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1243611#M5954</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;When opening an experience we are getting a popup widow asking us to sign in to ArcGIS Online. Clicking "Okay" then opens up the panel where we can enter in our credentials but we would like to bypass the initial popup.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarkEastwood_0-1671821927646.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/59247i0B8F2A907DBBA23A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarkEastwood_0-1671821927646.png" alt="MarkEastwood_0-1671821927646.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In Web AppBuilder, we were able to disable the initial sign in panel by editing the ./jimu.js/tokenUtils.js file. On line 17 of the code snippet below, setting the popup parameter to false hides the sign in popup. Is there something similar in the Experience Builder code?&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;registerOAuthInfo: function(portalUrl, appId){
      var validParams = portalUrl &amp;amp;&amp;amp; typeof portalUrl === 'string' &amp;amp;&amp;amp;
       appId &amp;amp;&amp;amp; typeof appId === 'string';
      if(!validParams){
        return null;
      }
      var oAuthInfo = esriNS.id.findOAuthInfo(portalUrl);
      if(!oAuthInfo){
        var oauthReturnUrl = window.location.protocol + "//" + window.location.host +
         require.toUrl("jimu") + "/oauth-callback.html";
        //OAuth will lose 'persist' query parameter if set expiration to two weeks exectly.
        oAuthInfo = new OAuthInfo({
          appId: appId,
          expiration: 14 * 24 * 60 - 1,
          portalUrl: portalUrl,
          authNamespace: '/',
          popup: false,
          popupCallbackUrl: oauthReturnUrl
        });
        esriNS.id.registerOAuthInfos([oAuthInfo]);
      }
      oAuthInfo.appId = appId;
      return oAuthInfo;
    },&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2022 19:00:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1243611#M5954</guid>
      <dc:creator>MarkEastwood</dc:creator>
      <dc:date>2022-12-23T19:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Sign In Popup</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1261837#M6289</link>
      <description>&lt;P&gt;I don't have a solution but I would also like to know if there is a solution.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Feb 2023 15:22:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1261837#M6289</guid>
      <dc:creator>KamilNovák</dc:creator>
      <dc:date>2023-02-26T15:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Sign In Popup</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1311413#M7693</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/160149"&gt;@MarkEastwood&lt;/a&gt;&amp;nbsp; did you find the solution ?. If so can you please tell me how to disable the login popup. I too facing the same issue&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 09:59:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1311413#M7693</guid>
      <dc:creator>mohannainar1</dc:creator>
      <dc:date>2023-07-25T09:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Sign In Popup</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1353335#M9550</link>
      <description>&lt;P&gt;Any solution on this?&lt;/P&gt;</description>
      <pubDate>Sun, 26 Nov 2023 18:14:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1353335#M9550</guid>
      <dc:creator>JonNordling3</dc:creator>
      <dc:date>2023-11-26T18:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Sign In Popup</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1419197#M12451</link>
      <description>&lt;P&gt;The same method you will be able to find in jimu-arcgis/index.js and then just do the same as we did in Web App builder&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 10:42:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1419197#M12451</guid>
      <dc:creator>RajatBatham</dc:creator>
      <dc:date>2024-05-06T10:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Sign In Popup</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1535218#M14701</link>
      <description>&lt;P&gt;Yes as&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/428349"&gt;@RajatBatham&lt;/a&gt;&amp;nbsp;said, modify the&amp;nbsp;&lt;SPAN&gt;jimu-arcgis/index.js in the deployed application.&amp;nbsp; You can search the file for popup:!0 and replace with popup:false.&amp;nbsp; You must clear your browser cache to see results.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 19:15:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1535218#M14701</guid>
      <dc:creator>BrandonWebb</dc:creator>
      <dc:date>2024-09-04T19:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Sign In Popup</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1624595#M19336</link>
      <description>&lt;P&gt;There is no&amp;nbsp;&lt;SPAN&gt;popup:!0 in jimu-arcgis/index.js file in version 1.17&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 08:39:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1624595#M19336</guid>
      <dc:creator>AllenovDmitriy</dc:creator>
      <dc:date>2025-06-18T08:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Sign In Popup</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1624659#M19340</link>
      <description>&lt;P&gt;with 1.17 version, ESRI have moved this method to jimu-core/index.js.&lt;/P&gt;&lt;P&gt;search for popup:!0 and replace it with popup:!1.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 13:19:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1624659#M19340</guid>
      <dc:creator>RajatBatham</dc:creator>
      <dc:date>2025-06-18T13:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Sign In Popup</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1625093#M19372</link>
      <description>&lt;P&gt;Now I have to login with full window interface&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":frowning_face:"&gt;☹️&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How to disable login procedure in ExB application, if I have already logged into the portal on the adjacent tab?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 15:37:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1625093#M19372</guid>
      <dc:creator>AllenovDmitriy</dc:creator>
      <dc:date>2025-06-19T15:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Sign In Popup</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1652173#M20899</link>
      <description>&lt;P&gt;Editing a source file seems like a poor solution prone to overwrite.&lt;/P&gt;&lt;P&gt;It needs to be a option/setting in Experience Builder.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 16:55:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1652173#M20899</guid>
      <dc:creator>NHannig</dc:creator>
      <dc:date>2025-09-22T16:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Sign In Popup</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1652193#M20900</link>
      <description>&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/experience-builder/latest/build-apps/general-settings.htm" target="_blank"&gt;https://doc.arcgis.com/en/experience-builder/latest/build-apps/general-settings.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There is an option as of the latest ArcGIS Online update. Go to the Gear. Then Privacy and Security.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JeffreyThompson2_0-1758565133329.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140781iB43D8B44915EC02A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JeffreyThompson2_0-1758565133329.png" alt="JeffreyThompson2_0-1758565133329.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 18:19:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/disabling-sign-in-popup/m-p/1652193#M20900</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2025-09-22T18:19:03Z</dc:date>
    </item>
  </channel>
</rss>

