<?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: AGOL default Organization URL in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/agol-default-organization-url/m-p/1680260#M13414</link>
    <description>&lt;P&gt;I know how to connect to a portal and AGOL.&amp;nbsp; I just want to populate the ArcGIS.com organizational URL with "MyCompany".&amp;nbsp; I have tried all of the registry tricks, changing AuthPortal, changing json files.&amp;nbsp; I just cant get this prepopulated.&amp;nbsp; If I can get this prepopulated I don't have to add my org portal directly and switch between them.&amp;nbsp; I need to keep ArcGIS.com active as my MyCompany.maps.arcgis.com uses ArcGIS.com for Token auth i am guessing.&amp;nbsp; So we have to log into both regardless.&amp;nbsp; I just want to prepopulate this for my users on first load or ArcGIS Pro install of my addin.&amp;nbsp; I am wondering what I am missing here, I have tried to solve this with AI and updating Registry and Files.&amp;nbsp; Just wondering if someone could clear out their portal list except for ArcGIS.com, sign out of all of them, load ArcGIS Pro and have that box prepopulated with a value.&amp;nbsp; I don't want to add a seperate portal to the list, ArcGIS.com entry will do everything I want once I put in the Org URL and sign in.&amp;nbsp; As it handles all requests and Authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MKa_0-1769529883984.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/147413i289612649C5AE026/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MKa_0-1769529883984.png" alt="MKa_0-1769529883984.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jan 2026 16:09:29 GMT</pubDate>
    <dc:creator>MKa</dc:creator>
    <dc:date>2026-01-27T16:09:29Z</dc:date>
    <item>
      <title>AGOL default Organization URL</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/agol-default-organization-url/m-p/1679988#M13409</link>
      <description>&lt;P&gt;I am moving all of our organizations federatedfeature services to AGOL and now I am trying to prompt the user to login to ArcGIS.com, but want to default in our organization's URL to the login popup that appears when my code runs this&lt;/P&gt;&lt;P&gt;MyPortal = ArcGISPortalManager.Current.GetPortal(new Uri("&lt;A href="https://www.arcgis.com" target="_blank"&gt;https://www.arcgis.com&lt;/A&gt;"));&lt;/P&gt;&lt;P&gt;if (!MyPortal.IsSignedOn())&lt;BR /&gt;{&lt;BR /&gt;SignInResult signInResult = MyPortal.SignIn();&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;This code prompts the user for the organizational URL &lt;A href="https://myURL.maps.arcgis.com" target="_blank"&gt;https://myURL.maps.arcgis.com&lt;/A&gt;, but i want to default it in there.&amp;nbsp; If I change the GetPortal to my organizational URL &lt;A href="https://myURL.maps.arcgis.com" target="_blank"&gt;https://myURL.maps.arcgis.com&lt;/A&gt;&amp;nbsp;but it doesn't work like i need it to.&amp;nbsp; It does log me in, but the maps don't seem to be able to connection to my federated services like when i connect to AGOL and enter my Org URL.&amp;nbsp; Plus, i don't want to entries in my ArcGIS Pro portal list.&lt;/P&gt;&lt;P&gt;Is there a way to enter this in my code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 17:56:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/agol-default-organization-url/m-p/1679988#M13409</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2026-01-26T17:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: AGOL default Organization URL</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/agol-default-organization-url/m-p/1680170#M13411</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think you use invalid url to connect to your portal. Your url must look like:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&amp;lt;url.Scheme&amp;gt;&lt;SPAN&gt;://&lt;/SPAN&gt;&amp;lt;url.Host&amp;gt;&lt;SPAN&gt;/portal/"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Try at first with Esri Community sample&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Content/PortalInfoListAllFedServers" target="_self"&gt;&lt;SPAN&gt;PortalInfoListAllFedServers&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 06:23:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/agol-default-organization-url/m-p/1680170#M13411</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2026-01-27T06:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: AGOL default Organization URL</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/agol-default-organization-url/m-p/1680260#M13414</link>
      <description>&lt;P&gt;I know how to connect to a portal and AGOL.&amp;nbsp; I just want to populate the ArcGIS.com organizational URL with "MyCompany".&amp;nbsp; I have tried all of the registry tricks, changing AuthPortal, changing json files.&amp;nbsp; I just cant get this prepopulated.&amp;nbsp; If I can get this prepopulated I don't have to add my org portal directly and switch between them.&amp;nbsp; I need to keep ArcGIS.com active as my MyCompany.maps.arcgis.com uses ArcGIS.com for Token auth i am guessing.&amp;nbsp; So we have to log into both regardless.&amp;nbsp; I just want to prepopulate this for my users on first load or ArcGIS Pro install of my addin.&amp;nbsp; I am wondering what I am missing here, I have tried to solve this with AI and updating Registry and Files.&amp;nbsp; Just wondering if someone could clear out their portal list except for ArcGIS.com, sign out of all of them, load ArcGIS Pro and have that box prepopulated with a value.&amp;nbsp; I don't want to add a seperate portal to the list, ArcGIS.com entry will do everything I want once I put in the Org URL and sign in.&amp;nbsp; As it handles all requests and Authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MKa_0-1769529883984.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/147413i289612649C5AE026/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MKa_0-1769529883984.png" alt="MKa_0-1769529883984.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 16:09:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/agol-default-organization-url/m-p/1680260#M13414</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2026-01-27T16:09:29Z</dc:date>
    </item>
  </channel>
</rss>

