<?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: Password protecting services in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/password-protecting-services/m-p/365954#M14145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't add that module and it still prompts me for a user name/password.&amp;nbsp; We are using token based authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jul 2015 18:07:44 GMT</pubDate>
    <dc:creator>StevenGraf1</dc:creator>
    <dc:date>2015-07-10T18:07:44Z</dc:date>
    <item>
      <title>Password protecting services</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/password-protecting-services/m-p/365951#M14142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am really just trying to confirm my understanding here.&amp;nbsp; I want to restrict access to a service to specific roles in Server Manager.&amp;nbsp; I then want to embed that service in a web application.&amp;nbsp; If I do that, will users be prompted to provide a username and password automatically when they try to load that page or will I need to build a mechanism for them to provide it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 17:49:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/password-protecting-services/m-p/365951#M14142</guid>
      <dc:creator>AdamSeamans1</dc:creator>
      <dc:date>2015-07-10T17:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Password protecting services</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/password-protecting-services/m-p/365952#M14143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your application is using a secured map service, the user will be prompted for a user name and password automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 17:50:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/password-protecting-services/m-p/365952#M14143</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2015-07-10T17:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Password protecting services</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/password-protecting-services/m-p/365953#M14144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are building an application using the JS API, you will need to reference the IdentityManager.&amp;nbsp; It will present a login dialog when attempting to use a secured service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/identitymanager-amd.html" title="https://developers.arcgis.com/javascript/jsapi/identitymanager-amd.html"&gt;IdentityManager | API Reference | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 18:04:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/password-protecting-services/m-p/365953#M14144</guid>
      <dc:creator>TomSellsted</dc:creator>
      <dc:date>2015-07-10T18:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Password protecting services</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/password-protecting-services/m-p/365954#M14145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't add that module and it still prompts me for a user name/password.&amp;nbsp; We are using token based authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 18:07:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/password-protecting-services/m-p/365954#M14145</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2015-07-10T18:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Password protecting services</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/password-protecting-services/m-p/365955#M14146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also look into using a proxy page:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jshelp/ags_proxy.html" title="https://developers.arcgis.com/javascript/jshelp/ags_proxy.html"&gt;Using the proxy | Guide | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/web-appbuilder/guide/use-proxy.htm" title="https://developers.arcgis.com/web-appbuilder/guide/use-proxy.htm"&gt;Use proxy—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can embed the valid credentials within the proxy page so that users won't be prompted to login to the application to access the secure service.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 17:34:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/password-protecting-services/m-p/365955#M14146</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2015-07-13T17:34:00Z</dc:date>
    </item>
  </channel>
</rss>

