dragonsguild/active-directory-authenticate-mock

CakePHP plugin for mock Active Directory authentication

dev-master 2018-10-13 07:14 UTC

This package is not auto-updated.

Last update: 2024-05-11 07:14:20 UTC


README

Extends CakePHP's built-in authentication types to offer form mock Active Directory authentication

Installing With Composer

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.

Loading Into A CakePHP Application

After installing with Composer, load the plugin:

// add to config/bootstrap.php
Plugin::load('ActiveDirectoryAuthenticateMock');