Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
Solved! Go to Solution.
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
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.
No need to pin a prior ADAL version with that modification.
Hope that helps,
Mathias
Thank
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
5 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
9 | |
3 | |
3 | |
2 | |
2 |