<?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: Specify login organization in app URL in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/specify-login-organization-in-app-url/m-p/1106775#M2958</link>
    <description>&lt;P&gt;Hi Kevin,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your amazingly detailed response; ungraceful or not, this seems to be what I need. I will try it out and update the post with results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Update: Worked like a charm - thanks! FYI I dropped the expiration, display and state parameters and it's still working.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Oct 2021 22:16:34 GMT</pubDate>
    <dc:creator>CMV_Erik</dc:creator>
    <dc:date>2021-10-12T22:16:34Z</dc:date>
    <item>
      <title>Specify login organization in app URL</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/specify-login-organization-in-app-url/m-p/1104145#M2886</link>
      <description>&lt;P&gt;We are creating Experience apps and would like to send out direct links to individual apps. This requires an extra step for our SAML users since they have to manually specify the organization before they can click a SAML login button. Is there a way to specify the organization in the URL itself, perhaps as a URL parameter?&lt;/P&gt;&lt;P&gt;I'm using a URL alias inside of AGOL to the URL site as a workaround, but that's not efficient either.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 23:16:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/specify-login-organization-in-app-url/m-p/1104145#M2886</guid>
      <dc:creator>CMV_Erik</dc:creator>
      <dc:date>2021-10-01T23:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Specify login organization in app URL</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/specify-login-organization-in-app-url/m-p/1106765#M2957</link>
      <description>&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran into the same issue as you and solved it (ungracefully) by tearing apart the URL that gets sent once a user is verified.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I did was to send users a URL that includes the organization URL within it so that they don't have to fill it out themselves (most don't know it).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my example:&lt;/P&gt;&lt;P&gt;https://&lt;STRONG&gt;&amp;lt;insert_your_org_short_name&amp;gt;&lt;/STRONG&gt;.maps.arcgis.com/sharing/rest/oauth2/authorize?client_id=arcgisonline&amp;amp;display=default&amp;amp;response_type=token&amp;amp;state=%7B%22portalUrl%22%3A%22https%3A%2F%2F&lt;STRONG&gt;&amp;lt;insert_your_org_short_name&amp;gt;&lt;/STRONG&gt;.maps.arcgis.com%22%2C%22useLandingPage%22%3Afalse%7D&amp;amp;expiration=20160&amp;amp;locale=en-us&amp;amp;redirect_uri=https%3A%2F%2Fexperience.arcgis.com%2Fexperience%2F&lt;STRONG&gt;&amp;lt;insert_ExperienceBuilder_ItemID_Here&amp;gt;&lt;/STRONG&gt;&amp;amp;&lt;STRONG&gt;force_login&lt;/STRONG&gt;=false&amp;amp;hideCancel=true&amp;amp;showSignupOption=false&amp;amp;canHandleCrossOrgSignIn=true&amp;amp;signuptype=esri&amp;amp;redirectToUserOrgUrl=false&lt;/P&gt;&lt;P&gt;The important variables:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;org_short_name&lt;/STRONG&gt; - this is the &lt;STRONG&gt;first part&lt;/STRONG&gt; of the URL that you use when logging into your site.&lt;UL&gt;&lt;LI&gt;Example :&amp;nbsp;&lt;STRONG&gt;chantillyparks&lt;/STRONG&gt;.maps.arcgis.com&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;You can find this also by going to your admin page on AGOL and looking under General/Organization defaults/Short name.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;ExperienceBuilder_ItemID&amp;nbsp;&lt;/STRONG&gt; this is the unique ItemID assigned to your Experience.&amp;nbsp;&lt;UL&gt;&lt;LI&gt;An example is &lt;STRONG&gt;8bab9deee1aa408487677ce0d2cb5888&lt;/STRONG&gt; and can be found in the URL of the item details page for the experience or just by looking at the URL when the item is loaded.&amp;nbsp; for example &lt;A href="https://experience.arcgis.com/experience/" target="_blank"&gt;https://experience.arcgis.com/experience/&lt;/A&gt;&lt;STRONG&gt;8bab9deee1aa408487677ce0d2cb5888&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Important parameters:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;portalUrl - &lt;/STRONG&gt;this is your portals (ArcGIS Online) address and includes the org_short_name.&amp;nbsp; example is:&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;chantillyparks.maps.arcgis.com&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;force_login -&amp;nbsp;&lt;/STRONG&gt;set this to false if you don't want the user to be asked to sign in again if they are already signed in.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I really hope this is helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 17:16:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/specify-login-organization-in-app-url/m-p/1106765#M2957</guid>
      <dc:creator>KevinMWright13</dc:creator>
      <dc:date>2021-10-12T17:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Specify login organization in app URL</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/specify-login-organization-in-app-url/m-p/1106775#M2958</link>
      <description>&lt;P&gt;Hi Kevin,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your amazingly detailed response; ungraceful or not, this seems to be what I need. I will try it out and update the post with results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Update: Worked like a charm - thanks! FYI I dropped the expiration, display and state parameters and it's still working.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 22:16:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/specify-login-organization-in-app-url/m-p/1106775#M2958</guid>
      <dc:creator>CMV_Erik</dc:creator>
      <dc:date>2021-10-12T22:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Specify login organization in app URL</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/specify-login-organization-in-app-url/m-p/1362429#M9947</link>
      <description>&lt;P&gt;Url parameters also work for this, since one of the latests updates:&lt;/P&gt;&lt;P&gt;Use:&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;SPAN&gt;https://experience.arcgis.com/experience/&amp;lt;AppId&amp;gt;/?org=&amp;lt;yourorgshortname&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;More info:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://doc.arcgis.com/en/experience-builder/latest/build-apps/url-parameters.htm" target="_blank"&gt;Use URL parameters—ArcGIS Experience Builder | Documentation&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 08:47:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/specify-login-organization-in-app-url/m-p/1362429#M9947</guid>
      <dc:creator>KoenVermeer_HE</dc:creator>
      <dc:date>2023-12-19T08:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Specify login organization in app URL</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/specify-login-organization-in-app-url/m-p/1363252#M9980</link>
      <description>&lt;P&gt;I forgot about this post, but I have been using this solution successfully too - confirmed as solution&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 20:01:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/specify-login-organization-in-app-url/m-p/1363252#M9980</guid>
      <dc:creator>CMV_Erik</dc:creator>
      <dc:date>2023-12-20T20:01:53Z</dc:date>
    </item>
  </channel>
</rss>

