powerbi_auth_proxy

Authentication provider for embedded PowerBI applications

View the Project on GitHub blueraster/powerbi_auth_proxy

PowerBI Authentication Proxy

Installation

Please refer to the link below that relates to your framework for installation instructions.

Embedding in your site

You will place the embed code inside a script tag on your site. The PowerBI reports will be placed just above the script tag in the rendered site.

Embed Code:

<script>
    (function(){
       var s = document.createElement('script');
       s.src = "/auth_proxy_routes/asset/secure_embed.js";
       var t = document.scripts[document.scripts.length - 1];
       t.parentNode.insertBefore(s, t);
    })();
</script>

API Documentation

Below you will find a link to generated documentation and diagrams of the codebase.

Documentation