Can you embed power bi reports from Power BI Report Server into angular app without asking for credentials and without creating AD account?

Jailani Makanadar 1 Reputation point
2022-07-01T10:20:03.227+00:00

Hi Guys,

I have few power BI reports running under power bi report server, I would like embed them into angular application. This should not ask for credentials and this should not require user to be part AD group.

Kind regards
Jailani M M

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,797 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Newbie Jones 1,331 Reputation points
    2022-07-01T10:41:05.24+00:00

    Service Accounts? Pretty sure you will at least need an AD account on the back end.

    Have a look here and see if this fits the bill?

    https://community.powerbi.com/t5/Report-Server/Service-account-on-Report-server/m-p/2435694


  2. JamesTran-MSFT 36,541 Reputation points Microsoft Employee
    2022-07-05T22:31:14.773+00:00

    @Jailani Makanadar
    Thank you for your post!

    When it comes to embedding a Power BI report into an Angular Application, you should be able to do this by leveraging the powerbi-client-angular GitHub repo. For your specific issue of not wanting the app to ask for credentials or requiring users to be part of an AD group, I don't believe this is possible. Based off the Embed a Power BI report section, it looks like passing an accessToken is part of the configuration, and this token should be used to perform authentication/authorization to ensure the user trying to view your report has the correct permissions.

    Additional Link:
    Announcing Power BI Angular Component

    Since Power BI isn't supported here on Q&A, I'd recommend reaching out to their experts within the Microsoft Power BI Community.

    If you have any other questions, please let me know.
    Thank you for your time and patience throughout this issue.

    ----------

    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.

    0 comments No comments