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 Passwordless Login


BigCommerce Partner logo

miniOrange offers a Passwordless Login solution for BigCommerce Store, providing a secure & convenient authentication method. This feature eliminates the need for users to enter passwords, enhancing security and simplifying the login process for a seamless and user-friendly experience within the BigCommerce platform.

BigCommerce Passwordless feature offers following benefits:

  • Streamlines access, saving time for users, and potentially increasing conversion rates due to faster logins.
  • Flexibility with customizable settings to align with specific store requirements and branding.
  • Improves user experience by eliminating the need to remember or reset passwords, creating a positive interaction within the BigCommerce store.

Verified Technology Partner of BigCommerce

Checkout Pricing for miniOrange BigCommerce Passwordless Login


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


Prerequisites

  • Create an account (OR) Login into miniOrange Admin Console.
  • Click on Customization in the left menu of the dashboard.
  • After that, click on the Login and Registration Branding option.
  • 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
  • BigCommerce Passwordless Login : setting up branding

Follow the step-by-step guide given below for BigCommerce Passwordless Login

1. Create BigCommerce API

  • Log in to BigCommerce Admin Panel.
  • Go to Settings >> API >> Store-level API Accounts.
  • BigCommerce Passwordless Login: API account

  • 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 Passwordless Login: API Path

  • 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 Passwordless Login: API Credential Download

2. Configure BigCommerce in miniOrange

  • Login into miniOrange Admin Console.
  • Go to Apps click on Add Application button.
  • BigCommerce Passwordless Login add app

  • In the Choose Application section, open the dropdown list of All Apps and select JWT.
  • BigCommerce Passwordless Login choose JWT as app type

  • In the next step, search for BigCommerce application from the list and click on it.
  • BigCommerce Passwordless Login Select BigCommerce Application

  • Enter the following values in the respective fields.
  • BigCommerce Passwordless Login 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
  • For Redirect URL-
  • BigCommerce Passwordless Login Go to Channels > Storefronts and copy listed URLs

  • Go to the Channels tab in the left-hand menu.
  • Find your store listed under Storefronts. In front of the store name, you will see the full Storefront URL.
  • Copy the entire Storefront URL.
  • Paste the copied URL and append the login path, /login/token/, to the end.
  • Now click on Next and go to Advanced tab.
  • BigCommerce Passwordless Login 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 Passwordless Login 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 Next.
  • 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 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 Passwordless Login Map custom attributes

  • Click on the Next button.
  • Navigate to Policies tab.
  • Click on Assign Group button.
  • BigCommerce Passwordless Login Navigate to Policies and click Assign Group

  • On the Assign Group section.
  • Choose the DEFAULT group.
  • Click on the Next button.
  • BigCommerce Passwordless Login 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 Passwordless Login Select First Factor as Password

  • Click on Save.
  • Go to Endpoints tab.
  • BigCommerce Passwordless Login Go to Endpoints

  • You can access BigCommerce Account Using IDP credentials through the Single-sign-on URL as shown in image below.

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 Passwordless Login : 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 Passwordless Login : 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 Passwordless Login : 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 Passwordless Login : 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 Passwordless Login : 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 Passwordless Login : 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 Passwordless Login : 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 Passwordless Login : 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 Passwordless Login : 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 Passwordless Login: 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 Passwordless Login : 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 Passwordless Login 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 Passwordless Login 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 Passwordless Login 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 Passwordless Login 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 Passwordless Login 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 Passwordless Login 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 Passwordless Login 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 Passwordless Login External IDP : Enable Update Customer Profile During SSO


4. Configure Your User Directory

There are two ways to add users in miniOrange:


5. Create Policy for Passwordless Login

  • Go to Policies and click on App Login Policy.
  • BigCommerce Passwordless login: App Login Policy

  • You will see a list of policies along with your default BigCommerce app policy here.
  • Click on the Edit in Action against the BigCommerce policy.
  • BigCommerce Passwordless login: Edit BigCommerce Policy

  • In the First Factor dropdown, select the Password-less option.
  • Select the Enable Two-Factor Authentication (2FA) option.
  • BigCommerce Passwordless login: Edit BigCommerce Policy

  • Click on Submit.

6. Test SSO Configuration

  • Navigate to the Apps section.
  • Locate and select your specific application.
  • In the Action column for your application, click on the (⋮) to open the action menu.
  • From the menu that appears, click on the Edit option.
  • Within the application's configuration page, go to the Endpoints tab.
  • You will find the SSO URL to authenticate from miniOrange.
  • BigCommerce Passwordless Login: create script

  • Copy the SSO URL and open it in an incognito/private window. You’ll be redirected to your IDP for login, and after logging in successfully, you’ll be taken back to your store as a logged-in user.
  • BigCommerce login open an incognito/priavte window

    BigCommerce login open prompt and enter otp

    BigCommerce successful login

7. Configure Passwordless Login and Single Logout (SLO) in BigCommerce


  • Download the script to initiate Single Sign-On 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 Passwordless Login: create script

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

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

  • Replace the above pointed url by your BigCommerce SSO url.
  • BigCommerce Passwordless Login can be found at your BigCommerce app configuration in miniOrange which is given below.
  • BigCommerce Passwordless Login: Script

  • Download the script to initiate Single Logout 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 Passwordless Login: create script

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

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

  • Replace the above pointed url by below BigCommerce SLO url:
    {{mO organizational url}}/idp/oidc/logout?post_logout_redirect_uri={{your bigcommerce store url}}/login.php?action=logout
  • Here, replace the {{mO organizational url}} with the highlighted URL below, found at your SSO url in your app configuration.
  • BigCommerce Passwordless Login: mO URL

  • Replace the {{bigcommerce store url}} with your bigcommerce store url.

External References


Frequently Asked Questions

What is the most commonly used passwordless login method by organizations?

One of the most common passwordless login methods used by organizations is One-Time Password (OTP) over SMS or phone. This method allows users to skip entering login credentials traditionally and directly access the apps with a one-time password sent to their phone or email.

Can I log into BigCommerce using Azure / Okta / Office 365 credentials?

Yes, we support SSO into BigCommerce using Microsoft Entra ID , Okta and Office 365 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 this guide:BigCommerce Social Login.


Want To Schedule A Demo?

Request a Demo
  



Our Other Identity & Access Management Products