I've installed and configured windows authentication on iis and windows before (local dev machine), using steps like this: iis windows authentication is missing at windows 10 (ASP.NET Visual Studio 2015)
- installed iis additional features using dism command line utility
- selected Windows authentication on "Add or remove windows features" (free translation from portuguese)
- configured It on iis
But now I'm trying to do It on windows 11, and It seems the first step is not working. I've already installed some of the packages available in c:\windows\servicing\packages, but none of them makes the windows authentication option to appear in "Turn Windows features...".
Has anyone configured windows authentication on windows 11?