<?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 Both single sign-on and anonymous access to Portal for ArcGIS (10.4)  in ArcGIS Enterprise Portal Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681847#M9255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; font-size: 14px; background-color: #fefefe;"&gt;We've set up our Portal environment using Integrated Windows Authentication (IWA) giving our user a single sign-on experience using Windows Active Directory (AD). The problem we're facing is that any content being accessed by someone without a name user are asked to log on to the Portal even though the content is shared with "everyone".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; font-size: 14px; background-color: #fefefe;"&gt;We want our named users to have the full Portal experience whereas our non-named users should only have access to content that are shared with "everyone". Is there a way to configure both single sign-on and anonymous access to the Portal?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 May 2016 07:06:37 GMT</pubDate>
    <dc:creator>ChristineLarsen</dc:creator>
    <dc:date>2016-05-24T07:06:37Z</dc:date>
    <item>
      <title>Both single sign-on and anonymous access to Portal for ArcGIS (10.4)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681847#M9255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; font-size: 14px; background-color: #fefefe;"&gt;We've set up our Portal environment using Integrated Windows Authentication (IWA) giving our user a single sign-on experience using Windows Active Directory (AD). The problem we're facing is that any content being accessed by someone without a name user are asked to log on to the Portal even though the content is shared with "everyone".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; font-size: 14px; background-color: #fefefe;"&gt;We want our named users to have the full Portal experience whereas our non-named users should only have access to content that are shared with "everyone". Is there a way to configure both single sign-on and anonymous access to the Portal?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 07:06:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681847#M9255</guid>
      <dc:creator>ChristineLarsen</dc:creator>
      <dc:date>2016-05-24T07:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Both single sign-on and anonymous access to Portal for ArcGIS (10.4)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681848#M9256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;You can install another web adaptor and leave the authentication at Anonymous and then make sure that "&lt;A href="http://server.arcgis.com/en/portal/latest/administer/windows/disabling-anonymous-access.htm"&gt;Allow anonymous access to your portal&lt;/A&gt;" is enabled.&amp;nbsp; Please note that the recommendation is to disable anonymous access.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I apologize for the misleading information, but after a bit more research and discussion, this is NOT possible.&amp;nbsp; In order to register two different web adaptors with Portal, you need to set the Web Context URL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/206944_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; This defines an entry point into the Portal, and in the case of multiple web adaptors, it's meant to be a load balancer that can balance requests to the web adapters.&amp;nbsp; Setting the Web Context URL also disables this error from coming up, so you can actually register multiple different web adaptors to Portal, even if you don't intend on using the web context URL to balance requests to them.&amp;nbsp; This may make it seems like you can have multiple web adaptors with different security settings, but that's not the case.&amp;nbsp; To put this in perspective, let's say you have a Portal you want configured with IWA, and you set the Web Context URL to point to a reverse proxy that then points to a web adaptor that is open, for example &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fpublic_portal.domain.com%2Fopen" rel="nofollow" target="_blank"&gt;https://public_portal.domain.com/open&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; This allows anonymous access.&amp;nbsp; You have a separate web adaptor configured with IWA that's accessible through your internal network, so domain users can sign in and create content, accessible through &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Finternal_portal.domain.com%2Fiwa" rel="nofollow" target="_blank"&gt;https://internal_portal.domain.com/iwa&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Since only named users create content, all items are created with the URL set to &lt;/SPAN&gt;&lt;A href="https://my_internal_portal.domain.com/iwa" title="https://my_internal_portal.domain.com/iwa"&gt;https://internal_portal.domain.com/iwa.&lt;/A&gt;​&amp;nbsp; When named users create content, the URL for those items are going to point to ​ &lt;A href="https://my_internal_portal.domain.com/iwa" title="https://my_internal_portal.domain.com/iwa"&gt;https://internal_portal.domain.com/iwa&lt;/A&gt;​, so when external users reach the portal through &lt;A href="https://my_public_portal.domain.com/open" title="https://my_public_portal.domain.com/open"&gt;https://public_portal.domain.com/open&lt;/A&gt;​, all items will reference &lt;A href="https://my_internal_portal.domain.com/iwa" title="https://my_internal_portal.domain.com/iwa"&gt;https://internal_portal.domain.com/iwa&lt;/A&gt;​, and they won't be able to reach the item as they can't be authenticated correctly.&amp;nbsp; We are going to update the documentation to explain this further.&amp;nbsp; I'm also interested in how Adam from that other post configured his Portal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 16:50:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681848#M9256</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2016-05-24T16:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Both single sign-on and anonymous access to Portal for ArcGIS (10.4)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681849#M9257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jonathan:&lt;/P&gt;&lt;P&gt;When you get a chance, could reply to my question regarding this scenario in thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/176854"&gt;Portal Login Issues or Limitations?&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think these are basically duplicate threads and I have been told by Esri that Portal can only have one WA.&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 May 2016 18:54:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681849#M9257</guid>
      <dc:creator>PaulDavidson1</dc:creator>
      <dc:date>2016-05-28T18:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Both single sign-on and anonymous access to Portal for ArcGIS (10.4)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681850#M9258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul, not sure if editing a post gives you a notification, but let me know if my updated post makes sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 18:10:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681850#M9258</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2016-06-06T18:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Both single sign-on and anonymous access to Portal for ArcGIS (10.4)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681851#M9259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version is this supported at? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 05:24:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681851#M9259</guid>
      <dc:creator>GISSupport3</dc:creator>
      <dc:date>2016-06-09T05:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Both single sign-on and anonymous access to Portal for ArcGIS (10.4)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681852#M9260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This currently isn't possible at any released version.&amp;nbsp; There's no way to have different entry points into a Portal, as the items contain pointers to only one URL.&amp;nbsp; You'll need to look into using &lt;A href="http://http//server.arcgis.com/en/portal/latest/administer/linux/about-configuring-portal-authentication.htm#ESRI_SECTION1_136CD7915D8C4D48AE3249053184CBD0"&gt;SAML&lt;/A&gt;​ as Randall and a few others mentioned in this &lt;A _jive_internal="true" href="https://community.esri.com/thread/176854"&gt;thread&lt;/A&gt;.&amp;nbsp; Someone did report some success when using two web adaptors, but testing internally, there were certain workflows that failed due to having multiple entry points with different security mechanisms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 20:35:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681852#M9260</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2016-06-09T20:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Both single sign-on and anonymous access to Portal for ArcGIS (10.4)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681853#M9261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the feedback. By adding the portal server to trusted sites in IE, we've been able to get rid of the pop-up sign-in window for domain users without a named user license in portal. They are now able to access the content that is shared with everyone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 06:47:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681853#M9261</guid>
      <dc:creator>ChristineLarsen</dc:creator>
      <dc:date>2016-06-13T06:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Both single sign-on and anonymous access to Portal for ArcGIS (10.4)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681854#M9262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the detailed update above.&amp;nbsp; Makes sense!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 23:14:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681854#M9262</guid>
      <dc:creator>PaulDavidson1</dc:creator>
      <dc:date>2016-06-13T23:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Both single sign-on and anonymous access to Portal for ArcGIS (10.4)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681855#M9263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a shame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like others, we would like one Portal with multiple authentication access:&lt;/P&gt;&lt;P&gt;- public, no login, viewe data shared with everyone&lt;/P&gt;&lt;P&gt;- company, login, view data shared with Portal&lt;/P&gt;&lt;P&gt;- user (named), login, view data shared with groups&lt;/P&gt;&lt;P&gt;- other?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 01:16:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681855#M9263</guid>
      <dc:creator>GISSupport3</dc:creator>
      <dc:date>2016-06-14T01:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Both single sign-on and anonymous access to Portal for ArcGIS (10.4)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681856#M9264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/15757"&gt;Christine Larsen&lt;/A&gt;‌ - Do you have a Single Sign-On environment for users in Active Directory (don't have to log&amp;nbsp;in to Portal) and anonymous access?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 16:24:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681856#M9264</guid>
      <dc:creator>AdamRepsher</dc:creator>
      <dc:date>2018-06-18T16:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Both single sign-on and anonymous access to Portal for ArcGIS (10.4)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681857#M9265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you get this question answered?&lt;/P&gt;&lt;P&gt;&amp;nbsp;Is it possible to have a&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;Single Sign-On environment for users in Active Directory (don't have to log&amp;nbsp;in to Portal) and anonymous access?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2019 14:46:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681857#M9265</guid>
      <dc:creator>nelsmickaelson</dc:creator>
      <dc:date>2019-10-17T14:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Both single sign-on and anonymous access to Portal for ArcGIS (10.4)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681858#M9266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's possible if you set up a SplitDNS type approach. Public users are routed to an external entry point, (&lt;A class="unlinked"&gt;https://portal.domain.com/portal&lt;/A&gt;) that's configured with anonymous access, while internal users are routed to an internal entry point with the same FQDN (&lt;A class="unlinked"&gt;https://portal.domain.com/portal&lt;/A&gt;). This entry point is configured with IWA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aside from that, SAML is your best bet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2019 17:18:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681858#M9266</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2019-10-17T17:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Both single sign-on and anonymous access to Portal for ArcGIS (10.4)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681859#M9267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/16548"&gt;Jonathan Quinn&lt;/A&gt;, are you able to please provide more info on how to go about this with a split DNS? I'm trying to do just that (two web servers, one internal with IWA and one external with anon auth).&amp;nbsp;I have set WebContextUrl but I when I install the second Web Adaptor it replaces the first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also note in the &lt;A href="https://enterprise.arcgis.com/en/web-adaptor/latest/install/iis/configure-multiple-arcgis-web-adaptors.htm"&gt;10.7 docs&lt;/A&gt; that:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Portal for ArcGIS only supports a single DNS.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2019 04:00:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681859#M9267</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-12-13T04:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Both single sign-on and anonymous access to Portal for ArcGIS (10.4)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681860#M9268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm assuming that the note meant "single FQDN", which is more appropriate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On each Web Adaptor machine, what happens if you reach the Portal via the Web Adaptor? Does it resolve and take you to the Portal home page?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2019 17:14:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681860#M9268</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2019-12-19T17:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Both single sign-on and anonymous access to Portal for ArcGIS (10.4)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681861#M9269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've since discovered that, if you register a Web Adaptor &lt;SPAN style="text-decoration: underline;"&gt;with the same URL as another&lt;/SPAN&gt;, the first WA no longer appears in .../portaladmin/system/webadaptors. The first WA continues to work, at least for the first few hours (i.e. it might stop working later after the security tokens expire?). Regardless, this isn't a good solution because future admins&amp;nbsp;won't see the full picture of WAs at&amp;nbsp;&lt;SPAN&gt;.../portaladmin/system/webadaptors.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My&amp;nbsp;solution was to set the Portal's WebContextURL property (e.g. maps.example.com/portal) and then register&amp;nbsp;the WAs with&amp;nbsp;unique&amp;nbsp;URLs based on their machine names' FQDNs (e.g. web1.example.com/portal and web2.example.com/portal). To do this, for each&amp;nbsp;IIS machine I had to:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Acquire an SSL certificate for the machine name FQDN&amp;nbsp;&lt;SPAN&gt;(e.g. web1.example.com/portal),&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Bind IIS to that FQDN on HTTPS (in addition to the common web context URL's FQDN),&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Visit the WA config page using that FQDN&amp;nbsp;(e.g. web1.example.com/portal/webadaptor),&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Configure the WA as usual.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Both WAs now appear in the list because they have&amp;nbsp;unique URLs.&amp;nbsp;Even though the WAs are registered with different URLs, they're still accessed using the common web context URL as IIS remains bound to that FQDN as well as the machine's FQDN.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My presumption is that this is because&amp;nbsp;multiple WAs would normally only be used in high availability deployments. In this scenario, all WAs would have&amp;nbsp;unique URLs,&amp;nbsp;and&amp;nbsp;they would sit behind a load balancer using the web context URL. Therefore, all WAs are &lt;SPAN style="text-decoration: underline;"&gt;expected&lt;/SPAN&gt; to have unique URLs.&amp;nbsp;A split DNS needs a bit of trickery to get around this&amp;nbsp;because&amp;nbsp;the WAs genuinely share the same URL.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 21:52:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/681861#M9269</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-01-08T21:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Both single sign-on and anonymous access to Portal for ArcGIS (10.4)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/1050950#M10857</link>
      <description>&lt;P&gt;Hey Guys. If you're here you must be stumped. Some super smart folks in our organization have figured this out and I just want to post their findings. They are OK with me sharing it. I didn't do this, i'm simply conveying what worked for us and our client.&amp;nbsp; (I'm NOT this smart)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Requirement:&lt;/STRONG&gt; Allow public access to publicly-shared items in Enterprise GIS, which using IWA for internal users. Server federated w/Portal, client to publish map services, maps and apps to share, some with general public, others with internal users. Does not want anyone to have to log in (except internal users that will have to authenticate with IWA with their domain account on first access).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Software:&lt;/STRONG&gt; ArcGIS Enterprise 10.8.1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Configuration:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Two Web Adaptor locations:&lt;UL&gt;&lt;LI&gt;Portal and Server WAs in the DMZ to be accessed by the general public, allow anonymous access&lt;/LI&gt;&lt;LI&gt;Portal and Server WAs within the network (on the Portal box), IWA configured&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Trusted sites added:&lt;UL&gt;&lt;LI&gt;&lt;A href="https://maps.city.il.us/portal" target="_self"&gt;https://maps.city.il.us/portal&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://maps.city.il.us/server" target="_self"&gt;https://maps.city.il.us/server&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Routing:&lt;UL&gt;&lt;LI&gt;Split DNS configured in Palo Alto w/assistance from &amp;lt;IT CONSULTANT&amp;gt;&lt;/LI&gt;&lt;LI&gt;External DNS routs traffic to DMZ server&lt;/LI&gt;&lt;LI&gt;Internal DNS routs traffic to Portal/WA server&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Web Adaptor configuration:&lt;UL&gt;&lt;LI&gt;Installed, configured Server WAs, no complications&lt;/LI&gt;&lt;LI&gt;Set Portal WebContextURL to &lt;A href="https://maps.city.il.us/portal" target="_self"&gt;https://maps.city.il.us/portal&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Installed, configured Portal WA on DMZ box, backed up WebAdaptor.config&lt;/LI&gt;&lt;LI&gt;Installed, configured Portal WA on Portal box *from internal FQDN URL*, Windows Authentication only in IIS, backed up WebAdaptor.config&lt;/LI&gt;&lt;LI&gt;Initial configuration of Portal WA using external URL would only allow one WA to remain, configuration of one cleared out configuration of the other. This seems to be specific to Portal, as Server doesn't do this. But Portal must be unregistering a WA when you try to register a new one on the same URL.&lt;/LI&gt;&lt;LI&gt;At the end, both Portal WAs remained configured in Portal, although I think the WebAdaptor.config on the internal box was cleared out and had to be manually overwritten from backed up file.&lt;/LI&gt;&lt;LI&gt;Manually changed URL in both WebAdaptor.config files from &lt;EM&gt;&amp;lt;URL&amp;gt;&lt;A href="https://portalfqdn.intranet.url.local:7443&amp;lt;/URL" target="_blank"&gt;https://portalfqdn.intranet.url.local:7443&amp;lt;/URL&lt;/A&gt;&amp;gt;&lt;/EM&gt; to &lt;EM&gt;&amp;lt;URL&amp;gt;&lt;A href="https://maps.city.il.us&amp;lt;/URL" target="_blank"&gt;https://maps.city.il.us&amp;lt;/URL&lt;/A&gt;&amp;gt;&lt;/EM&gt;. The external WA worked without doing this, but the internal one didn't, so I made the change in both. (Why did I have to do this? Did it have something to do with having the WebContextURL configured? Did it have something to do with internal networking configuration? I only had to do it for the internal WA even though both had the server name as the URL in WebAdaptor.config.)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Testing:&lt;UL&gt;&lt;LI&gt;All testing in incognito or after clearing cache&lt;/LI&gt;&lt;LI&gt;WA changes tested after recycling App Pool&lt;/LI&gt;&lt;LI&gt;Accessed&amp;nbsp;&lt;A href="https://maps.city.il.us/portal" target="_self"&gt;https://maps.city.il.us/portal&lt;/A&gt;&amp;nbsp;externally, clicked 'Sign In' link, directed to standard Portal sign-in page, indicating that DMZ WA is being used and no IWA was applied&lt;/LI&gt;&lt;LI&gt;Accessed &lt;A href="https://maps.city.il.us/portal" target="_self"&gt;https://maps.city.il.us/portal&lt;/A&gt; while on VPN, clicked 'Sign In' link, prompted for IWA sign-in&lt;/LI&gt;&lt;LI&gt;Published sample map service, granted public access, accessed externally without login&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 23 Apr 2021 22:08:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/1050950#M10857</guid>
      <dc:creator>MicahWilliamson</dc:creator>
      <dc:date>2021-04-23T22:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Both single sign-on and anonymous access to Portal for ArcGIS (10.4)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/1132744#M11883</link>
      <description>&lt;P&gt;I created a second machine and installed my Portal and Server Web Adaptors &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;redundantly. The first machine uses IWA and the second uses anonymous authentication. Internal users are directed to the first server and external users are sent to the second server, but all of them use the same WebContextUrl as a point of entrance. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2022-01-12_075741.png" style="width: 382px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/31255i1E524E2071445E5F/image-size/large?v=v2&amp;amp;px=999" role="button" title="2022-01-12_075741.png" alt="2022-01-12_075741.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 07:05:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/1132744#M11883</guid>
      <dc:creator>StefanUseldinger</dc:creator>
      <dc:date>2022-01-12T07:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Both single sign-on and anonymous access to Portal for ArcGIS (10.4)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/1147150#M12032</link>
      <description>&lt;P&gt;I'm trying to do the same - have internal users go to one server and external to another.&lt;/P&gt;&lt;P&gt;Did you have to do any trickery to get the redundant Portal WA installed? I have tried several times, and the last one installed is what shows up in PortalAdmin. I have yet to get more than one Portal WA installed at the same time.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 19:07:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/1147150#M12032</guid>
      <dc:creator>ChrisCarter3</dc:creator>
      <dc:date>2022-02-23T19:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Both single sign-on and anonymous access to Portal for ArcGIS (10.4)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/1147418#M12034</link>
      <description>&lt;P&gt;As You can see above in my screenshot, I indeed managed to install both Portal WA on different machines pointing to the same Portal.&lt;/P&gt;&lt;P&gt;In my Enterprise 10.9.0 environment, the existing WA was not overwritten. This is, what happened to You?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2022-02-24_080021.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/34859i3C0B9E72845595D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2022-02-24_080021.png" alt="2022-02-24_080021.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 07:02:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/1147418#M12034</guid>
      <dc:creator>StefanUseldinger</dc:creator>
      <dc:date>2022-02-24T07:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Both single sign-on and anonymous access to Portal for ArcGIS (10.4)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/1170693#M12272</link>
      <description>&lt;P&gt;I did get mine working... I found the following order to work for me:&lt;/P&gt;&lt;P&gt;1. Install Portal&lt;/P&gt;&lt;P&gt;2. Install a web adaptor on the Portal server&lt;/P&gt;&lt;P&gt;3. Set the WebContextURL&lt;/P&gt;&lt;P&gt;4. Install the 2nd web adaptor (in my case this one is in the DMZ.&lt;/P&gt;&lt;P&gt;Question for those who are using both IWA and SAML on the same Portal - how do you handle the different usernames? In my setup, the username sent to Portal is different between IWA and SAML:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisCarter3_1-1651682006408.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/40561i6B3548C4807D3385/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisCarter3_1-1651682006408.png" alt="ChrisCarter3_1-1651682006408.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first one came from IWA (&lt;A href="mailto:username@domain" target="_blank" rel="noopener"&gt;username@domain&lt;/A&gt;) and the second from ADFS (email address). This creates a problem for managing users and content.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 16:33:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/both-single-sign-on-and-anonymous-access-to-portal/m-p/1170693#M12272</guid>
      <dc:creator>ChrisCarter3</dc:creator>
      <dc:date>2022-05-04T16:33:33Z</dc:date>
    </item>
  </channel>
</rss>

