Configure SQL Reporting Services 2016 for Custom Authentication -- 2

Job ID: 33762428

Budget: $30 – $250 USD

I need a snippet with step by step guide, how to setup Microsoft SQL Reporting Services 2016 for a custom Authentication and Authorization provider written in .NET, C#.

The provider can be a stub (hardcoded username, password, access list), I will write the final auth code myself.

The solution must prove that authenicated user has only given rights. The acceptance test will be to create within the module 2 users (with hardcoded passwords) which each will have permission to different subset of reports.

This can be a reference https://docs.microsoft.com/en-us/sql/reporting-services/security/configure-custom-or-forms-authentication-on-the-report-server?view=sql-server-ver15, just I need a SQL 2016 version.
Sample repo https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample
Related categories: .NET C# Programming ASP.NET Microsoft SQL Server