Hello there!

Need Help? We are right here!

Support Icon
miniOrange Email Support
success

Thanks for your Enquiry. Our team will soon reach out to you.

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 Multi Store-Front Single Sign-On (SSO)


BigCommerce Partner logo

miniOrange provides a comprehensive solution for BigCommerce Multi-Storefront SSO (Single Sign-On). Through the integration of miniOrange's SSO solution, BigCommerce customers gain the ability to login themselves once & gain access to all affiliated BigCommerce store-fronts. This eliminates the need for separate login credentials & simplifies the user experience, resulting in reduced friction.

With BigCommerce Multi Store-front SSO features, you can:

  • Streamlined management: Centrally manage customer data and permissions across multiple storefronts, reducing administrative overhead.
  • Scalability: miniOrange SSO solution can accommodate growing businesses with multiple storefronts, providing a scalable solution for managing user authentication.
  • Enhanced customer satisfaction: The seamless login experience provides a convenient shopping experience for customers, leading to increased satisfaction and loyalty.

Verified Technology Partner of BigCommerce

SSO + MFA 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


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

A. Branding & Customization

  • Log into miniOrange Admin Console.
  • Click on Customization in the left menu of the dashboard.
  • In Basic Settings, set your company domain in Organization Name textfield.
  • Click Save. Once that is set, the branded login URL would be of the format https://<company_domain>.xecurify.com/moas/login
  • 2FA Two-Factor authentication for BigCommerce : setting up branding

    B. Create BigCommerce API

  • Log in to BigCommerce Admin Panel.
  • Go to Settings >> API >> Store-level API Accounts.
  • BigCommerce Single Sign-On (SSO)

  • Click Create API Account and choose the token type as V2/V3 API Token.
  • 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 Single Sign-On (SSO)

  • 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 Access token, Client ID and Client Secret.
  • BigCommerce Single Sign-On (SSO)

    C. Fetch channel IDs

  • To perform SSO into different storefronts/channels we will need the channel_ids of all the storefronts .
  • To get all the channel_IDs and storefront url(redirect_url) of your BigCommerce store, you have 2 ways:

  • Log in to your BigCommerce store admin panel.
  • Click on the Channel Manager option in the left-hand menu.
  • BigCommerce Single Sign-On (SSO)

    Here you will see a list of all the channels with IDs and storefront urls that are currently connected to your BigCommerce store.

  • Make a GET request to the following API endpoint:
  • You can visit here and make an API call to fetch your channel_ids.
  • BigCommerce Single Sign-On (SSO)

  • If the request is successful, you will receive a JSON response containing an array of all channels connected to your store.
  • Each channel object will contain information such as the channel type, channel ID, and channel name.
  • That's it! You should now be able to retrieve all channels connected to your BigCommerce store via the API.

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

1. Configure BigCommerce in miniOrange

For multi-storefront setups, you can choose either of the following approaches based on your requirements:

  • Configure a separate application for each store to manage them independently.
  • Configure a single application and add multiple redirect URLs in the Basic Configuration tab to support multiple stores within one setup.

  • Login into miniOrange Admin Console.
  • Go to Apps Click on Add Application button.
  • BigCommerce Single Sign-On (SSO) 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] Refer to the Note section below to get the Redirect URL.
    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

    Note: Your Redirect URL should be: <Storefront URL>/login/token/
    For Example: https://xyz.bigcommerce.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 next move 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
    BigCommerce SSO: Logout URL field - e.g. https://your-store/login/token/
  • Click Next to go to the Login Options tab.
  • BigCommerce Single Sign-On (SSO): Go to Login Options

    Force Authentication Enable if you want user to authenticate even if the user has a session.
    Primary IDP The identity source against which user will be authenticated.
    User Mapping Enable if you are sending the logged-in user from this app in the response.
  • To perform Attribute Mapping and add new attributes, Navigate to the Attributes tab and Click on the +Add Attribute.
  • The first three attributes will be hard-coded values.
  • Attribute NameAttribute TypeAttribute Value
    store_hashCustom Attribute ValueCopy from the API Path as described in Create BigCommerce API (Prerequisites).
    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): Add custom attributes

  • Click on Save Button.
  • Navigate to Policies tab.
  • Click on Assign Group button.
  • BigCommerce Single Sign-On (SSO): Navigate to Policies and click Assign Group

  • On the Assign Group section.
  • 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.
  • First FactorPassword
  • Click on Save.
  • BigCommerce Single Sign-On (SSO): Select First Factor as Password

  • Log in to the miniOrange Admin Console and navigate to Apps.
  • Open the application configured for a store and go to the Basic tab.
  • Click on Add Redirect URL.
  • Enter the required redirect URL for the additional store and click Save.
  • BigCommerce Single Sign-On (SSO): Redirect url

  • Next, navigate to the Endpoints tab.
  • Since a single application is configured for multiple stores, you will see multiple SSO URLs for authentication from miniOrange one for each store.
  • BigCommerce Single Sign-On (SSO): Endpoints tab showing SSO URLs per store

2. Configure Your User Directory (Optional)

miniOrange provides user authentication from various external sources, which can be Directories (like ADFS, Microsoft Active Directory, 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.



1. Create User in miniOrange

  • Click on Users >> User List >> Add User.
  • BigCommerce: Add user in miniOrange

  • Here, fill the user details without the password and then click on the Create User button.
  • BigCommerce: Add user details

  • After successful user creation a notification message "An end user is added successfully" will be displayed at the top of the dashboard.
  • BigCommerce: Add user details

  • Click on Onboarding Status tab. Check the email, with the registered e-mail id and select action Send Activation Mail with Password Reset Link from Select Action dropdown list and then click on Apply button.
  • BigCommerce: Select email action

  • Now, Open your email id. Open the mail you get from miniOrange and then click on the link to set your account password.
  • On the next screen, enter the password and confirm password and then click on the Single Sign-On (SSO) reset password button.
  • BigCommerce: Reset user password
  • Now, you can log in into miniOrange account by entering your credentials.

2. Bulk Upload Users in miniOrange via Uploading CSV File.

  • Navigate to Users >> User List. Click on Add User button.
  • BigCommerce: Add users via bulk upload

  • In Bulk User Registration Download sample csv format from our console and edit this csv file according to the instructions.
  • BigCommerce: Download sample csv file

  • To bulk upload users, choose the file make sure it is in comma separated .csv file format then click on Upload.
  • BigCommerce: Bulk upload user

  • After uploading the csv file successfully, you will see a success message with a link.
  • Click on that link you will see list of users to send activation mail. Select users to send activation mail and click on Send Activation Mail. An activation mail will be sent to the selected users.

miniOrange integrates with various external user sources such as directories, identity providers, and etc.

Not able to find your IdP or Need help setting it up?


Contact us or email us at idpsupport@xecurify.com and we'll help you setting it up in no time.



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, first create the corresponding attributes in the miniOrange user profile. To do this, click the Add Custom Profile Fields button located in the top-right corner. Once created, these attributes can 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
    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 the miniOrange user profile. 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 Attributestreet1
    addresses.cityExternal Idp Attributecity
    addresses.state_or_provinceExternal Idp Attributestate
    addresses.country_codeExternal Idp Attributecountry
    addresses.postal_codeExternal Idp Attributezipcode
  • 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 Attributelaw_school
      form_fields.name.1Custom Attribute ValueBar Exam State
      form_fields.value.1External Idp Attributebar_exam_state
      form_fields.name.2Custom Attribute ValueBar Exam Date
      form_fields.value.2External Idp Attributebar_exam_date
      form_fields.name.3Custom Attribute ValueEstimated Graduation Month
      form_fields.value.3External Idp Attributemonth
      form_fields.name.4Custom Attribute ValueEstimated Graduation Year
      form_fields.value.4External Idp Attributeyear
      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 Attributecolor
      customer_addressExternal Idp Attributeaddress
      customer_mobileExternal Idp Attributemobile_number
      DOBExternal Idp Attributebirth_date
      attribute_string 01External Idp Attributestring
    • 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. Test SSO Configuration

  • To test the SSO configuration, you will need the SSO Initiating URL.
    • Edit the JWT App you just created.
    • Go to the Endpoints tab and copy the SSO URL.
  • BigCommerce Single Sign-On (SSO): create script

  • Open an incognito/private browser window, paste the SSO URL, and hit enter.
    • You should be redirected to your Identity Provider (IdP).
    • After a successful login, you will be redirected back to your BigCommerce store as a logged-in user.
    • Note: If you have any issues while testing the SSO configurations, Click here to troubleshoot.

  • Once successful, the next step is to add the SSO URL to your storefront login links.
    • Log in to BigCommerce as an Admin.
    • Navigate to Channel Manager >> Edit Storefront settings >> Themes >> Advanced >> Edit Theme Files.
    • A new window with theme files will open.
  • The steps below apply to the Cornerstone theme. If you are using a different theme, adjust the changes accordingly.
  • For Desktop View :
    • Navigate to Templates >> Components >> Common >> navigation.html.
    • Replace the existing login link: href="{{urls.auth.login}}" with href="<SSO-URL>".
    • click on Save and Apply File.
  • For Mobile/Tablet View:
    • Navigate to Templates >> Components >> Common >> navigation.html.
    • Replace the existing login link: href="{{urls.auth.login}}" with href="<SSO-URL>".
    • click on Save and Apply File.
  • Finally, go to your storefront URL, click on Login, and verify that SSO is working as expected.

5. Configure SLO in BigCommerce

  • Download the script to initiate Single Logout (SLO) in BigCommerce.
  • In your BigCommerce dashboard, navigate to Channels.
  • Under the Storefronts section, find your storefront URL and click on Scripts.
  • BigCommerce Single Sign-On (SSO): create script

  • Click Create a Script and add the downloaded script to the Header section of the page.
  • Enable the settings as shown in the image below.
  • BigCommerce Single Sign-On (SSO): enable settings

    BigCommerce Single Sign-On (SSO): Script contents

  • A text box will be opened where you can add the downloaded script.

External References

Frequently Asked Questions

Follow the below steps to troubleshoot SSO Failures for BigCommerce store.

Note: If you can add a browser extension to your browser, follow the SAML tracer steps, otherwise switch to Network tab.



To add a browser extension, follow these steps:

  • Download SAML tracer add-on : Firefox: [ Link ] | Chrome: [ Link ]
  • Open the SAML tracer from the Browser toolbar.
  • Keep the SAML tracer window open.
  • Perform SSO/Test configuration and reproduce the issue.
  • Go to SAML tracer window.
  • You will see a URL in the form of <your-store-url>/login/token/ey…. As shown in the image below:
  • BigCommerce Single Sign-On (SSO): Download the SAML tracer extension

Skip if you've already installed SAML tracer.

  • Open the Network tab for your browser.

    Note: If you're unsure how to open the Network tab in Chrome or Firefox, refer to these guides: Chrome documentation and Firefox documentation.

  • Perform SSO/Test configuration and reproduce the issue.
  • Scroll up in the network tab and find the first occurrence of your storefront URL. You should see a URL with file mentioning a token starting from ey…. As shown below:
  • BigCommerce Single Sign-On (SSO): Download the SAML tracer extension

  • Copy the URL after token/. It should contain everything starting from eyJ…. To the end.
  • Go to https://jwt.io/. Remove the existing encoded string and paste your token in left tab as shown below:
  • BigCommerce Single Sign-On (SSO): Go to jwt.io and remove existing encoded string then paste your token

  • In the right tab, check if the token contains the below attributes:
    • email
    • first_name
    • last_name
    • customer_id
    • store_hash
    • operation
  • If any attribute is not present, and you’re using an Identity Source other than miniOrange, please check if the attributes email, first_name, last_name are being sent from your IDP. You might have to fix your attribute mapping and try again.
  • If the issue still persists, contact us at idpsupport@xecurify.com.

Note: If the connection is successful, click here to check the above configuration.

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

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.

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 : BigCommerce Social Login

Want To Schedule A Demo?

Request a Demo
  



Our Other Identity & Access Management Products