Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use client.site when fetching the access token #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

coatezy
Copy link

@coatezy coatezy commented Mar 26, 2024

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.

By using client.site instead of callback_url we can preserve any query string parameters that could be included within the site key and also configured in the callback url within the user pool client app
@coatezy coatezy force-pushed the fix/access_token_redirect_url branch from 73890ed to 507b859 Compare March 27, 2024 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant