I am currently building a web application with Perl Dancer. This application requires users to authenticate using my Active Directory company. To avoid asking users for their usernames and passwords, I would like to use integrated Windows authentication. However, itβs hard for me to find any documentation that explains how to use this type of authentication with Perl - not to mention the Dancer framework. At the moment I'm not sure if I will deploy this application on Apache or IIS, so what would work with them would be preferable. Anyone have any suggestions to help me get started?
source share