Details
-
New Feature
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
-
Windows
-
Windows Kanban, Windows - 2018-03-21
-
Needs Assessment
Description
Use case is to disable Anonymous and enable Windows Authentication, which is pretty standard.
Desired Behavior:
The ability to manage authentication at the site level.
Actual Behavior:
The IIS module only allows for authenticationinfo to be used within iis_application and not iis_site.
Workaround:
This is PowerShell to run to after feature delegation has been set:
Set-WebConfigurationProperty -Filter /system.webserver/security/authentication/anonymousAuthentication -name enabled -value false -PSPath 'IIS:\Sites\Default Web Site'
|
|
Set-WebConfigurationProperty -Filter /system.webserver/security/authentication/windowsAuthentication -name enabled -value true -PSPath 'IIS:\Sites\Default Web Site'
|
Attachments
Issue Links
- duplicates
-
MODULES-4963 IIS Module does not manage authentication settings
-
- Closed
-
- mentioned in
-
Page Loading...