Need suggestion for session maintainence

hi,
I am working on deploying sharetribe as our rental marketplace . i have a query regarding session maintainence.
we maintain our own marketplace provider platform where admin signs up for creating a marketplace. when registration is completed, we maintain our own session using access tokens in our system. we want to use sharetribe as a forked system which maintains its own database but its admin integrates with our own auth database.

Notes :

  1. when admin signs up on our end and selects rental marketplace. it will redirect to rental marketplace (sharetribe) and signup will occur there with same creds.
  2. what we want is to navigate from our website end to the rental marketplace end such that session is maintained on the rental marketplace as well.
    QUESTION -> what parameters should be passed ( or needed ) while navigating (accessing the login route) so that session is maintained for user on sharetribe site as well. what information is needed to be maintained on our end.

Happy to provide more clarification,
Thanks

1 Like

Implement SSO - Single-Sign-On process

Single sign on is what we are trying to implement. but the problem is we need to create a cookie session from our sign in process so that it will be maintained at sharetribe end.

flow must go like this --> there will be an admin panel where clicking on a tab will redirect to sharetribe website. with the admin user logged in.