Hello there!

Need Help? We are right here!

miniorange Support~
miniOrange Email Support
success

Thanks for your Enquiry.

If you don't hear from us within 24 hours, please feel free to send a follow-up email to info@xecurify.com

Search Results:

×

BigCommerce Social Login SSO


BigCommerce Partner logo

BigCommerce Social Login allows customers to create an account or log in to your BigCommerce store using their existing social media credentials, such as Apple, Facebook, Google, or Twitter. This makes the registration & login process quicker & more convenient for customers, as they do not need to create a new account & remember additional login information.

With BigCommerce Social Login SSO features, you can:

  • Enable your users to automatically log into BigCommerce using any existing social media credentials.
  • Provide extra layer of security on your BigCommerce store with 2-Factor Authentication (OTP over SMS/Email).
  • Speed up customer checkout with pre-filled social media profiles, reducing friction & cart abandonment.

Verified Technology Partner of BigCommerce

Social Login Support for any BigCommerce Plan (Standard, Plus, Pro, Enterprise)


Get Free Installation Help


miniOrange offers free help through a consultation call with our System Engineers to Install or Setup BigCommerce SSO solution in your environment with 30-day free trial.

For this, you need to just send us an email at idpsupport@xecurify.com to book a slot and we'll help you in no time.


Checkout Pricing


Video Setup Guide



Connect with External Source of Users


miniOrange provides user authentication from various external sources, which can be Directories (like ADFS, Microsoft Active Directory, OpenLDAP, AWS etc), Identity Providers (like Microsoft Entra ID, Okta, AWS), and many more. You can configure your existing directory/user store or add users in miniOrange.



Prerequisites

Please make sure your organisation branding is already set under Customization >> Login and Registration Branding in the left menu of the dashboard.


Follow the Step-by-Step Guide given below for BigCommerce Single Sign-On (SSO)

1. Create BigCommerce API

  • Log in to BigCommerce Admin Panel.
  • Go to the Settings from the sidebar, scroll down to API and then click on Store-level API accounts.
  • BigCommerce Social Login SSO: API account

  • Click on Create API Account and choose the token type as V2/V3 API Token option from the menu shown.
  • BigCommerce Social Login SSO: Create API account

  • Add a suitable name for your API account.

    Note: In BigCommerce, the API Path is the base URL that your application or integration uses to connect to your store’s data through BigCommerce APIs. The Store Hash is a unique identifier automatically generated by BigCommerce for each store. It appears in the API Path.

  • Copy the highlighted Store Hash from the API Path.
  • BigCommerce Social Login SSO:: API Path

    Note: This Store Hash will be required while configuring BigCommerce in miniOrange.

  • Enable the Customers option as Modify and Customers Login option as login. Keep rest of the settings as it is.
  • Click on Save.
  • Download the API credentials file. It contains the API token, Client ID and Client Secret.
  • BigCommerce Social Login SSO:: API Credential Download

2. Configure BigCommerce in miniOrange

  • Login into miniOrange Admin Console.
  • Go to Apps, click on Add Application button.
  • BigCommerce Single Sign On (SSO) Login add app

  • In the Choose Application section, open the dropdown list of All Apps and select JWT.
  • BigCommerce Single Sign On (SSO): choose JWT as app type

  • In the next step, search for BigCommerce application from the list and click on it.
  • BigCommerce Single Sign On (SSO): Select BigCommerce Application

  • Enter the following values in the respective fields.
  • BigCommerce Single Sign On (SSO): Enter Basic details

  • Enter the Client ID, Client secret and Access token which we have downloaded from step 1 during API creation in BigCommerce Console.
    Display Name [Required] BigCommerce (According to your choice)
    Redirect-URL [Required] Storefront URL/login/token/
    Client ID Copy from the downloaded file in Step 1
    Client Secret Copy from the downloaded file in Step 1
    Access Token Copy from the downloaded file in Step 1
    Description According to your choice
  • How to Get the Redirect URL from BigCommerce
    Your Redirect URL should be: <Storefront URL>/login/token/

  • Example: https://mystore.mybigcommerce.com/login/token/
  • To find your Storefront URL:
    • Go to Channels → Storefronts.
    • Copy the URL listed for your store.
  • BigCommerce Single Sign On (SSO): Go to Channels > Storefronts and copy listed URLs

  • Now click on Next and go to Advanced tab.
  • BigCommerce Single Sign On (SSO): Switch to Advanced tab

    Subject E-Mail Address.
    Signature Algorithm HS256
    Logout URL Copy the storefront URL as mentioned above and append /login.php?action=logout
    e.g., https://{{my-store}}.mybigcommerce.com/login.php?action=logout
  • Click Next to go to the Login Options tab.
  • BigCommerce Single Sign On (SSO): Go to Login Options

    Primary Identity Provider The identity source against which user will be authenticated
    Force Authentication Enable if you want user to authenticate even if the user has a session
    Enable User Mapping Enable if you are sending the logged-in user from this app in the response
  • Click on the Save button.
  • Navigate to Policies tab.
  • Click on Assign Group button.
  • BigCommerce Single Sign On (SSO): Navigate to Policies and click Assign Group

  • Choose the DEFAULT group.
  • Click on the Next button.
  • BigCommerce Single Sign On (SSO): Choose Default as group

  • Assign the policies to the group. Here, you can choose the primary authentication method for users. From the dropdown under First Factor, select Password.
  • BigCommerce Single Sign On (SSO): Select First Factor as Password

  • Click on the Save button.
  • For Attribute Mapping and add new attributes, navigate to the Attributes tab and click on the Add Attribute.
    • To map the attributes between the IDP and BigCommerce application, click on Attributes + button.
    • The first three attributes will be hard-coded values
      Attribute NameAttribute TypeAttribute Value
      store_hashCustom Attribute ValueRefer to Step 1 above.
      redirect_toCustom Attribute ValueEndpoint where you wish to redirect the user to after sso.
      [Homepage or account page e.g. /account.php]
      operationCustom Profile Attributecustomer_login
      first_nameExternal Idp Attributefirst_name
      last_nameExternal Idp Attributelast_name
      emailExternal Idp Attributeemail
    • BigCommerce Single Sign On (SSO): Map custom attributes

  • Click on the Save button.

3. Syncing Address, Form, and Custom Attribute Fields to BigCommerce (Optional)

To synchronize address, custom attributes, and form fields from the Identity Provider (IDP) to BigCommerce, the following details must be configured:

Address Fields

To successfully sync customer address information, the following attributes are required:

  • first_name
  • last_name
  • address1
  • city
  • country_code

In the below diagram, we are using miniOrange as the IDP.

  • Before syncing these fields to BigCommerce, you must first create the corresponding attributes in the miniOrange user profile. These attributes will then be mapped and synced to BigCommerce.
  • BigCommerce Single Sign-On: Go to Users >> User Profile fields

  • Then we need to configure the attribute mapping in the application.
    Attribute NameAttribute TypeValue
    addresses.first_nameFirst Name-
    addresses.last_nameLast Name-
    addresses.address1Custom Profile Attributeaddress1
    addresses.cityCustom Profile Attributecity
    addresses.state_or_provinceCustom Profile Attributestate/province
    addresses.country_codeCustom Profile Attributecountry
    addresses.postal_codeCustom Profile Attributepostal_code
  • BigCommerce Single Sign-On: Attributes in the miniOrange user profile

    Note: When sending the country value, always use the country code (e.g., US, IN). If you pass the full country name such as “United States”, the value will not be updated — only country codes are supported for correct mapping.

    While syncing address fields, ensure that the city, state, and country values you provide are valid options supported by BigCommerce and exist in their respective dropdown lists.


  • Now, after completing SSO, go to your BigCommerce dashboard. From the sidebar, click on Customers.
  • You will see the list of all customers. Search for the specific user and click on their name.
  • Next, open the Customer Address Book section — this is where you will be able to view the customer’s address details.
  • BigCommerce Single Sign-On: Edit Customer

For the Sign up form fields:

  • In BigCommerce, the following form fields are available. We need to configure the corresponding attribute mappings in the application to ensure these fields are correctly synced to BigCommerce.
  • BigCommerce Single Sign-On: Go to Sign up form fields

  • Then we need to configure the attribute mapping in the application.
    Attribute NameAttribute TypeValue
    addresses.first_nameFirst Name-
    addresses.last_nameLast Name-
    addresses.address1Custom Profile Attributeaddress1
    addresses.cityCustom Profile Attributecity
    addresses.state_or_provinceCustom Profile Attributestate/province
    addresses.country_codeCustom Profile Attributecountry
    addresses.postal_codeCustom Profile Attributepostal_code
    form_fields.name.0Custom Attribute ValueLaw School
    form_fields.value.0Custom Attribute ValueXYZ
    form_fields.name.1Custom Attribute ValueBar Exam State
    form_fields.value.1Custom Attribute ValueArizona
    form_fields.name.2Custom Attribute ValueBar Exam Date
    form_fields.value.2Custom Attribute Value31-12-2025
    form_fields.name.3Custom Attribute ValueEstimated Graduation Month
    form_fields.value.3Custom Attribute ValueJanuary
    form_fields.name.4Custom Attribute ValueEstimated Graduation Year
    form_fields.value.4Custom Attribute Value2025
  • BigCommerce Single Sign-On: Configure Attribute Mapping

  • After completing SSO, go to your BigCommerce dashboard.
  • From the left sidebar, click on Customers.
  • You will now see the list of all customers.
  • Search for the specific user and click on their name.
  • The customer profile will open — scroll down to the Customer Details section.
  • Here, you will see the signup form fields, where you can view all the customer-submitted form-field details.
  • BigCommerce Single Sign-On: Provide the required details

For the Attribute Fields

  • In BigCommerce, the following attribute fields are available. We need to configure the corresponding attribute mappings in the application to ensure these fields are correctly synced to BigCommerce.
  • BigCommerce Single Sign-On: Scroll to Attribute Field section

  • Then we need to configure the attribute mapping in the application.
    Attribute NameAttribute TypeValue
    colorCustom Profile Attributeblue
    customer_addressCustom Profile AttributeMG road
    customer_mobileCustom Profile Attribute+911234567890
    DOBCustom Profile Attribute2002-01-01
    attribute_string 01Custom Profile Attributetesting
  • BigCommerce Single Sign-On: Map Custom Attribute field

  • After completing SSO, go to your BigCommerce dashboard.
    • From the left sidebar, click on Customers.
    • You will now see the list of all customers.
    • Search for the specific user and click on their name.
    • The customer profile will open — scroll down to the Customer Details section.
    • Here, you will see the attribute fields, where you can view all the customer-submitted form-field details.
    BigCommerce Single Sign-On: Map Custom Attributes

NOTE: Update customer profile during sso

  • Go to the BigCommerce application you have configured in miniOrange.
  • Open the Advanced tab.
  • Scroll to the bottom of the page.
  • Enable the checkbox Update Customer Profile During SSO.
BigCommerce Single Sign-On: Enable Update Customer Profile During SSO

For ExternaI Identity Provider

  • Before syncing these fields to BigCommerce, you must first create the corresponding attributes in your external IDP. These attributes will then be mapped and synced to BigCommerce.
  • Then we need to configure the attribute mapping in the application.
  • For Address field:
    Attribute NameAttribute TypeValue
    addresses.first_nameExternal Idp Attributefirst_name
    addresses.last_nameExternal Idp Attributelast_name
    addresses.address1External Idp Attributeaddress1
    addresses.cityExternal Idp Attributecity
    addresses.state_or_provinceExternal Idp Attributestate/province
    addresses.country_codeExternal Idp Attributecountry
    addresses.postal_codeExternal Idp Attributepostal_code
  • BigCommerce Single Sign-On: Map External IDP Attributes

    Note: When sending the country value, always use the country code (e.g., US, IN). If you pass the full country name such as “United States”, the value will not be updated — only country codes are supported for correct mapping.

    While syncing address fields, ensure that the city, state, and country values you provide are valid options supported by BigCommerce and exist in their respective dropdown lists.


  • Now, after completing SSO, go to your BigCommerce dashboard. From the sidebar, click on Customers.
  • You will see the list of all customers. Search for the specific user and click on their name.
  • Next, open the Customer Address Book section — this is where you will be able to view the customer’s address details.
  • BigCommerce Single Sign-On External IDP: Edit Customer

    For the Sign up form fields:

    • In BigCommerce, the following form fields are available. We need to configure the corresponding attribute mappings in the application to ensure these fields are correctly synced to BigCommerce.
    • BigCommerce Single Sign-On External IDP: Go to Sign up form fields

      Attribute NameAttribute TypeValue
      form_fields.name.0Custom Attribute ValueLaw School
      form_fields.value.0External Idp AttributeXYZ
      form_fields.name.1Custom Attribute ValueBar Exam State
      form_fields.value.1External Idp AttributeArizona
      form_fields.name.2Custom Attribute ValueBar Exam Date
      form_fields.value.2External Idp Attribute31-12-2025
      form_fields.name.3Custom Attribute ValueEstimated Graduation Month
      form_fields.value.3External Idp AttributeJanuary
      form_fields.name.4Custom Attribute ValueEstimated Graduation Year
      form_fields.value.4External Idp Attribute2025
      BigCommerce Single Sign-On External IDP: Configure Attribute Mapping

    • After completing SSO, go to your BigCommerce dashboard.
      • From the left sidebar, click on Customers.
      • You will now see the list of all customers.
      • Search for the specific user and click on their name.
      • The customer profile will open — scroll down to the Customer Details section.
      • Here, you will see the signup form fields, where you can view all the customer-submitted form-field details.
      • BigCommerce Single Sign-On External IDP: Provide the required details

    For Custom Attribute Fields

    • In BigCommerce, the following attribute fields are available. We need to configure the corresponding attribute mappings in the application to ensure these fields are correctly synced to BigCommerce.
    • BigCommerce Single Sign-On External IDP: Scroll to Attribute Field section

    • Then we need to configure the attribute mapping in the application.
      Attribute NameAttribute TypeValue
      colorExternal Idp Attributeblue
      customer_addressExternal Idp AttributeMG road
      customer_mobileExternal Idp Attribute+911234567890
      DOBExternal Idp Attribute2002-01-01
      attribute_string 01External Idp Attributetesting
    • BigCommerce Single Sign-On External IDP: Map Custom Attribute field

    • After completing SSO, go to your BigCommerce dashboard.
      • From the left sidebar, click on Customers.
      • You will now see the list of all customers.
      • Search for the specific user and click on their name.
      • The customer profile will open — scroll down to the Customer Details section.
      • Here, you will see the attribute fields, where you can view all the customer-submitted form-field details.
      BigCommerce Single Sign-On External IDP: Map Custom Attributes

    NOTE: Update customer profile during sso

    • Go to the BigCommerce application you have configured in miniOrange.
    • Open the Advanced tab.
    • Scroll to the bottom of the page.
    • Enable the checkbox Update Customer Profile During SSO.
    BigCommerce Single Sign-On External IDP: Enable Update Customer Profile During SSO


4. Configure Social Login Providers

miniOrange provides user authentication from various external sources, which can be Directories (like ADFS, Microsoft Entra ID, OpenLDAP, Google, AWS Cognito etc), Identity Providers (like Okta, Shibboleth, Ping, OneLogin, KeyCloak), Databases (like MySQL, Maria DB, PostgreSQL) and many more. You can configure your existing directory/user store or add users in miniOrange.



Step 4.1: Configure Google Apps as OAuth 2.0 Provider in miniOrange.

  • Go to miniOrange Admin Console.
  • From the left navigation bar select Identity Providers.
  • Click on Add Identity Provider.
  • BigCommerce Social Login Single Sign-On: Click Identity Providers > Add Identity Provider

  • Click on Add Social Connection.
  • BigCommerce Social Login Single Sign-On: Click Add Social Connection

  • Click on the Google Social App option and then click on Enable Connection.
  • BigCommerce Social Login Single Sign-On: Check Google and click Enable Connection

  • Your connection will be configured and will get added to the External Identity Providers list.
  • BigCommerce Social Login Single Sign-On: Added Successful Google as Social App

  • Go to the Apps section from the sidebar on the miniorange dashbaord.
  • Select the app that you have configured.
  • Click on Edit under the Actions column.
  • Navigate to the Login Options tab.
  • Select Google as the Identity Provider.
  • Click Save to apply the changes.
  • BigCommerce Social Login Single Sign-On: Select Google as Identity Provider

  • Go to the Endpoints tab and copy the SSO URL used for authentication via the external IdP.
  • BigCommerce Social Login Single Sign-On: Go to Endpoints tab and copy SSO URL

  • Paste the copied URL into an incognito window to test the login flow.
  • BigCommerce Social Login Single Sign-On: Test Login Flow


Step 4.1: Configure LinkedIn as OAuth 2.0 Provider in miniOrange

  • Go to miniOrange Admin Console.
  • From the left navigation bar select Identity Providers >> Add Identity Provider.
  • BigCommerce Social Login Single Sign-On: Click Identity Providers > Add Identity Provider

  • Click on Add Social Connection.
  • BigCommerce Social Login Single Sign-On: Add Social Connection

  • Click on the Linkedin Social App option and then click on Enable Connection.
  • BigCommerce Social Login Single Sign-On: Check LinkedIn and Enable Connection

  • Your connection will be configured and will get added to the External Identity Providers list.
  • BigCommerce Social Login Single Sign-On: Added successful LinkedIn as Social App

  • Go to the Apps section from the sidebar on the miniorange dashbaord.
  • Select the app that you have configured.
  • Click on Edit under the Actions column.
  • Navigate to the Login Options tab.
  • Select LinkedIn as the Identity Provider.
  • Click Save to apply the changes.
  • BigCommerce Social Login Single Sign-On: Select LinkedIn as Identity Provider

  • Go to the Endpoints tab and copy the SSO URL used for authentication via the external IdP.
  • BigCommerce Social Login Single Sign-On: Go to Endpoints tab and copy SSO URL

  • Paste the copied URL into an incognito window to test the login flow.
  • BigCommerce Social Login Single Sign-On: Test the login flow

Step 4.1: Configure Facebook as OAuth 2.0 Provider in miniOrange

  • Go to miniOrange Admin Console.
  • From the left navigation bar select Identity Providers >> Add Identity Provider.
  • BigCommerce Social Login Single Sign-On: Add Identity Provider

  • Click on Add Social Connection.
  • BigCommerce Social Login Single Sign-On: Add Social Connection

  • Click on the Facebook Social App option and then click on Enable Connection.
  • BigCommerce Social Login Single Sign-On: Check Facebook and Enable Connection

  • Your connection will be configured and will get added to the External Identity Providers list.
  • BigCommerce Social Login Single Sign-On: Added successful Facebook as Social App

  • Go to the Apps section from the sidebar on the miniorange dashbaord.
  • Select the app that you have configured.
  • Click on Edit under the Actions column.
  • Navigate to the Login Options tab.
  • Select Facebook as the Identity Provider.
  • Click Save to apply the changes.
  • BigCommerce Social Login Single Sign-On: Select Facebook as Identity Provider

  • Go to the Endpoints tab and copy the SSO URL used for authentication via the external IdP.
  • BigCommerce Social Login Single Sign-On: Go to Endpoints and copy SSO URL

  • Paste the copied URL into an incognito window to test the login flow.
  • BigCommerce Social Login Single Sign-On: Test the login flow

Step 4.1: Configure Apple Apps as OAuth 2.0 Provider in miniOrange

  • Go to miniOrange Admin Console.
  • From the left navigation bar select Identity Providers >> Add Identity Provider.
  • BigCommerce Social Login Single Sign-On: Add Identity Provider

  • Click on Add Social Connection.
  • BigCommerce Social Login Single Sign-On: Add Social Connection

  • Click on the Apple Social App option and then click on Enable Connection.
  • BigCommerce Social Login Single Sign-On: Check Apple and Enable Connection

  • Your connection will be configured and will get added to the External Identity Providers list.
  • BigCommerce Social Login Single Sign-On: Added successful Apple as Social App

  • Go to the Apps section from the sidebar on the miniorange dashbaord.
  • Select the app that you have configured.
  • Click on Edit under the Actions column.
  • Navigate to the Login Options tab.
  • Select Apple as the Identity Provider.
  • Click Save to apply the changes.
  • BigCommerce Social Login Single Sign-On: Select Apple as Identity Provider

  • Go to the Endpoints tab and copy the SSO URL used for authentication via the external IdP.
  • BigCommerce Social Login Single Sign-On: Go to Endpoints and copy SSO URL

  • Paste the copied URL into an incognito window to test the login flow.
  • BigCommerce Social Login Single Sign-On: Test the login flow

5. Embed your social login urls to perform SP Initiated Social Login

  • Copy the Single Sign-On (SSO) url from the BigCommerce App that you have configured in miniOrange.
  • Just add an identifier such as google_oauth, facebook_oauth, linkedin_oauth, appleid_oauth after your customerId in SSO Url for respective Social login url as given below.
  • Social Login URLs:
    • Google:
      https://{{branding}}.xecurify.com/moas/broker/login/jwt/{customerID}/google_oauth?client_id=yourclientID&redirect_uri=https://storeurl.bigcommerce.com/login/token/
    • Facebook:
      https://{{branding}}.xecurify.com/moas/broker/login/jwt/{customerID}/facebook_oauth?client_id=yourclientID&redirect_uri=https://storeurl.bigcommerce.com/login/token/
    • LinkedIn:
      https://{{branding}}.xecurify.com/moas/broker/login/jwt/{customerID}/linkedin_oauth?client_id=yourclientID&redirect_uri=https://storeurl.bigcommerce.com/login/token/
    • AppleId:
      https://{{branding}}.xecurify.com/moas/broker/login/jwt/{customerID}/appleid_oauth?client_id=yourclientID&redirect_uri=https://storeurl.bigcommerce.com/login/token/
  • Go to the BigCommerce Admin Panel and then Storefront >> Themes >> Customize.
  • BigCommerce Single Sign-On (SSO): Go to Storefront > Themes > click Customize

  • Choose Button and drag where you want to place.
  • BigCommerce Single Sign-On (SSO): Select Button and drag it where you want

  • Click on the button and give it a name of your choice (e.g., Google SSO).
  • In the button link field, paste the newly generated social login URL with the identifier, then save and publish the changes.
  • BigCommerce Single Sign-On (SSO): Enter the name and paste newly generated social login url

  • Now go back to your storefront, and you will see the button. When you click on it, the SSO will work.
  • BigCommerce Single Sign-On (SSO): Go back to Storefront and see the button

    BigCommerce Single Sign-On (SSO): Wnen you click on it, the sso will work

6. Configure SLO in BigCommerce

  • Download the script to initiate SLO in BigCommerce.
  • Navigate to Storefront >> Script Manager.
  • Click on create a script and add the script file which you have downloaded earlier in the footer of the page.
  • BigCommerce Social Login SSO: create script

  • Enable settings as given in the image below:
  • BigCommerce Social Login SSO: enable settings

  • A text box will be opened where you can add the downloaded script.
  • BigCommerce Social Login SSO: Script contents

Frequently Asked Questions (FAQs)

Can I log into BigCommerce using Microsoft Entra ID / Okta / Auth0 credentials?

Yes, we support SSO into BigCommerce using Microsoft Entra ID, Okta and Auth0 credentials.

Are the users automatically synced into BigCommerce during SSO or should the user exist on BigCommerce as well?

If the user does not exist in your bigcommerce store, our SSO solution will automatically create the user on bigcommerce and perform a seamless login.

Do you support social login for BigCommerce?

Yes, we support social login providers such as google, facebook, twitter and many more. You can set up your Social login app by following the guide here : https://www.miniorange.in/iam/login-with-external-idp/

Is miniOrange's social login SSO supported on all BigCommerce plans?

miniOrange BigCommerce Social Login SSO solution is available for all BigCommerce plans, including the free ones. We also offer support for a wide range of social login providers, including Google, Facebook, Twitter, and more. With our solution, customers can easily log in to their BigCommerce accounts using their preferred social media credentials, while website owners can benefit from increased engagement & streamlined login processes.


External References

Want To Schedule A Demo?

Request a Demo
  



Our Other Identity & Access Management Products