ScheduledPublishing and Integrated security - Not authorized
We are currently running our intranett on umbraco 7.6.3 using integrated security. I've had issues with getting scheduled publishes to work, and see now that the log contains error each time is tries to run.
2017-06-16 11:03:05,289 [P23296/D2/T8] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - Request failed with status code "Unauthorized".
No authentication protocol (including anonymous) is selected in IIS.</li> <li>Only integrated authentication is enabled, and a client browser was used that does not support integrated authentication.</li> <li>Integrated authentication is enabled and the request was sent through a proxy that changed the authentication headers before they reach the Web server.</li>
I did a test and also enabled anonymous authentication for the site. Then the scheduled publishing works.
Do we have any known workarounds for this when running integrated security only ?
Is there any specific reason why the core calls the rest service to start the publishing process instead of just calling CheckPendingAndProcess directly from the task runner?
ScheduledPublishing and Integrated security - Not authorized
We are currently running our intranett on umbraco 7.6.3 using integrated security. I've had issues with getting scheduled publishes to work, and see now that the log contains error each time is tries to run.
I did a test and also enabled anonymous authentication for the site. Then the scheduled publishing works.
Do we have any known workarounds for this when running integrated security only ?
Is there any specific reason why the core calls the rest service to start the publishing process instead of just calling CheckPendingAndProcess directly from the task runner?
is working on a reply...