For normal AD authentication, you can remove the <authentication> tag from web.config and remove anonymous authentication from the IIS applicationpool.
I have this running, set up as Damiaan's second suggestion.
For normal AD authentication, you can remove the
Note that I do experience a problem where ScheduledPublishing does not work when using Windows Authentication only (https://our.umbraco.org/forum/using-umbraco-and-getting-started/86389-scheduledpublishing-and-integrated-security-not-authorized)
Windows Authentication for front end..
Hi can anyone suggest how to use windows authentication for the front end in umbraco?
Did you figure this out? Have a client that needs the same :)
Kind regards
Anders
If you are using Azure AD, you could use UmbracoIdenitty.
For normal AD authentication, you can remove the
<authentication>
tag from web.config and remove anonymous authentication from the IIS applicationpool.I have this running, set up as Damiaan's second suggestion.
Note that I do experience a problem where ScheduledPublishing does not work when using Windows Authentication only (https://our.umbraco.org/forum/using-umbraco-and-getting-started/86389-scheduledpublishing-and-integrated-security-not-authorized)
is working on a reply...