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.
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.
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.