<?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 Redirect URL doesn't allow Me to test it with subdomain in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/OAuth-Redirect-URL-doesn-t-allow-Me-to-test-it-with-subdomain/m-p/311738#M18545</link>
    <description>&lt;DIV&gt;i facing issue invalid redirect url&lt;BR /&gt;i am having sub domin application.&lt;BR /&gt;my&amp;nbsp;domain is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://tixio.io/" target="_blank"&gt;tixio.io&lt;/A&gt;&lt;BR /&gt;and user has there own company and then they can login using there company name&amp;nbsp;&lt;BR /&gt;&lt;A href="http://teamlance.tixio.io/" target="_blank"&gt;teamlance.tixio.io&lt;/A&gt;, teamlance is company name .. its dyanmic ,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;so this is full url i am having and now i am passing this url in redirect url in my app.&amp;nbsp;&lt;BR /&gt;its working fine for me when i am passing full url but when i am trying it to another url like test.tixio.io its not working giveing invalid url please help me out for this.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;and also&amp;nbsp;i am testing it on local but same i am not able to login so please help me out with this.? what should be the url in redirect url ??&lt;BR /&gt;in locahost i using react js&amp;nbsp;&lt;BR /&gt;i am having johnsmith.localhost:3005&lt;SPAN&gt;/userdrive&lt;/SPAN&gt; url or johnsmith.johnsmith.com:3005/userdrive&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;so please help i will be vary thankful for this help&lt;/DIV&gt;</description>
    <pubDate>Wed, 29 May 2019 09:09:21 GMT</pubDate>
    <dc:creator>Vikramkakkar</dc:creator>
    <dc:date>2019-05-29T09:09:21Z</dc:date>
    <item>
      <title>OAuth Redirect URL doesn't allow Me to test it with subdomain</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/OAuth-Redirect-URL-doesn-t-allow-Me-to-test-it-with-subdomain/m-p/311738#M18545</link>
      <description>&lt;DIV&gt;i facing issue invalid redirect url&lt;BR /&gt;i am having sub domin application.&lt;BR /&gt;my&amp;nbsp;domain is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://tixio.io/" target="_blank"&gt;tixio.io&lt;/A&gt;&lt;BR /&gt;and user has there own company and then they can login using there company name&amp;nbsp;&lt;BR /&gt;&lt;A href="http://teamlance.tixio.io/" target="_blank"&gt;teamlance.tixio.io&lt;/A&gt;, teamlance is company name .. its dyanmic ,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;so this is full url i am having and now i am passing this url in redirect url in my app.&amp;nbsp;&lt;BR /&gt;its working fine for me when i am passing full url but when i am trying it to another url like test.tixio.io its not working giveing invalid url please help me out for this.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;and also&amp;nbsp;i am testing it on local but same i am not able to login so please help me out with this.? what should be the url in redirect url ??&lt;BR /&gt;in locahost i using react js&amp;nbsp;&lt;BR /&gt;i am having johnsmith.localhost:3005&lt;SPAN&gt;/userdrive&lt;/SPAN&gt; url or johnsmith.johnsmith.com:3005/userdrive&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;so please help i will be vary thankful for this help&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 May 2019 09:09:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/OAuth-Redirect-URL-doesn-t-allow-Me-to-test-it-with-subdomain/m-p/311738#M18545</guid>
      <dc:creator>Vikramkakkar</dc:creator>
      <dc:date>2019-05-29T09:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: OAuth Redirect URL doesn't allow Me to test it with subdomain</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/OAuth-Redirect-URL-doesn-t-allow-Me-to-test-it-with-subdomain/m-p/312133#M18560</link>
      <description>&lt;P&gt;The OAuth 2 spec requires that the redirect_uri values associated with an app be explicit.&amp;nbsp; This means you either need to include a separate redirect_uri for each subdomain, or use a single explicit one.&amp;nbsp; In scenarios like you describe where the subdomain is dynamic, we recommend encoding an identifier in the `state` parameter that will be returned as part of the OAuth redirect.&amp;nbsp; You can then use that same value to map the OAuth response to the appropriate subdmain.&lt;/P&gt;
&lt;P&gt;If you are testing locally, you will want to use a redirect_uri that includes `localhost`.&amp;nbsp; This would be the URL domain in your browser window when testing locally.&amp;nbsp; Make sure your app configuration (accessible via &lt;A href="https://www.dropbox.com/developers/apps" target="_self"&gt;https://www.dropbox.com/developers/apps&lt;/A&gt;&amp;nbsp;) has the localhost&amp;nbsp;URL included in the `redirect_uri` list.&lt;/P&gt;
&lt;P&gt;For more information on setting up your OAuth 2 flow, I recommend reading our &lt;A href="https://www.dropbox.com/developers/reference/oauth-guide" target="_blank"&gt;OAuth guide&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Nov 2018 00:42:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/OAuth-Redirect-URL-doesn-t-allow-Me-to-test-it-with-subdomain/m-p/312133#M18560</guid>
      <dc:creator>DBX_Robert</dc:creator>
      <dc:date>2018-11-24T00:42:23Z</dc:date>
    </item>
  </channel>
</rss>

