dragonsguild/active-directory-authenticate-mock

CakePHP plugin for mock Active Directory authentication

Installs: 322

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 6

Type:cakephp-plugin

pkg:composer/dragonsguild/active-directory-authenticate-mock

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

This package is not auto-updated.

Last update: 2025-12-20 15:00:59 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');