Skip to content

opauth/azure-ad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Opauth-AzureAD

Opauth strategy for Azure Active Directory

Getting started

  1. Install Opauth-AzureAD:

    cd path/to/app/root
    composer require opauth/azure-ad:dev-1.0
  2. Create application at http://manage.windowsazure.com

  3. Configure Opauth-AzureAD strategy with at least ID and Secret.

  4. 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)

About

Azure Active Directory provider, NOT FOR USE YET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages