Select the product you need help with
How to configure SQL Reporting Services 2012 in SharePoint Server 2010 for Kerberos authenticationArticle ID: 2723587 - View products that this article applies to. SUMMARYThis article describes how to configure SQL Reporting Services 2012 in Microsoft SharePoint Server 2010 for Kerberos authentication. MORE INFORMATIONCreate Reporting Services service account As a best practice Reporting Services 2012 should run under its own domain identity. To configure the Reporting Services 2012 Service Application, an Active Directory account must be created and registered as a managed account in SharePoint Server 2010. For more information see Managed Accounts in SharePoint 2010
(http://blogs.technet.com/b/wbaer/archive/2010/04/11/managed-accounts.aspx)
. In this example the following account is created and registered later inCollapse this table
* NOTE: You can optionally reuse a single domain account for multiple services. This configuration is not covered in the following sections. Create an SPN for the Service Account that is running RS 2012 service on the Application Server The Active Directory Users and Computers MMC snap-in is typically used to configure Kerberos delegation. To configure the delegation settings within the snap-in, the Active Directory object being configured must have a service principal name applied; otherwise the delegation tab for the object will not be visible in the object’s properties dialog. Although Reporting Services2012 does not require a SPN to function, we will configure one for this purpose. Note that if the service account already has an SPN applied (in the case of sharing accounts across services) this step is not required. On the command line, run the following command: SETSPN -S SP/PPS vmlab\svcRS2012 Collapse this table
Configure Kerberos constrained delegation from the Reporting Services Service account to the SSAS Service and optionally for SQL Server service To allow Reporting services to delegate the client's identity, Kerberos constrained delegation must be configured. You must also configure constrained delegation with protocol transition for the conversion of claims token to Windows token via the WIF C2WTS. Each server running Reporting Services must be trusted to delegate credentials to each back-end service with which Reporting Services will authenticate. In addition, the Reporting Services service account must also be configured to allow delegation to the same back-end services. Notice also that HTTP/Portal and HTTP/Portal.vmlab.local are configured to delegate in order to include a SharePoint list as an optional data source for your Reporting Services reports. In our example the following delegation paths are defined: Collapse this table
To configure constrained delegation 1. Open the Active Directory Object’s properties in Active Directory Users and Computers. 2. Navigate to the Delegation tab. Collapse this image ![]() 3. Select Trust this computer for delegation to specified services only. 4. Select Use any authentication protocol. 5. Click the add button to select the service principal. 6. Select User and Computers. Collapse this image ![]() 7. Select the service account running the service you wish to delegate to (SQL Server, SQL Server Analysis Services, or both). Collapse this table
8. Click OK. 9. Select the SPNs you would like to delegate to, and then click OK. Collapse this image ![]() 10. You should now see the selected SPNS in the services to which this account can presented delegated credentials list. Collapse this image ![]() 11. Repeat these steps for each delegation path defined in the beginning of this section. Start the Reporting Services service instance on the Reporting Services server Before creating a Reporting Services service application, start the Reporting Services service on the designated Farm servers. To learn more about Reporting Services configuration, see http://msdn.microsoft.com/en-us/library/cc281311
(http://msdn.microsoft.com/en-us/library/cc281311)
on Microsoft TechNet.1. Open Central Administration. 2. Under services, select Manage services on server. Collapse this image ![]() 3. In the server selection box in the upper right hand corner select the server(s) running Reporting Services 4. Start the SQL Server Reporting Services Service service. Create the Reporting Services service application and proxy Next configure a new Reporting Services service application and application proxy to allow web applications to consume Reporting Services: 1. Open Central Administration. 2. Select Manage Service Applications under Application Management. Collapse this image ![]() 3. Select New, and then click SQL Server Reporting Services Service Application. Collapse this image ![]() 4. Configure the new service application. Be sure to select the correct service account or create a new managed account if you did not perform this step previously. Collapse this image ![]() You can create and register a new service account for an existing application pool dedicated for Reporting Services before this step or when you create the new Reporting Services Service. To associate the service account with an existing application pool dedicated to Reporting Services or verify an existing account, do the following. 1. Navigate to SharePoint Central Administration. Find Configure managed accounts in the Security section. 2. Select the drop-down box and select the application pool. 3. Select the Active Directory account. Collapse this image ![]() Grant the Reporting Services service account permissions on the web application content database A required step in configuring SharePoint Server 2010 Office Web Applications is allowing the web application’s service account access to the content databases for a given web application. In this example, we will grant the Reporting Services account access to the "portal" web application’s content database by using Windows PowerShell. Run the following command from the SharePoint 2010 Management Shell: $w = Get-SPWebApplication -Identity http://portal $w.GrantAccessToProcessIdentity("vmlab\svcRS2012") Note This is a "FAST PUBLISH" article created directly from within the Microsoft support organization. The information contained herein is provided as-is in response to emerging issues. As a result of the speed in making it available, the materials may include typographical errors and may be revised at any time without notice. See Terms of Use
(http://go.microsoft.com/fwlink/?LinkId=151500)
for other considerations.PropertiesArticle ID: 2723587 - Last Review: June 24, 2012 - Revision: 3.0
|











Back to the top








