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.
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:
2. Copy your Application Id
On the Registration page that follows, copy the Application Id. This is your Client ID.
3. Get your password
Click Generate New Password.
Copy your password. This is your Client Secret.
4. Enter your callback URL
Click Add Platform, then select Web.
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!
Scroll down to Advanced Options and make sure Live SDK support is checked.
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.