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
acp206
Frequent Visitor

Kerberos Authentication Help

Hello all- I'm trying to get Kerberos Authentication configured for Power BI Report Server and running into some issues. I am on September 2022 and we are using a Domain Service account. We are connectivity via HTTPs.

 

I followed this article: https://learn.microsoft.com/en-us/power-bi/report-server/configure-kerberos-powerbi-reports#authenti...

 

I already made this change to the rsreportserver.config file:

 

<AuthenticationTypes>
<RSWindowsNegotiate/>
<RSWindowsNTLM/>
</AuthenticationTypes>

 

These are the SPNs set for the domain service account:

HTTP/powerbireports

HTTP/powerbireports.fqdn

HTTP/servername

HTTP/servername.fqdn

 

My question is- is there anything else I need to do since we have 2 HTTPs URLs configured? Am I missing a step? One of the URLs is the computer name and one is a custom URL.

 

When I hit the URLs I'm still prompted for username and password. I'm running Fiddler and seeing an HTTPS 401 Unauthorized error. Also looks like it's still using NTLM.

 

Appreciate the help! Hope it's as easy as mis-configured SPNs.

1 ACCEPTED SOLUTION
acp206
Frequent Visitor

SPNs were not mis-configured. This was due to an issue with Validating the Domain Controller certificate. I was able to see the error once I enabled Kerberos logging.

View solution in original post

2 REPLIES 2
acp206
Frequent Visitor

SPNs were not mis-configured. This was due to an issue with Validating the Domain Controller certificate. I was able to see the error once I enabled Kerberos logging.

d_gosbell
Super User
Super User

You could try using the tool linked here Using Kerberos Configuration Manager for SQL Server - SQL Server | Microsoft Learn it can help diagnose a number of common Kerberos configuration issues

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.

Top Solution Authors