nhujanen/aad-sso
最新稳定版本:v1.0.1
Composer 安装命令:
composer require nhujanen/aad-sso
包简介
Stand-alone Azure AD SSO library
关键字:
README 文档
README
Simple stand-alone library to handle Azure AD SSO flow.
- Tested with
PHP 5.6 - 8.1 allow_url_fopenmust betrueinphp.inito use HTTP requests.- Requires
ext-openssl.
License
MIT License
Install
You can use Composer:
composer require nhujanen/aad-sso
Example
See test/ for code examples.
You can run example with PHP's built-in web server:
foo@bar test]$ AAD_TENANT=foobar.com AAD_ID=00000000-0000-0000-0000-000000000000 AAD_SECRET=foo php -S localhost:8080 -t .
Remember: you need to add http://localhost:8080/auth.php as valid Redirect URI.
Create and configure AAD application
Refer to Register an application with the Microsoft identity platform.
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-21