dv-team/ms-entra-auth
Composer 安装命令:
composer require dv-team/ms-entra-auth
包简介
A entra id auth helper
README 文档
README
Setup details
https://www.adminlabs.de/anmeldung-mit-microsoft-azuread-php-anwendung/
![]() |
![]() |
![]() |
|---|---|---|
![]() |
![]() |
![]() |
PHP-DI:
return [ /* ... */ EntraIDEndpoints::class => autowire() ->constructorParameter('authorizationEndpoint', 'https://login.microsoftonline.com/<id>/oauth2/v2.0/authorize') ->constructorParameter('tokenEndpoint', 'https://login.microsoftonline.com/<id>/oauth2/v2.0/token'), EntraIDAuthFactory::class => autowire(EntraIDAuthFactory::class) ->constructorParameter('landingPageUri', 'https://<host>/entra-id-login.html'), EntryIDAuthClient::class => factory(function (EntraIDAuthFactory $factory, Container $container) { /** @var string $clientId */ $clientId = $container->get('microsoft.entra-id.client-id'); /** @var string $clientSecret */ $clientSecret = $container->get('microsoft.entra-id.client-secret'); return $factory->createAuthClient($clientId, $clientSecret); }), /* ... */ ];
统计信息
- 总下载量: 304
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2025-02-27





