<?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: Is it possible to have a Web Application accessible by user that do not have access to all the feature layers in the map? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/is-it-possible-to-have-a-web-application/m-p/1286207#M51986</link>
    <description>&lt;P&gt;The short answer is "no", unfortunately. The way you're configuring things, that prompt is always going to show up.&lt;/P&gt;&lt;P&gt;I have seen users in this situation use some automation to keep two &lt;EM&gt;nearly &lt;/EM&gt;identical apps in sync with one another. Imagine you have one app / map designated as the "primary" ones, the others as "secondary". When you make an edit to the first map or app, a script can copy out the JSON, alter the layer ID, and push the altered JSON to the corresponding secondary item.&lt;/P&gt;&lt;P&gt;It's a bit of technical work to set up, but it would get around the login prompt.&lt;/P&gt;</description>
    <pubDate>Fri, 05 May 2023 15:56:30 GMT</pubDate>
    <dc:creator>jcarlson</dc:creator>
    <dc:date>2023-05-05T15:56:30Z</dc:date>
    <item>
      <title>Is it possible to have a Web Application accessible by user that do not have access to all the feature layers in the map?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/is-it-possible-to-have-a-web-application/m-p/1286177#M51979</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hello!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My goal is to have one Application that I can access even if I have permission to view only one layer out of many, but if I have access only to one layer,&amp;nbsp;&lt;EM&gt;every time I load the page again, I am asked to log in.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a web viewer and an app created with Experience Builder where I added two FeatureServices.&lt;/P&gt;&lt;P&gt;Each of these FSs is shared in one group each.&lt;/P&gt;&lt;P&gt;Let's say I share FC1 to Group1 and FC2 with Group 2, different user have access to one of these groups.&lt;/P&gt;&lt;P&gt;The Map viewer and the WebApp are shared with both groups.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I login with an user account that is member of all groups, the viewer shows everything correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I login with an user account that has access to one group only, I see that the layer that is not shared gives an error (an error occurred loading this layer) ---&amp;gt; &lt;STRONG&gt;&lt;EM&gt;I was expecting this and I can live with this error.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;The problem is that every time&amp;nbsp;that I access this Web Application or every time&amp;nbsp;that I load the page again, I am asked to login, after that, I have access to the map.&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;would like to have a seamless behavior.&amp;nbsp;&lt;/EM&gt;Any thoughts about a possible workaround?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PanGIS_0-1683299672386.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/69957i1A00AC69EB4C481B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PanGIS_0-1683299672386.png" alt="PanGIS_0-1683299672386.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PanGIS_2-1683299977720.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/69960i2E8FB80169AC5824/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PanGIS_2-1683299977720.png" alt="PanGIS_2-1683299977720.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 15:27:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/is-it-possible-to-have-a-web-application/m-p/1286177#M51979</guid>
      <dc:creator>PanGIS</dc:creator>
      <dc:date>2023-05-05T15:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have a Web Application accessible by user that do not have access to all the feature layers in the map?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/is-it-possible-to-have-a-web-application/m-p/1286207#M51986</link>
      <description>&lt;P&gt;The short answer is "no", unfortunately. The way you're configuring things, that prompt is always going to show up.&lt;/P&gt;&lt;P&gt;I have seen users in this situation use some automation to keep two &lt;EM&gt;nearly &lt;/EM&gt;identical apps in sync with one another. Imagine you have one app / map designated as the "primary" ones, the others as "secondary". When you make an edit to the first map or app, a script can copy out the JSON, alter the layer ID, and push the altered JSON to the corresponding secondary item.&lt;/P&gt;&lt;P&gt;It's a bit of technical work to set up, but it would get around the login prompt.&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 15:56:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/is-it-possible-to-have-a-web-application/m-p/1286207#M51986</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2023-05-05T15:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have a Web Application accessible by user that do not have access to all the feature layers in the map?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/is-it-possible-to-have-a-web-application/m-p/1286237#M51995</link>
      <description>&lt;P&gt;If it's embedded apps in your Experience Builder then you'd want to check out how to skip the login as shown here&amp;nbsp;&lt;A href="https://doc.arcgis.com/en/experience-builder/latest/configure-widgets/embed-widget.htm" target="_blank"&gt;https://doc.arcgis.com/en/experience-builder/latest/configure-widgets/embed-widget.htm&lt;/A&gt;&amp;nbsp;- 'share authentication' heading at the bottom of the page.&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 16:41:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/is-it-possible-to-have-a-web-application/m-p/1286237#M51995</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2023-05-05T16:41:21Z</dc:date>
    </item>
  </channel>
</rss>

