Forum Discussion

Jayant_Chopde's avatar
Jayant_Chopde
New Member
8 years ago
Solved

PowerBI SignOut redirect to custom page

Is there any way in PowerBI to redirect the user to the custom logout page i.e. my organization logout page, after the user signs out of Power BI?  Currently when the user Signout of PowerBI, he/she always gets landed on the 'You signed out of your account. It's a good idea to close all browser windows.'. I want to display my organization page instead. 

 

 

  • Anonymous's avatar
    Anonymous
    8 years ago

    HI Jayant_Chopde,

     

    >>I also could not understand how can I inject a custom javascript function into the app.powerBI.com page to achieve the custom redirection? 

    Some of plug-in of specific web browser support to invoke custom javascript/jquery functions.(for e.g. tampermonkey, greasemonkey)

    Sample:

    Redirecting links via Greasemonkey

     

    Regards,

    Xiaoxin Sheng

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Jayant_Chopde,

     

    Nope, power bi not support to redirect logout page to specific site.

    In my opinion, I'd like to suggest you write some custom javascript function or modify host file to force redirect to specific site.

     

    Regards,

    Xiaoxin Sheng

    • Jayant_Chopde's avatar
      Jayant_Chopde
      New Member

      Thanks for your input. Just to clearify, I am using app.powerbi.com, and I don't have any control over the servers to add a host entry. Adding a host entry in my server won't help as the code is executing in the enduser browser. I also could not understand how can I inject a custom javascript function into the app.powerBI.com page to achieve the custom redirection? Will you please elobrate on this approach? Thanks.

      • Anonymous's avatar
        Anonymous
        Not applicable

        HI Jayant_Chopde,

         

        >>I also could not understand how can I inject a custom javascript function into the app.powerBI.com page to achieve the custom redirection? 

        Some of plug-in of specific web browser support to invoke custom javascript/jquery functions.(for e.g. tampermonkey, greasemonkey)

        Sample:

        Redirecting links via Greasemonkey

         

        Regards,

        Xiaoxin Sheng