<?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 Geoprocessing Authentication in Web App Builder (Developer Edition) in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geoprocessing-authentication-in-web-app-builder/m-p/100413#M2964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like some help or guidance on how to force authentication when using my Geoprocessing service in a web application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Breakdown :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I have secured my Geoprocessing Service in ArcGIS Server with token based authentication&lt;/P&gt;&lt;P&gt;2. Configured my proxy and config file for the application&lt;/P&gt;&lt;P&gt;3. However when i use my Geoprocessing widget in my web application it automatically authenticated my user&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;credentials that I've setup in my proxy config file. Its my understand (under correction) by using a proxy i can bypass&amp;nbsp; &amp;nbsp; &amp;nbsp; a secured service, however my application are viewed and accessed by a wide audience and therefore i want to&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;secure only my Geoprocessing widget for a&amp;nbsp;&amp;nbsp;certain group of users accessing my web application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GIS : Greetings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Mar 2019 12:02:07 GMT</pubDate>
    <dc:creator>AshleyGahl</dc:creator>
    <dc:date>2019-03-06T12:02:07Z</dc:date>
    <item>
      <title>Geoprocessing Authentication in Web App Builder (Developer Edition)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geoprocessing-authentication-in-web-app-builder/m-p/100413#M2964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like some help or guidance on how to force authentication when using my Geoprocessing service in a web application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Breakdown :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I have secured my Geoprocessing Service in ArcGIS Server with token based authentication&lt;/P&gt;&lt;P&gt;2. Configured my proxy and config file for the application&lt;/P&gt;&lt;P&gt;3. However when i use my Geoprocessing widget in my web application it automatically authenticated my user&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;credentials that I've setup in my proxy config file. Its my understand (under correction) by using a proxy i can bypass&amp;nbsp; &amp;nbsp; &amp;nbsp; a secured service, however my application are viewed and accessed by a wide audience and therefore i want to&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;secure only my Geoprocessing widget for a&amp;nbsp;&amp;nbsp;certain group of users accessing my web application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GIS : Greetings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2019 12:02:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geoprocessing-authentication-in-web-app-builder/m-p/100413#M2964</guid>
      <dc:creator>AshleyGahl</dc:creator>
      <dc:date>2019-03-06T12:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Authentication in Web App Builder (Developer Edition)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geoprocessing-authentication-in-web-app-builder/m-p/100414#M2965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ashley,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you want your GP to not authenticate then you need to remove that serverUrl from your proxy.config file. Or if you just have a very broad url that covers your whole server in the proxy.config have it more defined to the other urls that you want to go through the proxy and urls that would not include the GP service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2019 15:12:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geoprocessing-authentication-in-web-app-builder/m-p/100414#M2965</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-03-06T15:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Authentication in Web App Builder (Developer Edition)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geoprocessing-authentication-in-web-app-builder/m-p/100415#M2966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying so quickly to my post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is a indication of my current configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. WAB Application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	1.1 config.json&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;		"wabVersion": "2.6",&lt;/P&gt;&lt;P&gt;	    "isTemplateApp": true,&lt;/P&gt;&lt;P&gt;	    "isWebTier": false,&lt;/P&gt;&lt;P&gt;	    "httpProxy": {&lt;/P&gt;&lt;P&gt;	    "useProxy": true,&lt;/P&gt;&lt;P&gt;	    "alwaysUseProxy": false,&lt;/P&gt;&lt;P&gt;	    "url": "",&lt;/P&gt;&lt;P&gt;	    "rules":[&lt;/P&gt;&lt;P&gt; 				  &lt;/P&gt;&lt;P&gt;{"urlPrefix":"https://machine.domain.gov.za/adapter/rest/services/GeoServices/Click20/GPServer/IntersectionTool",&lt;/P&gt;&lt;P&gt; 	 			  &lt;/P&gt;&lt;P&gt;"proxyUrl":"https://machine.domain.gov.za/DotNet/proxy.ashx"&lt;/P&gt;&lt;P&gt; 	 			  }&lt;/P&gt;&lt;P&gt;				  ]&lt;/P&gt;&lt;P&gt;	 1.2 proxy.config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;		 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; GeoNet &lt;/P&gt;&lt;P&gt;( https://community.esri.com/?et=watches.email.thread)  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: Geoprocessing Authentication in Web App Builder (Developer&lt;/P&gt;&lt;P&gt;Edition)reply from Robert Scheitlin, GISP&lt;/P&gt;&lt;P&gt;( https://community.esri.com/people/rscheitlin?et=watches.email.thread)&lt;/P&gt;&lt;P&gt; in Web AppBuilder for ArcGIS - View the full discussion&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;https://community.esri.com/message/836219-re-geoprocessing-authentication-in-web-app-builder-developer-edition?commentID=836219&amp;amp;et=watches.email.thread#comment-836219)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashley,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  If you want your GP to not authenticate then you need to remove that&lt;/P&gt;&lt;P&gt;serverUrl from your proxy.config file. Or if you just have a very broad&lt;/P&gt;&lt;P&gt;url that covers your whole server in the proxy.config have it more&lt;/P&gt;&lt;P&gt;defined to the other urls that you want to go through the proxy and urls&lt;/P&gt;&lt;P&gt;that would not include the GP service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply to this message by replying to this email, or go to the message&lt;/P&gt;&lt;P&gt;on GeoNet&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;https://community.esri.com/message/836219-re-geoprocessing-authentication-in-web-app-builder-developer-edition?commentID=836219&amp;amp;et=watches.email.thread#comment-836219)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Start a new discussion in Web AppBuilder for ArcGIS by email&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;mailto:discussions-community-gis-web&lt;DEL&gt;gis-web&lt;/DEL&gt;appbuilder@mail.geonet.esri.com)&lt;/P&gt;&lt;P&gt; or at GeoNet&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;https://community.esri.com/choose-container.jspa?contentType=1&amp;amp;containerType=14&amp;amp;container=2150&amp;amp;et=watches.email.thread)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Following Re: Geoprocessing Authentication in Web App Builder&lt;/P&gt;&lt;P&gt;(Developer Edition)&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;https://community.esri.com/message/836219-re-geoprocessing-authentication-in-web-app-builder-developer-edition?commentID=836219&amp;amp;et=watches.email.thread#comment-836219)&lt;/P&gt;&lt;P&gt; in these streams: Inbox &lt;/P&gt;&lt;P&gt;Following Robert Scheitlin, GISP&lt;/P&gt;&lt;P&gt;( https://community.esri.com/people/rscheitlin?et=watches.email.thread)&lt;/P&gt;&lt;P&gt; in these streams: Inbox &lt;/P&gt;&lt;P&gt;This email was sent by GeoNet because you are a registered user.&lt;/P&gt;&lt;P&gt;You may unsubscribe&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;https://community.esri.com/unsubscribe.jspa?email=agahl%40overstrand.gov.za&amp;amp;token=347fc985ca0251d0db8c780489f956ac9605f2cf7777edfa0d37502b5f03fd16)&lt;/P&gt;&lt;P&gt; instantly from GeoNet, or adjust email frequency in your email&lt;/P&gt;&lt;P&gt;preferences&lt;/P&gt;&lt;P&gt;( https://community.esri.com/user-preferences!input.jspa)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 09:23:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geoprocessing-authentication-in-web-app-builder/m-p/100415#M2966</guid>
      <dc:creator>AshleyGahl</dc:creator>
      <dc:date>2019-03-07T09:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Authentication in Web App Builder (Developer Edition)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geoprocessing-authentication-in-web-app-builder/m-p/100416#M2967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;DIV&gt;1.2 proxy.config&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;&lt;BR /&gt; &amp;lt;ProxyConfig allowedReferers="*"&lt;BR /&gt; mustMatch="true"&amp;gt;&lt;BR /&gt; &amp;lt;serverUrls&amp;gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt; &amp;lt;serverUrl url="&lt;A href="https://services.arcgisonline.com/"&gt;https://services.arcgisonline.com&lt;/A&gt;"&lt;BR /&gt; matchAll="true"/&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;serverUrl url="&lt;A href="https://machine.domain.gov.za/arcgis/rest/services/GeoServices/Click20/GPServer"&gt;&lt;SPAN style="color: #000080;"&gt;https://machine.domain.gov.za&lt;/SPAN&gt;&lt;/A&gt;&lt;A&gt;&lt;SPAN style="color: #000000;"&gt;/adapter/rest/services/GeoServices/Click20/GPServer&lt;/SPAN&gt;&lt;/A&gt;/IntersectionTool"&lt;BR /&gt; username = "test413"&lt;BR /&gt; password = "test413"&lt;BR /&gt; matchAll="true"/&amp;gt;&lt;BR /&gt; &amp;lt;/serverUrls&amp;gt;&lt;BR /&gt;&amp;lt;/ProxyConfig&amp;gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 09:28:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geoprocessing-authentication-in-web-app-builder/m-p/100416#M2967</guid>
      <dc:creator>AshleyGahl</dc:creator>
      <dc:date>2019-03-07T09:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Authentication in Web App Builder (Developer Edition)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geoprocessing-authentication-in-web-app-builder/m-p/100417#M2968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;DIV&gt;What I'm trying to achieve is to NOT have this Geoproccesing Service accessible to everyone in my General WAB Application but only for users that have a credentials to sign into it.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I removed the &amp;lt;serverUrl&amp;gt; for my GP Service in my proxy.config as you suggested and my&amp;nbsp;Geoprocessing Widget still shows in my WAB Application, however it totally fails&amp;nbsp;to execute&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;If i double click&amp;nbsp; on my "urlPrefix" ,I'm redirected to "&lt;A href="https://machine.domain.gov.za/arcgis/rest/services/GeoServices/Click20/GPServer"&gt;https://machine.domain.gov.za/arcgis/rest/services/GeoServices/Click20/GPServer&lt;/A&gt;&lt;SPAN style="color: #000080;"&gt;&lt;A href="https://machine.domain.gov.za/adapter/rest/login?redirect=https%3A//https://machine.domain.gov.za/adapter/rest/services/GeoServices/Click20/GPServer/IntersectTool"&gt;https://machine.domain.gov.za&lt;/A&gt;&lt;/SPAN&gt;&lt;A&gt;&lt;/A&gt;&lt;A href="https://machine.domain.gov.za/adapter/rest/services/GeoServices/Click20/GPServer/IntersectionTool"&gt;https://machine.domain.gov.za/adapter/rest/services/GeoServices/Click20/GPServer/IntersectionTool&lt;/A&gt;&lt;A&gt;&lt;SPAN style="color: #000000;"&gt;/adapter&lt;/SPAN&gt;&lt;/A&gt;/rest/login?redirect=https%3A//&lt;A href="https://machine.domain.gov.za/arcgis/rest/services/GeoServices/Click20/GPServer"&gt;&lt;SPAN style="color: #000080;"&gt;https://machine.domain.gov.za&lt;/SPAN&gt;&lt;/A&gt;&lt;A&gt;&lt;SPAN style="color: #000000;"&gt;/adapter&lt;/SPAN&gt;&lt;/A&gt;/rest/services/GeoServices/Click20/GPServer/IntersectionTool"&lt;/DIV&gt;&lt;DIV&gt;where it prompts me for authentication, which the same behavior i want in the WAB Application.&lt;/DIV&gt;&lt;DIV&gt;Any more advice would be much appreciated&lt;/DIV&gt;&lt;DIV&gt;GIS : Greetings&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 09:29:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geoprocessing-authentication-in-web-app-builder/m-p/100417#M2968</guid>
      <dc:creator>AshleyGahl</dc:creator>
      <dc:date>2019-03-07T09:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Authentication in Web App Builder (Developer Edition)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geoprocessing-authentication-in-web-app-builder/m-p/100418#M2969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying so quickly to my post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is a indication of my current configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. WAB Application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.1 config.json&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"wabVersion": "2.6",&lt;/P&gt;&lt;P&gt;"isTemplateApp": true,&lt;/P&gt;&lt;P&gt;"isWebTier": false,&lt;/P&gt;&lt;P&gt;"httpProxy": {&lt;/P&gt;&lt;P&gt;"useProxy": true,&lt;/P&gt;&lt;P&gt;"alwaysUseProxy": false,&lt;/P&gt;&lt;P&gt;"url": "",&lt;/P&gt;&lt;P&gt;"rules":[&lt;/P&gt;&lt;P&gt;{"urlPrefix":"https://machine.domain.gov.za/adapter/rest/services/GeoServices/Click20/GPServer/IntersectionTool",&lt;/P&gt;&lt;P&gt;"proxyUrl":"https://machine.domain.gov.za/DotNet/proxy.ashx"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;1.2 proxy.config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; for my GP Service in my proxy.config as you&lt;/P&gt;&lt;P&gt;suggested and my Geoprocessing Widget still shows in my WAB Application,&lt;/P&gt;&lt;P&gt;however it totally fails to execute &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i double click on my "urlPrefix" ,I'm redirected to&lt;/P&gt;&lt;P&gt;"https://machine.domain.gov.za/adapter&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;https://machine.domain.gov.za/adapter/rest/services/GeoServices/Click20/GPServer/IntersectionTool)&lt;/P&gt;&lt;P&gt;/rest/login?redirect=https%3A//https://machine.domain.gov.za/adapter/rest/services/GeoServices/Click20/GPServer/IntersectionTool"&lt;/P&gt;&lt;P&gt;where it prompts me for authentication, which the same behavior i want&lt;/P&gt;&lt;P&gt;in the WAB Application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any more advice would be much appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GIS : Greetings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Overstrand Municipality&lt;/P&gt;&lt;P&gt;A: 1 Magnolia Street, Hermanus, 7200  |   P: P.O Box 20, Hermanus, 7200&lt;/P&gt;&lt;P&gt;T: +27 (0) 313 8000  |  F: +27 (0) 312 1894&lt;/P&gt;&lt;P&gt;E: enquiries@overstrand.gov.za  |  W: www.overstrand.gov.za&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vision Statement: "To be a centre of excellence for the community" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disclaimer: This e-mail (including attachments) is subject to the&lt;/P&gt;&lt;P&gt;disclaimer published at: http://www.overstrand.gov.za&lt;/P&gt;&lt;P&gt;Please read the disclaimer before opening any attachment or taking any&lt;/P&gt;&lt;P&gt;other action in terms of this e-mail.  By replying to this e-mail or&lt;/P&gt;&lt;P&gt;opening any attachment you agree to be bound by the provisions of the&lt;/P&gt;&lt;P&gt;disclaimer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please consider the environment before printing this correspondence.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 09:31:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geoprocessing-authentication-in-web-app-builder/m-p/100418#M2969</guid>
      <dc:creator>AshleyGahl</dc:creator>
      <dc:date>2019-03-07T09:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Authentication in Web App Builder (Developer Edition)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geoprocessing-authentication-in-web-app-builder/m-p/100419#M2970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ashley,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;What happens if you also remove the rule from your apps main config.json file too? I would expect that it would not fail and would just challenge the user for their credentials.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 16:29:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/geoprocessing-authentication-in-web-app-builder/m-p/100419#M2970</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-03-07T16:29:02Z</dc:date>
    </item>
  </channel>
</rss>

