Forum Discussion
PowerBI Report server integration with OPENID connect
You should create your own authentication provider - We did that to manage SSO - 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. MSFT has since provided a sample specific for PBI RS. Here is the link https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample
good luck.
Luis
- Anonymous7 years agoNot applicableThank YOU so much for a quick reply.Do you have some sample which works with openId connect.
I have one more question. Do we require ADFS to implement it or we just have to create custom extension and that is it.- luisrh7 years ago
Responsive Resident
I don't believe there is a sample and I don't have one. You don't need to use ADFS for your solution. The auth provider you write would be managing all of that. This sample should give you enough to go on. If I find an OpenID implementation, I will post here. This code should be able to give you a good idea of how to implement.
thanks