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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.