Forum Discussion

wasiqkhan's avatar
wasiqkhan
Frequent Visitor
2 years ago
Solved

Embed RLS report to company website

Hi, I want to publish my RLS (Row-Level Security) report on the company website where my clients can log in using their company IDs. I have implemented RLS security so that only specific clients can access their own data. It's important to note that I don't want to require my clients to create a Microsoft account. I would appreciate it if you could provide the nearest possible solution.


  • wasiqkhan wrote:

    No, I don't want to develop separate apps for this; I just want to embed a report on the website, provide client login functionality, and enable report filtering according to RLS. thanks d_gosbell 


    Well you are out of luck since the ONLY way to provide custom login is through an embedded app.

     

    If you use plain website embedding you need to use EntraID for authentication (and the user licensing could be an added complication with this) and if you use publish to web there is no authentication (and therefore RLS does not work)

3 Replies

  • wasiqkhan's avatar
    wasiqkhan
    Frequent Visitor

    No, I don't want to develop separate apps for this; I just want to embed a report on the website, provide client login functionality, and enable report filtering according to RLS. thanks d_gosbell 

    • d_gosbell's avatar
      d_gosbell
      Super User

      wasiqkhan wrote:

      No, I don't want to develop separate apps for this; I just want to embed a report on the website, provide client login functionality, and enable report filtering according to RLS. thanks d_gosbell 


      Well you are out of luck since the ONLY way to provide custom login is through an embedded app.

       

      If you use plain website embedding you need to use EntraID for authentication (and the user licensing could be an added complication with this) and if you use publish to web there is no authentication (and therefore RLS does not work)