This PR solves an issue we had experienced during integration caused by our expected query string parameter set in the client.site option being removed resulting in an unauthorized error.
By using client.site instead of callback_url we can preserve any query string parameters that may be included within the site key and also configured in the callback url within the user pool client app.
This PR solves an issue we had experienced during integration caused by our expected query string parameter set in the
client.site
option being removed resulting in an unauthorized error.By using
client.site
instead ofcallback_url
we can preserve any query string parameters that may be included within the site key and also configured in the callback url within the user pool client app.