miércoles, 8 de noviembre de 2017

Configure Custom or Forms Authentication on the Report Server

This project will help you to get started with how to deploy a custom security extension to SQL Reporting Services 2016.

The project documentation in github is below.


# Synopsis
# Custom Authentication in SSRS2016

SSRS 2016 introduced a new portal to host new OData APIs and host new report workloads such as mobile reports and KPIS. This new portal relies in newer technologies and is isolated from the familiar ReportingServicesService by running in a separate process. This process is not an ASP.NET hosted application and as such breaks assumptions from existing custom security extensions. Moreover, the current interfaces for custom security extensions don't allow for any external context to be passed-in, leaving implementers with the only choice to inspect well-known global ASP.NET Objects, this required some changes to the interface.


https://github.com/Microsoft/Reporting-Services

No hay comentarios:

Publicar un comentario

  Installing Redis-x64-3.2.100 on Windows and Running Redis Server https://medium.com/@kasunprageethdissanayake/installing-redis-x64-3-2-100...