You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reporting-services/security/configure-custom-or-forms-authentication-on-the-report-server.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Configure Custom or Forms Authentication on the Report Server"
3
3
description: "Configure Custom or Forms Authentication on the Report Server"
4
4
author: maggiesMSFT
5
5
ms.author: maggies
6
-
ms.date: 04/18/2017
6
+
ms.date: 11/11/2023
7
7
ms.service: reporting-services
8
8
ms.subservice: security
9
9
ms.topic: conceptual
@@ -27,9 +27,9 @@ Additionally, if you want to use Forms authentication or a custom authentication
27
27
28
28
### To configure a report server to use Custom authentication
29
29
30
-
1. Open RSReportServer.config in a text editor.
30
+
1. Open the rsreportserver.config in a text editor.
31
31
32
-
2. Find \<**Authentication**>.
32
+
2. Find the \<**Authentication**> section.
33
33
34
34
3. Copy the following XML structure:
35
35
@@ -42,15 +42,15 @@ Additionally, if you want to use Forms authentication or a custom authentication
42
42
</Authentication>
43
43
```
44
44
45
-
4. Paste it over the existing entries for \<**Authentication**>.
45
+
4. Paste it over the existing entries for the \<**Authentication**> section.
46
46
47
47
Note that you cannot use **Custom** with other authentication types.
48
48
49
49
5. Save the file.
50
50
51
-
6. Open the Web.config file for the report server. By default, it is located at \Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\ReportServer.
51
+
6. Open the Web.config file for the report server. By default, it is located in the same folder as the rsreportserver.config file (see [RsReportServer.config Configuration File](../../reporting-services/report-server/rsreportserver-config-configuration-file.md#bkmk_file_location)).
52
52
53
-
7. Find **authentication mode** and set it **Forms**.
53
+
7. Find **authentication mode** and set it to **Forms**.
0 commit comments