Welcome to Bvndle SSO. With our API, you can access shared data within the ecosystem

Set up Deeplink schema or universal link in your application and add it as a mobileRedirectUrl while onboarding as a Partner with Bvndle. See documentation https://bvndle.mintlify.app/bvndle-sso/onboard-partners.

1.

Set up an In-App Browser that redirects back to the APP when the URL changes to redirectUrl

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

3.

If the user TAG & PASSWORD is validated, the In-App Browser URL changes to: redirectUrl/?authorization-code=NYFFS72HS9G. At this point it redirects back to the APP while returning the URL.

4.

Next, run the Get SSO Token endpoint passing authorizationCode as the params. See documentation https://bvndle.mintlify.app/bvndle-sso/get-sso-access-token.