Hi all,
I want my users to be able to authenticate with the windows accounts in Yii2 just like IIS does.
Currently, I am running my Yii2 application in a linux environment but since I want to have Single-Sign-On for other applications in the IIS, I thought it would be easier to just move the Yii2-things into the IIS.
Therefor: How is it possible to login to Yii2 with the windows accounts (not just checking against the LDAP, I already do this with Adldap). Is it necessary to use the IIS standard (or windows) authentication or is it possible to use the login form of the Yii2 application as well?
Thanks for any kind of information!