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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
SBDEV
Regular Visitor

tenant identifier 'authorize' is neither a valid DNS name, nor a valid external domain error

Hi,

 

I'm hoping someone has some ideas, we started having this problem about a week ago.  We cannot access https://analysis.windows.net/powerbi/api used for integration to acquire a token.

 

The error message is:

AADSTS900023: Specified tenant identifier 'authorize' is neither a valid DNS name, nor a valid external domain. Trace ID: 7c84e182-7173-47de-9737-4cc3cebb4700 Correlation ID: b2eabff7-593f-4909-980f-6dfa709310ef Timestamp: 2022-09-02 02:43:25Z

 

Here is the c# code:

var authenticationContext = new AuthenticationContext("https://login.windows.net/common/oauth2/authorize/");
var authenticationResult = authenticationContext.AcquireTokenAsync("https://analysis.windows.net/powerbi/api", settings.ApplicationId, credential).GetAwaiter().GetResult();

 

Any advice would be appreciated.

 

Thanks!

4 REPLIES 4
lbendlin
Super User
Super User

You can raise an issue at https://issues.powerbi.com . If you have a Pro license you can consider raising a Pro ticket at https://powerbi.microsoft.com/en-us/support/pro/

Appreciate the help, I did create a ticket and they suggested I contact the community.  They are now going to assign a developer to contact us.

 

Thanks

Did you ever get a response, I am getting the same error after updating to Microsft.PowerBI.Api v 4.10.0

If this is in a corporate environment, you need to specify the corporate domain you are authenticating against.  if my user is joeblogs@contoso123.com ..... use contoso123.com in the tenant field. It worked for me. Hope it helps someone else. 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.