RegionOrebroLan-Lab / Reporting-Services-With-ADFS-Authentication

6 stars 2 forks source link

Does OAuth support in recent release(s) of SSRS make this obsolete? #16

Open billvolt opened 1 year ago

billvolt commented 1 year ago

The article linked below suggests that SSRS supports ADFS. Does this repo have further use for those running current versions of SSRS and ADFS?

Using OAuth to connect to Power BI Report Server and SSRS https://learn.microsoft.com/en-us/power-bi/consumer/mobile/mobile-oauth-ssrs

HansKindberg commented 1 year ago

Hi

I dont know actually. I set up this repository some years ago and even then you could do something similar as I remember. They are two different ways. As I understand the article is that you have a proxy where you authenticate with ADFS and then ADFS-authentication is "transmitted" to Windows-authentication and passed to the SSRS. In this repository/example we change the SSRS-authentication from default Windows-athentication to custom.

When I worked with this, I got the ideas from this Microsoft-repository: https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample/

That example describes forms-authentication with SSRS. But that repository does not seem to be "alive". There are no commits for over 4 years.

I think you should try the link you have first. Feels better to do something Microsoft has documented.

Sorry that I can not help you better.