You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried but both need to refresh the page once to display the report. The next time it is refreshed, the Power BI report will be easily loaded on the screen It means that I am authenticated.
Maybe you can help me to solve my problem
The text was updated successfully, but these errors were encountered:
Hi all
I have setup Power BI Custom Security on the server.
When the system reaches the following line of code
FormsAuthentication.SetAuthCookie(@"administrator", false);
I get authenticated, but nothing special happens in Power BI on Iframe in my c# portal. in addition to
FormsAuthentication.RedirectFromLoginPage(@"administrator", false);
I tried but both need to refresh the page once to display the report. The next time it is refreshed, the Power BI report will be easily loaded on the screen It means that I am authenticated.
Maybe you can help me to solve my problem
The text was updated successfully, but these errors were encountered: