Log In With Entra ID

Log In With Entra ID createchstudio/oauth-entraid

Log in to your Flarum forum with Microsoft Entra ID

Log In With Entra ID

License

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

  1. Register your application in the Microsoft Entra admin center.
  2. Create a Web platform redirect URI that matches the callback URL shown in the extension settings within Flarum.
  3. Copy the Application (client) ID, generate a Client secret, and optionally note your Directory (tenant) ID.
  4. Enter these values in the extension settings (leave the tenant blank to use the common endpoint).
  5. 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.