Mock Active Directory Authentication for CakePHP 3
Extends CakePHP's built-in authentication types to offer form mock Active Directory authentication
Install Active Directory Authentication by adding the following to your composer.json
file:
"require-dev": {
"dragonsguild/active-directory-authenticate-mock": "master"
}
Run composer's update command to download the plugin.
After installing with Composer, load the plugin:
// add to config/bootstrap.php
Plugin::load('ActiveDirectoryAuthenticateMock');