Enable users to log in using their Microsoft accounts (aka Office 365 or Microsoft 365 accounts)
Install Guide
This plugin is bundled with Discourse core. There is no need to install the plugin separately.
Summary
Microsoft Authentication enables users to log in to your Discourse forum using their Microsoft accounts (also known as Office 365 or Microsoft 365 accounts). This simplifies the login process for organizations that use Microsoft services.
Visit Certificates & secrets in the left sidebar menu and click New client secret
Add a simple description
Choose 24 months under “Expires” (note: you’ll need to renew it)
Copy the Value (this is the Application Secret) and save it for your plugin settings
Visit Overview (in the left sidebar) and copy the Application (client ID)
In your Discourse admin area, go to Settings and search for “microsoft auth”
Enter the Application ID and Secret from the previous steps
Single-tenant authentication issues
If you’ve configured your Microsoft application as single_tenant, some users may experience issues when logging in. This happens because the emails used for login are considered untrusted, and the system cannot automatically link them to existing Discourse accounts.
To resolve this issue, users can:
Look for the “Already have an account?” section at the bottom of the signup form
Click the provided link to go through the account link-up process
Complete the authentication steps to connect their Microsoft account to their existing Discourse account
Another option is to enable the microsoft auth email verified site setting, if admins are confident that all your users have verified emails.This ensures that returning users with existing accounts don’t create duplicate accounts when authenticating through Microsoft.
Additional configuration options
You can update all Microsoft Authentication settings by visiting the Admin > Settings area and searching for “microsoft auth”.
Como já me confundi (novamente) ao atualizar minha configuração para este plugin, fiz este PR:
O problema é que o painel do aplicativo Microsoft oferece três campos com aparência provável para o ‘Segredo’ - Client IDValue e ‘Secret ID’. Sem orientação, escolhi o errado em ambas as ocasiões em que lidei com isso, e suspeito que não estou sozinho!
A palavra “common” é o problema.
Parece que isso precisa ser substituído pelo ID do tenant para o tenant único.
Se você tiver uma conta da Microsoft, encontrará seu ID de tenant aqui: Microsoft Azure
Ainda não tentei fazer a alteração. Talvez eu faça.
Se não, qualquer pessoa que esteja pensando em usar isso para tenant único, não precisa tentar, não funcionará no momento.
Veja a imagem anexada abaixo como exemplo do tipo de erro que você receberá.
Ok, nunca codifiquei com Ruby e faz alguns anos que não trabalho com codificação e coisas técnicas. Mas, está feito. E agora funciona também para configurações de Inquilino Único (Single Tenant).
Este plugin agora está incluído no core do Discourse como parte de Bundling more popular plugins with Discourse core. Se você auto-hospeda e usa o plugin, precisa removê-lo do seu app.yml antes da sua próxima atualização.