<?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 Limit widget availability to specific users in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/limit-widget-availability-to-specific-users/m-p/192679#M5303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to limit widget availability to specific users?&amp;nbsp; With my old Flex app, I was able to control access to our site via a login screen.&amp;nbsp; Our internal site was essentially the same as our public site, just with more widgets.&amp;nbsp; Those with log-ins unique to our department were granted access to the site.&amp;nbsp; I'm trying to figure out the best way to handle widget access within a wab application.&amp;nbsp; I would like to continue to use a log-in page but not sure if it's doable or if there is a better way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 May 2015 18:56:43 GMT</pubDate>
    <dc:creator>DouglasGuess</dc:creator>
    <dc:date>2015-05-11T18:56:43Z</dc:date>
    <item>
      <title>Limit widget availability to specific users</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/limit-widget-availability-to-specific-users/m-p/192679#M5303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to limit widget availability to specific users?&amp;nbsp; With my old Flex app, I was able to control access to our site via a login screen.&amp;nbsp; Our internal site was essentially the same as our public site, just with more widgets.&amp;nbsp; Those with log-ins unique to our department were granted access to the site.&amp;nbsp; I'm trying to figure out the best way to handle widget access within a wab application.&amp;nbsp; I would like to continue to use a log-in page but not sure if it's doable or if there is a better way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 18:56:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/limit-widget-availability-to-specific-users/m-p/192679#M5303</guid>
      <dc:creator>DouglasGuess</dc:creator>
      <dc:date>2015-05-11T18:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Limit widget availability to specific users</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/limit-widget-availability-to-specific-users/m-p/192680#M5304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have some edit web applications that only some users in our systems active directory can access. The web.config allows a comma separated listed of allowed users&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;configuration&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;location&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;system.web&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;authorization&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;allow users="DOMAIN\USER,DOMAIN\USER,DOMAIN\USER"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;deny users="*"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/authorization&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/system.web&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/location&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/configuration&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/18207949/web-config-in-folder-allowing-all-or-no-user-authentication" title="http://stackoverflow.com/questions/18207949/web-config-in-folder-allowing-all-or-no-user-authentication"&gt;asp.net - web.config in folder allowing all or no user authentication - Stack Overflow&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 21:51:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/limit-widget-availability-to-specific-users/m-p/192680#M5304</guid>
      <dc:creator>ChadRicks</dc:creator>
      <dc:date>2015-05-12T21:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Limit widget availability to specific users</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/limit-widget-availability-to-specific-users/m-p/192681#M5305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, what I decided to do is create a group in agol, assign users to that group, then only share the webmap used in the wab application to that group.&amp;nbsp; That way, only the users within that group will have access to the app.&amp;nbsp; For what I need, this seemed to be the easiest solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 15:42:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/limit-widget-availability-to-specific-users/m-p/192681#M5305</guid>
      <dc:creator>DouglasGuess</dc:creator>
      <dc:date>2015-05-13T15:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Limit widget availability to specific users</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/limit-widget-availability-to-specific-users/m-p/192682#M5306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create an specific app for a specific user group(it's very easy in builder, just duplicate an app, then add/remove some widgets), then navigate user to correct app depends on their logins in your login page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this solution work for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 01:40:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/limit-widget-availability-to-specific-users/m-p/192682#M5306</guid>
      <dc:creator>JunshanLiu</dc:creator>
      <dc:date>2015-05-15T01:40:29Z</dc:date>
    </item>
  </channel>
</rss>

