Help > Forum > Website Integration > Allowing users to log in with Microsoft
Allowing users to log in with Microsoft
You can use the Microsoft identity platform implementation of OAuth 2.0 to enable single sign on with your forum. Detailed information is available in Azure Active Directory documentation.
The Tenant ID value can be used to control who can sign into the application. For guest scenarios where you sign a user from one tenant into another, you must provide the tenant identifier to sign them into the resource tenant. For more information, see the Endpoints documentation on Microsoft.com.
- Register a new app in the Azure portal.
- Copy the Client ID, Client Secret and Tenant ID for further uses.
- Enter https://FORUM_DOMAIN/oauth?service=Microsoft&action=doOauthCallback in Callback URL. (Replace FORUM_DOMAIN with your forum domain name.) If you have embedded the forum, log in and then view this support article to see the correct embed-friendly version of the URL you need to use.
- Log in to your Website Toolbox account.
- Click the Integrate link.
- Click the Single Sign On link.
- Enable the Microsoft option.
- Enter the Client ID and Client Secret you received when registering your app.
- Enter the Tenant ID you received when registering your app.
- Save your changes.
If you still need help, please contact us.