Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 2.27 KB

File metadata and controls

39 lines (32 loc) · 2.27 KB
title Implementing a Security Extension | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology reporting-services
ms.topic reference
helpviewer_keywords
security [Reporting Services], extensions
forms-based authentication [Reporting Services]
custom authentication [Reporting Services]
extensions [Reporting Services], custom security
ms.assetid d2327e7c-0d48-49e3-bcd9-3bba4e67a68b
author maggiesMSFT
ms.author maggies
manager kfile

Implementing a Security Extension

[!INCLUDEmsCoName] Windows Authentication is the primary system for securing reports in [!INCLUDEssNoVersion] [!INCLUDEssRSnoversion]. In certain cases, however, you may need to extend the [!INCLUDEssRSnoversion] security system to accommodate custom security in your enterprise. You can do this using the development platform provided by the [!INCLUDEssRSnoversion] API. This section will present an overview of security extensions in [!INCLUDEssRSnoversion].

For complete details about implementing, deploying, and removing a [!INCLUDEssRSnoversion] security extension, please see SQL Server Reporting Services Product Samples.

In This Section

Security Extensions Overview
Provides an overview of Reporting Services Security Extensions.

Authentication in Reporting Services
Discusses authentication in [!INCLUDEssRSnoversion].

Authorization in Reporting Services
Covers authorization in [!INCLUDEssRSnoversion].

See Also

xref:Microsoft.ReportingServices.Interfaces
Reporting Services Extensions
Reporting Services Extension Library