2017 © Pedro Peláez
 

library azure-ad

AzureAD strategy for Opauth

image

opauth/azure-ad

AzureAD strategy for Opauth

  • Saturday, August 23, 2014
  • by Ceeram
  • Repository
  • 5 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Opauth-AzureAD

[Opauth][1] strategy for Azure Active Directory, (*1)

Getting started

  1. Install Opauth-AzureAD:, (*2)

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

  3. Configure Opauth-AzureAD strategy with at least ID and Secret., (*4)

  4. Direct user to http://path_to_opauth/azure-ad to authenticate, (*5)

Strategy configuration

Required parameters:, (*6)

<?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), (*7)

The Versions

23/08 2014

1.0.x-dev

1.0.9999999.9999999-dev http://opauth.org

AzureAD strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Avatar Ceeram

authentication auth azure-ad

23/08 2014

dev-master

9999999-dev http://opauth.org

AzureAD strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Avatar Ceeram

authentication auth azure-ad