<?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 oAuth wildcard match on proxy serverUrl in ArcGIS Online Developers Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156929#M173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the &lt;A href="https://github.com/Esri/resource-proxy/tree/master/DotNet"&gt;.NET proxy&lt;/A&gt; for app login on a web application. The proxy.config works if I specify individual URLs. For example: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;serverUrl url="&lt;STRONG&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;EM&gt;myserver&lt;/EM&gt;/arcgis/rest/services/&lt;EM&gt;myname&lt;/EM&gt;/MapServer&lt;/STRONG&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; clientId="aaa"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; clientSecret="bbb"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN&gt;&amp;nbsp; oauth2Endpoint="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;EM&gt;myserver&lt;/EM&gt;/portal/sharing/rest/oauth2"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; matchAll="true"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;I would like to use the proxy for multiple services on our server, but using something like this results in invalid tokens being generated:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;serverUrl url="&lt;STRONG&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;EM&gt;myserver&lt;/EM&gt;/arcgis/rest/services/&lt;/STRONG&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; clientId="aaa"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; clientSecret="bbb"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN&gt;&amp;nbsp; oauth2Endpoint="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;EM&gt;myserver&lt;/EM&gt;/portal/sharing/rest/oauth2"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; matchAll="true"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&lt;STRONG&gt;Is it possible to specify this type of "partial" match on the URL using the proxy?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px;"&gt;From the documentation:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px;"&gt;Add a new &lt;/SPAN&gt;&lt;CODE style="font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6px; padding: 0.2em 0; color: #333333; background-color: rgba(0, 0, 0, 0.0392157);"&gt;&amp;lt;serverUrl&amp;gt;&lt;/CODE&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px;"&gt; entry for each service that will use the proxy. The proxy.config allows you to use the serverUrl tag to specify one or more ArcGIS Server services that the proxy will forward requests to. The serverUrl tag has the following attributes:&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;url&lt;/STRONG&gt;: Location of the ArcGIS Server service (or other URL) to proxy. Specify either the specific URL or the root (in which case you should set matchAll="false").&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Dec 2015 15:17:11 GMT</pubDate>
    <dc:creator>PamRichmond</dc:creator>
    <dc:date>2015-12-04T15:17:11Z</dc:date>
    <item>
      <title>oAuth wildcard match on proxy serverUrl</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156929#M173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the &lt;A href="https://github.com/Esri/resource-proxy/tree/master/DotNet"&gt;.NET proxy&lt;/A&gt; for app login on a web application. The proxy.config works if I specify individual URLs. For example: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;serverUrl url="&lt;STRONG&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;EM&gt;myserver&lt;/EM&gt;/arcgis/rest/services/&lt;EM&gt;myname&lt;/EM&gt;/MapServer&lt;/STRONG&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; clientId="aaa"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; clientSecret="bbb"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN&gt;&amp;nbsp; oauth2Endpoint="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;EM&gt;myserver&lt;/EM&gt;/portal/sharing/rest/oauth2"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; matchAll="true"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;I would like to use the proxy for multiple services on our server, but using something like this results in invalid tokens being generated:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;serverUrl url="&lt;STRONG&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;EM&gt;myserver&lt;/EM&gt;/arcgis/rest/services/&lt;/STRONG&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; clientId="aaa"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; clientSecret="bbb"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN&gt;&amp;nbsp; oauth2Endpoint="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;EM&gt;myserver&lt;/EM&gt;/portal/sharing/rest/oauth2"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; matchAll="true"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&lt;STRONG&gt;Is it possible to specify this type of "partial" match on the URL using the proxy?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px;"&gt;From the documentation:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px;"&gt;Add a new &lt;/SPAN&gt;&lt;CODE style="font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6px; padding: 0.2em 0; color: #333333; background-color: rgba(0, 0, 0, 0.0392157);"&gt;&amp;lt;serverUrl&amp;gt;&lt;/CODE&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px;"&gt; entry for each service that will use the proxy. The proxy.config allows you to use the serverUrl tag to specify one or more ArcGIS Server services that the proxy will forward requests to. The serverUrl tag has the following attributes:&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;url&lt;/STRONG&gt;: Location of the ArcGIS Server service (or other URL) to proxy. Specify either the specific URL or the root (in which case you should set matchAll="false").&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 15:17:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156929#M173</guid>
      <dc:creator>PamRichmond</dc:creator>
      <dc:date>2015-12-04T15:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: oAuth wildcard match on proxy serverUrl</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156930#M174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FYI:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;IMPORTANT – as of today, 5/21/215, the release version of the proxy.ashx file for .NET and the most recent version of ArcServer do not play well together when token authentication is required. This is because 10.3 requires that token requests are done with a POST. the version above will attempt a GET resulting in a difficult to debug error.&amp;nbsp; &lt;/P&gt;&lt;P&gt;The issue can be found here: &lt;A href="https://github.com/Esri/resource-proxy/issues/177" rel="nofollow"&gt;https://github.com/Esri/resource-proxy/issues/177&lt;/A&gt;&lt;/P&gt;&lt;P&gt;A fix can be found here:&amp;nbsp; &lt;A href="https://github.com/esoekianto/resource-proxy-1/blob/45d9a49b58e3405c08a4f9e7157c491067b66760/DotNet/proxy.ashx" rel="nofollow"&gt;https://github.com/esoekianto/resource-proxy-1/blob/45d9a49b58e3405c08a4f9e7157c491067b66760/DotNet/proxy.ashx&lt;/A&gt;&lt;/P&gt;&lt;P&gt; - See more at: &lt;A href="http://blogs.esri.com/esri/supportcenter/2015/04/07/setting-up-a-proxy/"&gt;http://blogs.esri.com/esri/supportcenter/2015/04/07/setting-up-a-proxy/&lt;/A&gt;​&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Not sure if the above applies to you but using the latest proxy may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I use a username and password with tokenServiceUri in your secured serviceUrls:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;username&lt;/STRONG&gt;: Username to use when requesting a token - if needed for ArcGIS Server token based authentication.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;password&lt;/STRONG&gt;: Password to use when requesting a token - if needed for ArcGIS Server token based authentication.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;tokenServiceUri&lt;/STRONG&gt;: If username and password are specified, the proxy will use the supplied token service uri to &lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 14:03:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156930#M174</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-07T14:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: oAuth wildcard match on proxy serverUrl</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156931#M175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, thank you for the response. I am using the latest proxy. The original post was a red herring. I don't think it's the way the serverUrl is specified as much as it is that the clientId and clientSecret don't work. Using the username and password works. Problem is, we generally avoid storing clear text login information in source code, even if the client can't see it. The clientId and clientSecret are more limited in access than a regular account. It seems my issue is related to using an application. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 14:25:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156931#M175</guid>
      <dc:creator>PamRichmond</dc:creator>
      <dc:date>2015-12-07T14:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: oAuth wildcard match on proxy serverUrl</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156932#M176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Are you registering your production website application url to get your client Id and secret?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 14:28:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156932#M176</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-07T14:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: oAuth wildcard match on proxy serverUrl</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156933#M177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but since it's not working, I'm wondering if it's misconfigured. I'm using Portal for ArcGIS Server 10.3, so I login to Portal &amp;gt; Add Item &amp;gt; An Application &amp;gt; Web Mapping with URL to the root of my site, Ready to Use, JavaScript API. I then view the item details in Portal and register it. I've tried a number of Redirect URI's thinking that might be the problem. I've tried the proxy, the page that calls the map, the home page. I've tried sharing with Everyone to eliminate that as an issue. The result is always an invalid token.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 14:35:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156933#M177</guid>
      <dc:creator>PamRichmond</dc:creator>
      <dc:date>2015-12-07T14:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: oAuth wildcard match on proxy serverUrl</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156934#M178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Have you looked at your web browsers web console to see what url it is using to request the token?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 14:48:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156934#M178</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-07T14:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: oAuth wildcard match on proxy serverUrl</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156935#M179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, it's requesting something like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;A class="unlinked" rel="nofollow" target="_blank" title="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;https://&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;mywebserver&amp;gt;/&amp;lt;mysitefolder&amp;gt;/proxy/proxy.ashx?&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;https://&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;lt;myportalserver&amp;gt;/arcgis/rest/services/&amp;lt;myservice&amp;gt;/MapServer?f=json&amp;amp;dpi=96&amp;amp;transparent=true&amp;amp;format=png24&amp;amp;callback=dojo.io.script.jsonp_dojoIoScript1._jsonpCallback&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does generate a token, but the token is invalid, and I am prompted to login. The account used to create the app is the same account that created the service, so ownership shouldn't be an issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 14:58:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156935#M179</guid>
      <dc:creator>PamRichmond</dc:creator>
      <dc:date>2015-12-07T14:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: oAuth wildcard match on proxy serverUrl</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156936#M180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; What I am wondering is if the url that the proxy is using for the actual token request is right. Do you see the actual token request?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 15:04:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156936#M180</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-07T15:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: oAuth wildcard match on proxy serverUrl</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156937#M181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, here are the detailed logs:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN&gt;2015-12-07 08:53:14 &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;myportalserver&amp;gt;/arcgis/rest/services/&amp;lt;myservice&amp;gt;/MapServer?f=json&amp;amp;dpi=96&amp;amp;transparent=true&amp;amp;format=png24&amp;amp;callback=dojo.io.script.jsonp_dojoIoScript1._jsonpCallback&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2015-12-07 08:53:15 Matching credentials found in configuration file. OAuth 2.0 mode: True&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN&gt;2015-12-07 08:53:15 Service is secured by &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;myportalserver&amp;gt;/portal/sharing/rest/oauth2/: getting new token...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2015-12-07 08:53:15 Sending request!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2015-12-07 08:53:16&amp;nbsp; Token obtained: &amp;lt;mytoken1&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN&gt;2015-12-07 08:53:16&amp;nbsp; Exchanging Portal token for Server-specific token for &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;myportalserver&amp;gt;/arcgis/rest/services/&amp;lt;myservice&amp;gt;/MapServer...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2015-12-07 08:53:16 Sending request!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2015-12-07 08:53:16&amp;nbsp; Token obtained: &amp;lt;mytoken2&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2015-12-07 08:53:16 Sending request!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2015-12-07 08:53:16 Renewing token and trying again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2015-12-07 08:53:16 Matching credentials found in configuration file. OAuth 2.0 mode: True&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN&gt;2015-12-07 08:53:16 Service is secured by &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;myportalserver&amp;gt;/portal/sharing/rest/oauth2/: getting new token...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2015-12-07 08:53:16 Sending request!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2015-12-07 08:53:17&amp;nbsp; Token obtained: &amp;lt;mytoken3&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN&gt;2015-12-07 08:53:17&amp;nbsp; Exchanging Portal token for Server-specific token for &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;myportalserver&amp;gt;/arcgis/rest/services/&amp;lt;myservice&amp;gt;/MapServer...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2015-12-07 08:53:17 Sending request!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2015-12-07 08:53:17&amp;nbsp; Token obtained: &amp;lt;mytoken4&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2015-12-07 08:53:17 Sending request!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 15:12:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156937#M181</guid>
      <dc:creator>PamRichmond</dc:creator>
      <dc:date>2015-12-07T15:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: oAuth wildcard match on proxy serverUrl</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156938#M182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Well the token url looks correct. I don't have much to suggest then. My last suggestion is to try username and password just for testing to see if you can get them to work and then call tech support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 15:31:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156938#M182</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-07T15:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: oAuth wildcard match on proxy serverUrl</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156939#M183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, thanks for trying. At least I know it's not off base. The username and password work, so it must be something with the application. Might be time to call support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 15:45:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/oauth-wildcard-match-on-proxy-serverurl/m-p/156939#M183</guid>
      <dc:creator>PamRichmond</dc:creator>
      <dc:date>2015-12-07T15:45:35Z</dc:date>
    </item>
  </channel>
</rss>

