Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
sathishP
New Member

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.

1 ACCEPTED SOLUTION
sathishP
New Member

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

View solution in original post

3 REPLIES 3
sathishP
New Member

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

Hi,

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 https://login.windows.net/common/oauth2/authorize you should be using https://login.microsoftonline.com/common.

 

That is documented here: https://github.com/AzureAD/azure-activedirectory-library-for-dotnet/wiki/Changes-adalnet-4.0#better-...

 

Apparently, the former url has been given uncorrectly given in many official examples previously, and v3 was quite forgiving about it.

 

See also: https://github.com/AzureAD/azure-activedirectory-library-for-dotnet/issues/1346#issuecomment-4323803...

 

No need to pin a prior ADAL version with that modification.

 

Hope that helps,

Mathias

Thank

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.