opauth/azure-ad

Opauth 的 AzureAD 策略

dev-master 2014-08-23 16:16 UTC

This package is auto-updated.

Last update: 2024-09-13 10:16:37 UTC


README

Opauth 的 Azure Active Directory 策略

入门

  1. 安装 Opauth-AzureAD

    cd path/to/app/root
    composer require opauth/azure-ad:dev-1.0
  2. http://manage.windowsazure.com 创建应用程序

  3. 使用至少 IDSecret 配置 Opauth-AzureAD 策略。

  4. 直接用户到 http://path_to_opauth/azure-ad 进行认证

策略配置

必需参数

<?php
'AzureAD' => array(
	'app_id' => 'YOUR ID',
	'app_secret' => 'YOUR SECRET'
)

许可

Opauth-AzureAD 是 MIT 许可的版权所有 © 2014 U-Zyn Chua (http://uzyn.com)