Forum Discussion
Authentication Power BI Report Server
- 1 year ago
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
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