You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, the redirection server needs to fetch the code from query params(once the OAuth consent is given) and enrich add workspace in the payload to make a POST call to Siren for the code exchange.
Can we think of trying to remove this logic, and make the flow transparent, where the redirection server can just redirect the request further to Siren and get a response back without needing extra work of payload creation and enrichment.
The text was updated successfully, but these errors were encountered:
As of now, the redirection server needs to fetch the
code
from query params(once the OAuth consent is given) and enrich add workspace in the payload to make a POST call to Siren for the code exchange.Can we think of trying to remove this logic, and make the flow transparent, where the redirection server can just redirect the request further to Siren and get a response back without needing extra work of payload creation and enrichment.
The text was updated successfully, but these errors were encountered: