Documentation

Allow Members to Sign Up and Sign In with Microsoft account

To connect your site to Microsoft Account, you will need to create an app on the Microsoft Application Registration Portal, generate an Application Id and Secret, copy these credentials into site settings, and enable the connection.

1. Create an application

Login to the Microsoft Application Registration Portal.

Click Add an app.

Add an app

NOTE: If you have existing apps, there may be two Add an app buttons. Select the first.

Name your new app and click Create application:

Create application

2. Copy your Application Id

On the Registration page that follows, copy the Application Id. This is your Client ID.

Application Id

3. Get your password

Click Generate New Password.

Copy your password. This is your Client Secret.

Generate New Password

4. Enter your callback URL

Click Add Platform, then select Web.

Add Platform

Enter the following under Redirect URIs:

https://your-site.socibd.com/user/auth/windowslive/callback
Note: replace your-site.socibd.com with your site address!

Redirect URIs

Scroll down to Advanced Options and make sure Live SDK support is checked.

Live SDK support

Click Save.

5. Copy your Client Id and Client Secret

In Socibd admin > Members Management > Social Login, and paste Client Id and Client Secret, check "Enable Microsoft account", then click "Save" button.

Enable Microsoft account