ServiceDesk

 View Only
  • 1.  How to disable Windows Authentication on Custom Forms

    Posted Jan 26, 2016 08:36 AM

     

    Does anyone know of a way to disable or remove the Windows authentication from custom forms? We have a mixed environment with a large quantity of Macs and iOS devices along with several custom web forms. We removed the windows authentication dialog that drops down from Safari/FireFox using a hack of login.aspx found here in the forums but the login.aspx page and associated code doesn't exist on our custom forms. We have Windows Auth off in IIS and off in the forms and yet the darn authentication dialog keeps showing up so that it appears a user has to log in twice. 

    Any help would be appreciated.

     



  • 2.  RE: How to disable Windows Authentication on Custom Forms

    Posted Jan 26, 2016 10:31 AM

    Check the WebConfig file doesn't have the setting saved in the Deploy folder, or edit it in the Workflow just to be sure.



  • 3.  RE: How to disable Windows Authentication on Custom Forms

    Posted Jan 26, 2016 10:45 AM

    The web.config has "authentication mode=none" and it isn't set in the workflow either as far as I can tell. Perhaps there's someplace I'm missing?



  • 4.  RE: How to disable Windows Authentication on Custom Forms

    Posted Jan 27, 2016 04:24 AM

    Was there an IIS Reset done? Shouldn't need it but worth doing if you can.

    Workflow Settings

    Publishing - Authentication Type - Windows Authentication.png



  • 5.  RE: How to disable Windows Authentication on Custom Forms

    Posted Jan 27, 2016 02:19 PM

    Yup, IIS reset was done and Windows Authentication is off (set to Anonymous). If I change it to Windows and don't fill in the little pop-up window, I get an access denied so the changes are taking affect immediately. This is very strange.