opauth / azure-ad
Opauth 的 AzureAD 策略
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-09-13 10:16:37 UTC
README
Opauth 的 Azure Active Directory 策略
入门
-
安装 Opauth-AzureAD
cd path/to/app/root composer require opauth/azure-ad:dev-1.0
-
在 http://manage.windowsazure.com 创建应用程序
-
使用至少
ID
和Secret
配置 Opauth-AzureAD 策略。 -
直接用户到
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)