Using sessionToken how can get access_token and id_token

Hi Tom

Thank you for your replay.

  1. making api call for {{url}}/api/v1/authn – post method with user details
    res: got sessionToken
  2. Api call – https://dev-255595.oktapreview.com/oauth2/v1/authorize?client_id=0oadeindnmS6oN5rN0h7&response_type=id_token token&scope=openid&prompt=none&response_mode=form_post&
    redirect_uri=https%3A%2F%2Fpulse.conviva.com&state=Af0ifjslDkj&nonce=n-0S6_WzA2Mj&sessionToken=20111sGo7p0ZI_pB-lfhCKlb3zCkDF9EV_dHGdlSE85xGow_3Qr7utM

is it will return the callback url to response or how to handle it