FAQ/windows-active-directory-security.md
... ...
@@ -4,8 +4,8 @@
4 4
5 5
##Windows Authentication
6 6
7
-In some cases, it is preferable to use a custom authentication system to store all authentication data, user lists, credentials etc.
8
-But sometimes it will be much easier to use system built-in authentication features that you are already leveraging instead of creating something new. ASP.NET can handle the authentication processes and all that is required is to apply needed roles/permissions/security rules for the user as described in our [[Security Guide|Integration/Tutorials/Security]].
7
+In some cases, it is preferable to use a custom authentication system to store all authentication data, user lists, credentials, etc.
8
+But sometimes it will be much easier to use built-in system authentication features that you are already leveraging instead of creating something new. ASP.NET can handle the authentication processes and all that is required is to apply needed roles/permissions/security rules for the user as described in our [[Security Guide|Integration/Tutorials/Security]].
9 9
10 10
Follow these steps to set up Windows Authentication with Impersonation for the AdHoc application:
11 11