
Log In With Entra ID
createchstudio/oauth-entraid
Log in to your Flarum forum with Microsoft Entra ID
- Downloads
- 1
- Version control
- github.com/CreatechStudio/flarum-ext-oauth-entraid
Log In With Entra ID
Log in to your Flarum forum with Microsoft Entra ID (Azure Active Directory). An addon for FoF OAuth.
Installation
Install with composer:
composer require createchstudio/oauth-entraid:^1.1
If your project has an existing lock file, allow Composer to adjust related OAuth dependencies:
composer require createchstudio/oauth-entraid:^1.1 --with-all-dependencies
Updating
composer update createchstudio/oauth-entraid
Setup
- Register your application in the Microsoft Entra admin center.
- Create a Web platform redirect URI that matches the callback URL shown in the extension settings within Flarum.
- Copy the
Application (client) ID
, generate aClient secret
, and optionally note yourDirectory (tenant) ID
. - Enter these values in the extension settings (leave the tenant blank to use the
common
endpoint). - Log in with Entra ID!
Links
Versions
-
Version 1.1.0.
Likely works with Flarum v1.8.10.
Unlikely to work with Flarum v2.0.0-beta.3.
-
1 additional versions.
-
Extension created.