xrh0905/oauth-microsoft
Composer 安装命令:
composer require xrh0905/oauth-microsoft
包简介
Log in to your Flarum forum with Microsoft
关键字:
README 文档
README
Log in to your Flarum forum with Microsoft. An addon for FoF OAuth.
Supports personal Microsoft accounts (Outlook, Hotmail, Live) as well as work and school accounts via Microsoft Entra ID (Azure Active Directory).
See also: https://learn.microsoft.com/zh-cn/entra/identity-platform/v2-protocols-oidc
Installation
Install with composer:
composer require xrh0905/oauth-microsoft php flarum cache:clear
Updating
composer update xrh0905/oauth-microsoft php flarum cache:clear
Setup
1. Register an Application in the Azure Portal
- Sign in to the Azure Portal.
- Navigate to Microsoft Entra ID → App registrations → New registration.
- Fill in the form:
- Name: anything descriptive, e.g. My Flarum Forum.
- Supported account types: choose who can sign in (see Choosing a Tenant below).
- Redirect URI: choose Web as the platform, then paste the callback URL shown in this extension's settings page in your Flarum Admin panel (it looks like
https://your-forum.com/auth/microsoft).
- Click Register.
2. Obtain the Client ID and Client Secret
- On the application's Overview page, copy the Application (client) ID — this is your
Client ID. - Go to Certificates & secrets → New client secret.
- Enter a description and choose an expiry, then click Add.
- Copy the Value immediately (it is only shown once) — this is your
Client Secret.
3. Configure the permissions
- On application's Authenication → Settings page, make sure to tick
ID tokens (used for implicit and hybrid flows)checkbox. - On application's API Permissions page, grant
openid profile emailunder Graph API in Delegated mode.
4. Configure the Extension
In your Flarum Admin panel, go to Extensions → Log In With Microsoft and enter the Client ID and Client Secret obtained above. If you want to restrict sign-in to a specific audience, also set the Tenant field (see below).
Choosing a Tenant
The Tenant field controls which Microsoft accounts are allowed to sign in. It needs to match the settings in Supported account types.
| Value | Who can sign in |
|---|---|
(blank) / common |
Personal Microsoft accounts and work/school (Azure AD) accounts from any organisation |
organizations |
Work/school (Azure AD) accounts from any organisation only |
consumers |
Personal Microsoft accounts (Outlook, Hotmail, Live) only |
| A tenant ID (GUID) | Only accounts from that specific Azure AD tenant, e.g. xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx |
| A primary domain | Only accounts from that Azure AD tenant, e.g. contoso.com |
Tip: If your forum is for an organisation and you want to restrict sign-in to your company's Azure AD, set the tenant to your tenant ID or your primary domain. You can find your tenant ID on the Microsoft Entra ID → Overview page in the Azure Portal.
Note: If you set Supported account types to Single tenant in the Azure Portal, you must also set the Tenant field here to your tenant ID or domain, otherwise the authentication endpoint will reject requests.
Links
xrh0905/oauth-microsoft 适用场景与选型建议
xrh0905/oauth-microsoft 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 730 次下载、GitHub Stars 达 3, 最近一次更新时间为 2023 年 05 月 27 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「oauth」 「login」 「SSO」 「microsoft」 「flarum」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 xrh0905/oauth-microsoft 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 xrh0905/oauth-microsoft 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 xrh0905/oauth-microsoft 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
WeChat OAuth SDK
Ory-Hydra OAuth 2.0 Client Provider for The PHP League OAuth2-Client
Library for ORCID web services
Debugging a problem and need to login as one of your customers? This allows you to authenticate as any of your customers.
A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.
A Silverstripe module to allow you to log into any of your Silverstripe sites from one place.
统计信息
- 总下载量: 730
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-05-27