Log in to your Flarum forum with Microsoft. An addon for FoF OAuth
Install with composer:
composer require xrh0905/oauth-microsoft
composer update xrh0905/oauth-microsoft
- Register your site with Microsoft and obtain your unique
client_id
andclient_secret
- 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. - 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
- Log in with Microsoft!