SSO with Okta using SAML
Overview
This guide provides step-by-step instructions for configuring Single Sign-On (SSO) with Security Assertion Markup Language (SAML) 2.0 using Okta as the Identity Provider (IdP) for Bambuser Live Shopping. This integration allows your organization to manage user authentication through your existing Okta infrastructure.
Prerequisites
- An active Okta administrator account
- Access to the Bambuser Live Shopping dashboard
- Administrative access to your organization's domain DNS settings
- The domain used for user emails must be verified in Okta
Configuration Steps
1. Create an Okta SAML Application
- Log in to your Okta Admin Dashboard
- Navigate to Applications > Applications
- Click Create App Integration
- Select SAML 2.0 and click Next
- Enter an App name (e.g., "Bambuser Virtual Commerce")
- Click Next to configure SAML
2. Configure SAML Settings
General Settings
- Single sign on URL (ACS URL):
- US Data Region:
https://svc-prod-us.liveshopping.bambuser.com/functions/auth/sso/saml/callback - EU Data Region:
https://svc-prod-eu.liveshopping.bambuser.com/functions/auth/sso/saml/callback
- US Data Region:
- Audience URI (SP Entity ID):
bambuser_saml_service_provider - Name ID format: EmailAddress
- Application username: Email

Attribute Statements
Add the following attribute statements:
- Name:
email- Value:
user.email
- Value:
- Name:
firstName- Value:
user.firstName
- Value:
- Name:
lastName- Value:
user.lastName
- Value: