Social Logins

1. Pre-requisite

  • No Pre-requisite for this feature

2. How To Enable Social Logins

To enable your Social Logins in StrideERP follow the steps in the next sections followed by our interactive guide to get you through StrideERP

2.1 Google

  1. Go to https://console.developers.google.com
  2. Create a new Project and fill in the form.
  3. Click on APIs & Auth > Credentials > Create new Client ID
  4. Fill the form with:
    • Web Application
    • Authorized JavaScript origins as http://{{ yoursite }}
    • Authorized redirect URI as http://{{ yoursite }}/api/method/frappe.www.login.login_via_google
  5. To Add Social login in StrideERP go To

Admin > Integrations > Social Login Key

Office 365

  1. Go to https://portal.azure.com
  2. Create a new Azure Active Directory > App Registration.
  3. Click on New Application Registration
  4. Fill the form with:
    • Application Name
    • Select Accounts in any organizational directory (Any Azure AD directory - Multitenant).
    • Application Type - Web app / API
    • Redirect URI as - Homepage URL as http://{{ yoursite }}
    • Authorization callback URL as http://{{ yoursite }}/api/method/frappe.integrations.oauth2logins.loginvia_office365
  5. Click on Register application.
  6. To Add Social login in StrideERP go To

Admin > Integrations > Social Login Key