Skip to content

Latest commit

 

History

History
executable file
·
35 lines (24 loc) · 1.69 KB

File metadata and controls

executable file
·
35 lines (24 loc) · 1.69 KB

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