<?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: Problem in Access Token Generation: Tenant authorize not found. in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Problem-in-Access-Token-Generation-Tenant-authorize-not-found/m-p/631903#M18638</link>
    <description>&lt;P&gt;Thank&lt;/P&gt;</description>
    <pubDate>Tue, 26 Feb 2019 09:57:28 GMT</pubDate>
    <dc:creator>Thanid</dc:creator>
    <dc:date>2019-02-26T09:57:28Z</dc:date>
    <item>
      <title>Problem in Access Token Generation: Tenant authorize not found.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Problem-in-Access-Token-Generation-Tenant-authorize-not-found/m-p/564338#M17582</link>
      <description>&lt;P&gt;I get this error while trying to&amp;nbsp;get Access Token:&lt;BR /&gt;Line of code:&amp;nbsp;var authenticationResult = await authenticationContext.AcquireTokenAsync(ResourceUrl, ApplicationId, credential);&lt;BR /&gt;&lt;BR /&gt;"&lt;STRONG&gt;Tenant authorize not found. This may happen if there are no active subscriptions for the tenant. Check with your subscription administrator&lt;/STRONG&gt;"&lt;BR /&gt;&lt;BR /&gt;I am able to embed my dash board and report in sample application form github. But not in our product, which has form authentication enabled.&lt;BR /&gt;&lt;BR /&gt;Please help me in this.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 14:23:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Problem-in-Access-Token-Generation-Tenant-authorize-not-found/m-p/564338#M17582</guid>
      <dc:creator>sathishP</dc:creator>
      <dc:date>2018-11-12T14:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Access Token Generation: Tenant authorize not found.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Problem-in-Access-Token-Generation-Tenant-authorize-not-found/m-p/569154#M17650</link>
      <description>&lt;P&gt;Resolved by reverting the assembly "&lt;STRONG&gt;Microsoft.IdentityModel.Clients.ActiveDirectory&lt;/STRONG&gt;" to&amp;nbsp;Version=&lt;STRONG&gt;3.13.9.1126.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using latest version of this assembly raised this issue. Version = 4.4.0.0&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 07:57:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Problem-in-Access-Token-Generation-Tenant-authorize-not-found/m-p/569154#M17650</guid>
      <dc:creator>sathishP</dc:creator>
      <dc:date>2018-11-20T07:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Access Token Generation: Tenant authorize not found.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Problem-in-Access-Token-Generation-Tenant-authorize-not-found/m-p/606447#M18302</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;a future-proof resolution for this issue is to adjust the AAD Authority Url in your config. ADAL v4 performs a stricter authority validation than v3. Instead of &lt;A href="https://login.windows.net/common/oauth2/authorize" target="_blank"&gt;https://login.windows.net/common/oauth2/authorize&lt;/A&gt; you should be using &lt;A href="https://login.microsoftonline.com/common" target="_blank"&gt;https://login.microsoftonline.com/common&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is documented here:&amp;nbsp;&lt;A href="https://github.com/AzureAD/azure-activedirectory-library-for-dotnet/wiki/Changes-adalnet-4.0#better-authority-validation" target="_blank"&gt;https://github.com/AzureAD/azure-activedirectory-library-for-dotnet/wiki/Changes-adalnet-4.0#better-authority-validation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apparently, the former url has been given uncorrectly given in many official examples previously, and v3 was quite forgiving about it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See also:&amp;nbsp;&lt;A href="https://github.com/AzureAD/azure-activedirectory-library-for-dotnet/issues/1346#issuecomment-432380338" target="_blank"&gt;https://github.com/AzureAD/azure-activedirectory-library-for-dotnet/issues/1346#issuecomment-432380338&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No need to pin a prior ADAL version with that modification.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Mathias&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 18:07:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Problem-in-Access-Token-Generation-Tenant-authorize-not-found/m-p/606447#M18302</guid>
      <dc:creator>mthierba</dc:creator>
      <dc:date>2019-01-22T18:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Access Token Generation: Tenant authorize not found.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Problem-in-Access-Token-Generation-Tenant-authorize-not-found/m-p/631903#M18638</link>
      <description>&lt;P&gt;Thank&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 09:57:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Problem-in-Access-Token-Generation-Tenant-authorize-not-found/m-p/631903#M18638</guid>
      <dc:creator>Thanid</dc:creator>
      <dc:date>2019-02-26T09:57:28Z</dc:date>
    </item>
  </channel>
</rss>

