Forum Discussion
Authentication Required - Remove this step
What is your authentication setting? Are you using Kerberos?
Currently, we are using Active Directory to give access to the PBIX files. Users use a the Report Server weblink and a prompt comes up asking for authentication. Users use their Windows Credentials to login.
Regards,
KK
- muchinski8 years agoResolver II
Hi, it is hard to be sure (because you offuscated your URL), but I guess that you are using a FQDN name on your URL. Are you?
If yes, by security reasons, your browser will not try to impersonate the authenticated user. To solve this problem, you sould add your domain to the Local Intranet configuration of your browser (something like *.yourdomain.com). This can also be done for all the machines using a police on AD.
You can find more about it on the following link : https://support.microsoft.com/en-us/help/303650/intranet-site-is-identified-as-an-internet-site-when-you-use-an-fqdn-o
- pbx8 years agoHelper VGetting prompted means either you are not using Kerberos, i.e. using NTLM authentication, or your setup of Kerberos is not correct. Please refer to here for more info:
https://docs.microsoft.com/en-us/power-bi/report-server/configure-kerberos-powerbi-reports#authentication-type-within-report-server-configuration- msbikk8 years agoFrequent Visitor
After further communications and readings I found that "smoupre" has commented about the single sign-on using ADFS Server. below is the link
https://community.powerbi.com/t5/Service/Single-Sign-on-for-Power-BI/td-p/221115
I am trying to find the documentation references for implementation of this but also there is only little I can do here to implement due to the nature of the project. I am trying to get the information from Power BI developer/solutions perspective what information should I be sharing with the Infrastructure team so that they can implement it.
In addition to ADFS Server, there is another option "Azure AD Pass Through Authentication".
Regards,
KK