Opauth strategy for Azure Active Directory
-
Install Opauth-AzureAD:
cd path/to/app/root composer require opauth/azure-ad:dev-1.0
-
Create application at http://manage.windowsazure.com
-
Configure Opauth-AzureAD strategy with at least
ID
andSecret
. -
Direct user to
http://path_to_opauth/azure-ad
to authenticate
Required parameters:
<?php
'AzureAD' => array(
'app_id' => 'YOUR ID',
'app_secret' => 'YOUR SECRET'
)
Opauth-AzureAD is MIT Licensed Copyright © 2014 U-Zyn Chua (http://uzyn.com)