Bvndle LAAS Docs home page
Search...
⌘K
Go to Website
Sign up
Sign up
Search...
Navigation
Bvndle SSO
Getting Started - Web
Bvndle Developers
Get Started
Bvndle LAAS
Get Started
Onboarding
Rules Engine
Gift Card
Coins
Trending Deals
Bvndle SSO
Getting Started - Web
Getting Started - Mobile
Onboard Partners
Partner Login
Update Partner's Details
Create Authorization Code
Get SSO Access Token
Create Tag
Verify Tag
Get User Tag
Link Bvndle Tag to LAAS User Account
On this page
Bvndle SSO
Getting Started - Web
Welcome to Bvndle SSO. With our API, you can access shared data within the ecosystem
Add the authentication page URL as a
webRedirectUrl
while onboarding as a Partner with Bvndle. See documentation
https://bvndle.mintlify.app/bvndle-sso/onboard-partners
.
1.
Integrate the Bvndle SSO workflow using the official NPM package
npm: @bvndle/sso-client
or open the window pointing to
https://dev-vfd-sso.netlify.app/?client_id=$BVNDLE_CLIENT_ID&
scope=$SCOPE&device_type=$DEVICE_TYPE
client_id
: Represents the clientId created after partner registration.
scope
:
(optional)
Determines the user data that is returned (email, fullname, or profile). Defaults to
profile
.
device_type
:
(optional)
Determines the type of redirectUrl returned (web or mobile). Defaults to
web
.
image
:
(optional)
Determines whether you want the avatar in base64 format. For base64, send image=base64. Defaults to
null
.
2.
If the user TAG & PASSWORD is validated, the window URL changes to:
redirectUrl/?authorization-code=NYFFS72HS9G
.
3.
Next, run the Get SSO Token endpoint passing authorizationCode as the params. See documentation
https://bvndle.mintlify.app/bvndle-sso/get-sso-access-token
.
Get Url
Getting Started - Mobile
Assistant
Responses are generated using AI and may contain mistakes.