opauth / azure-ad
AzureAD strategy for Opauth
dev-master
2014-08-23 16:16 UTC
Requires
- php: >=5.3.0
- opauth/opauth: ~1.0
This package is auto-updated.
Last update: 2024-10-13 10:32:38 UTC
README
Opauth strategy for Azure Active Directory
Getting started
-
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
Strategy configuration
Required parameters:
<?php 'AzureAD' => array( 'app_id' => 'YOUR ID', 'app_secret' => 'YOUR SECRET' )
License
Opauth-AzureAD is MIT Licensed Copyright © 2014 U-Zyn Chua (http://uzyn.com)