Forum Discussion
Authentication Power BI Report Server
how authentication happens in case of power bi report server? will it happen through windows active directory or azure active directiory?
Power BI Report Server uses Windows Authentication via an on-premises Active Directory (AD).
Authentication methods include:
- Windows Authentication – Users are authenticated via Kerberos or NTLM when connected to the corporate domain.
- Forms Authentication – Custom authentication can be configured via extensions, but this requires development.
- Basic Authentication / Anonymous Access – Possible but not recommended for security reasons.
Power BI Report Server does not support Azure Active Directory (AAD) natively.
If external users or organizations using AAD need access, solutions like VPN or ADFS federation are required.If the user is referring to Power BI Service (cloud), authentication is handled via Azure Active Directory (AAD).
Bottom line:
Power BI Report Server primarily works with Windows Active Directory, not Azure AD.
For more details, refer to Microsoft's official documentation:
- 🔗 Authentication in Report Server
- 🔗 RsReportServer.config configuration file
- 🔗 Configure Windows Authentication for Report Server
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
2 Replies
- Shravan133Super User
Both. depends on your scenario and needs.
-
Windows Active Directory (AD): This is the most common method, where users are authenticated using their Windows credentials. It supports NTLM and Kerberos authentication protocols
-
Azure Active Directory (AAD): For environments integrated with Azure, AAD can be used to authenticate users. This is particularly useful for hybrid environments where both on-premises and cloud resources are used
-
-
- Ritaf1983Super User
Power BI Report Server uses Windows Authentication via an on-premises Active Directory (AD).
Authentication methods include:
- Windows Authentication – Users are authenticated via Kerberos or NTLM when connected to the corporate domain.
- Forms Authentication – Custom authentication can be configured via extensions, but this requires development.
- Basic Authentication / Anonymous Access – Possible but not recommended for security reasons.
Power BI Report Server does not support Azure Active Directory (AAD) natively.
If external users or organizations using AAD need access, solutions like VPN or ADFS federation are required.If the user is referring to Power BI Service (cloud), authentication is handled via Azure Active Directory (AAD).
Bottom line:
Power BI Report Server primarily works with Windows Active Directory, not Azure AD.
For more details, refer to Microsoft's official documentation:
- 🔗 Authentication in Report Server
- 🔗 RsReportServer.config configuration file
- 🔗 Configure Windows Authentication for Report Server
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly