<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic PowerBI Report server integration with OPENID connect in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/PowerBI-Report-server-integration-with-OPENID-connect/m-p/681040#M10165</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to deply PowerBI Report server in our OnPrem environement and use it a de facto Reporting platform. We do not use Active Directory but we use SSO (OpenID Connect based SSO). Now I am wondering how do I deploy PowerBI Report server in our environment.&lt;/P&gt;&lt;P&gt;This article from Microsoft: &lt;FONT&gt;&lt;A href="https://docs.microsoft.com/en-us/sql/reporting-services/security/authentication-with-the-report-server?view=sql-server-2017" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/sql/reporting-services/security/authentication-with-the-report-server?view=sql-server-2017&lt;/A&gt; clearly states that SSO is not supported by PowerBI but states that &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"The report server hosting environment does not support ISAPI filters. If the SSO technology you are using is implemented as an ISAPI filter, consider using the ISA Server built-in support for RSASecueID or the RADIUS protocol. Otherwise, you can create an ISA Server ISAPI or an HTTPModule for RS, but it is recommended you use ISA Server directly."&lt;/STRONG&gt;&amp;nbsp; How do we use this option?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another point from the article states that :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Specify Custom only if you are deploying a custom authentication module that handles all authentication requests on the report server. You cannot use the Custom authentication type with the default Windows Authentication extension." &lt;/STRONG&gt;Do we have custom security handler sample for this purpose?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another option I was thinking of to use&amp;nbsp; ADFS but not sure if ADFS will work with Report server.? I am thinking Active Directory --&amp;gt;ADFS which federates to OpenID connect based Auth. Do we have any documentation regarding this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Rajaniesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2019 15:34:55 GMT</pubDate>
    <dc:creator>rajaniesh</dc:creator>
    <dc:date>2019-04-30T15:34:55Z</dc:date>
    <item>
      <title>PowerBI Report server integration with OPENID connect</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PowerBI-Report-server-integration-with-OPENID-connect/m-p/681040#M10165</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to deply PowerBI Report server in our OnPrem environement and use it a de facto Reporting platform. We do not use Active Directory but we use SSO (OpenID Connect based SSO). Now I am wondering how do I deploy PowerBI Report server in our environment.&lt;/P&gt;&lt;P&gt;This article from Microsoft: &lt;FONT&gt;&lt;A href="https://docs.microsoft.com/en-us/sql/reporting-services/security/authentication-with-the-report-server?view=sql-server-2017" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/sql/reporting-services/security/authentication-with-the-report-server?view=sql-server-2017&lt;/A&gt; clearly states that SSO is not supported by PowerBI but states that &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"The report server hosting environment does not support ISAPI filters. If the SSO technology you are using is implemented as an ISAPI filter, consider using the ISA Server built-in support for RSASecueID or the RADIUS protocol. Otherwise, you can create an ISA Server ISAPI or an HTTPModule for RS, but it is recommended you use ISA Server directly."&lt;/STRONG&gt;&amp;nbsp; How do we use this option?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another point from the article states that :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Specify Custom only if you are deploying a custom authentication module that handles all authentication requests on the report server. You cannot use the Custom authentication type with the default Windows Authentication extension." &lt;/STRONG&gt;Do we have custom security handler sample for this purpose?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another option I was thinking of to use&amp;nbsp; ADFS but not sure if ADFS will work with Report server.? I am thinking Active Directory --&amp;gt;ADFS which federates to OpenID connect based Auth. Do we have any documentation regarding this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Rajaniesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 15:34:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PowerBI-Report-server-integration-with-OPENID-connect/m-p/681040#M10165</guid>
      <dc:creator>rajaniesh</dc:creator>
      <dc:date>2019-04-30T15:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI Report server integration with OPENID connect</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PowerBI-Report-server-integration-with-OPENID-connect/m-p/681218#M10169</link>
      <description>&lt;P&gt;You should create your own authentication provider -&amp;nbsp; We did that to manage SSO -&amp;nbsp; We did that a while ago and had to modify for PBI RS - it works and you can front end authentication as well as manage authorization if you needed to set those policies in SSRS as users log in.&amp;nbsp; &amp;nbsp;MSFT has since provided a sample specific for PBI RS.&amp;nbsp; &amp;nbsp; Here is the link&amp;nbsp;&lt;A href="https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample" target="_blank"&gt;https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;good luck.&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 23:07:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PowerBI-Report-server-integration-with-OPENID-connect/m-p/681218#M10169</guid>
      <dc:creator>luisrh</dc:creator>
      <dc:date>2019-04-30T23:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI Report server integration with OPENID connect</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PowerBI-Report-server-integration-with-OPENID-connect/m-p/681557#M10177</link>
      <description>Thank YOU so much for a quick reply.Do you have some sample which works with openId connect.&lt;BR /&gt;I have one more question. Do we require ADFS to implement it or we just have to create custom extension and that is it.</description>
      <pubDate>Wed, 01 May 2019 11:36:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PowerBI-Report-server-integration-with-OPENID-connect/m-p/681557#M10177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-01T11:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI Report server integration with OPENID connect</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PowerBI-Report-server-integration-with-OPENID-connect/m-p/681747#M10180</link>
      <description>&lt;P&gt;I don't believe there is a sample and I don't have one.&amp;nbsp; &amp;nbsp;You don't need to use ADFS for your solution.&amp;nbsp; &amp;nbsp;The auth provider you write would be managing all of that.&amp;nbsp; &amp;nbsp;This sample should give you enough to go on.&amp;nbsp; &amp;nbsp;If I find an OpenID implementation,&amp;nbsp; I will post here.&amp;nbsp; &amp;nbsp; This code should be able to give you a good idea of how to implement.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 15:47:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PowerBI-Report-server-integration-with-OPENID-connect/m-p/681747#M10180</guid>
      <dc:creator>luisrh</dc:creator>
      <dc:date>2019-05-01T15:47:00Z</dc:date>
    </item>
  </channel>
</rss>

