Forum Discussion

sathishP's avatar
sathishP
New Member
7 years ago
Solved

Problem in Access Token Generation: Tenant authorize not found.

I get this error while trying to get Access Token:
Line of code: var authenticationResult = await authenticationContext.AcquireTokenAsync(ResourceUrl, ApplicationId, credential);

"Tenant authorize not found. This may happen if there are no active subscriptions for the tenant. Check with your subscription administrator"

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.

Please help me in this.

  • Resolved by reverting the assembly "Microsoft.IdentityModel.Clients.ActiveDirectory" to Version=3.13.9.1126.

     

     

    Using latest version of this assembly raised this issue. Version = 4.4.0.0

3 Replies