Interested in this feature? Get in touch with your Customer Success Manager.
307 Temporary Redirect to that URL.
Requirements
Your endpoint must:- validate that the browser has a valid session with your application;
- verify that the requested integration member and team match the signed-in user and account context;
- validate the requested modality, feature, and environment before forwarding them to Junction;
- create a dashboard URL through the Junction Management API; and
- respond with a
307 Temporary Redirectto the returned post-authorization URL.
Continuation flow
Example endpoint
Redirect status
Use307 Temporary Redirect so the browser follows the continuation result without treating it as a permanent redirect. This keeps future session recovery requests pointed at your session continuation URL.