t1mmen/opauth-outlook
Composer 安装命令:
composer require t1mmen/opauth-outlook
包简介
OUtlook/Office 365 Connect strategy for Opauth
关键字:
README 文档
README
Based on https://github.com/opauth/live
Opauth-Outlook
Opauth strategy for Outlook authentication.
Implemented based on https://msdn.microsoft.com/en-us/library/azure/dn645542.aspx
Getting started
-
Install Opauth-Outlook:
Using git:
cd path_to_opauth/Strategy git clone https://github.com/t1mmen/opauth-outlook.git outlook
Or, using Composer, just add this to your composer.json:
{
"require": {
"t1mmen/opauth-outlook": "*"
}
}
Then run composer install.
-
Create Outlook application at https://developer.outlook.com/apps/new
-
Configure Opauth-Outlook strategy with at least
Client IDandClient Secret. -
Direct user to
http://path_to_opauth/outlookto authenticate
Strategy configuration
Required parameters:
<?php 'Outlook' => array( 'client_id' => 'YOUR CLIENT ID', 'client_secret' => 'YOUR CLIENT SECRET', )
License
Opauth-Outlook is MIT Licensed Copyright © 2016 Timm Stokke (http://timm.stokke.me)
统计信息
- 总下载量: 47
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-05-06