Skip to content

CreatechStudio/flarum-ext-oauth-microsoft

 
 

Repository files navigation

Log In With Microsoft

License Latest Stable Version Total Downloads

Log in to your Flarum forum with Microsoft. An addon for FoF OAuth

Installation

Install with composer:

composer require xrh0905/oauth-microsoft

Updating

composer update xrh0905/oauth-microsoft

Setup

  1. Register your site with Microsoft and obtain your unique client_id and client_secret
  2. Once you have created your security profile for your forum, go to Web Settings and enter the redirect URL as provided in this extension's settings page.
  3. For Enterprise Applications: If you're using a tenant-specific application (not a multi-tenant public app), enter your Azure AD Tenant ID in the optional "Tenant ID" field. This allows authentication within your organization only.
    • You can find your Tenant ID in the Azure Portal under Azure Active Directory > Properties > Tenant ID
    • Leave this field empty for public multi-tenant applications
  4. Log in with Microsoft!

Links

About

Sign into your Flarum forum with your Microsoft account

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 82.2%
  • TypeScript 7.8%
  • Less 7.4%
  • JavaScript 2.6%