Closed sts-ryan-holton closed 1 month ago
Thank you for reporting this issue!
As Laravel is an open source project, we rely on the community to help us diagnose and fix issues as it is not possible to research and fix every issue reported to us via GitHub.
If possible, please make a pull request fixing the issue you have described, along with corresponding tests. All pull requests are promptly reviewed by the Laravel team.
Thank you!
Google OAuth API doesn't support 'integration_id' query string parameter. It supports 'state' parameter and returns 'state' in the response.
I ended up passing it in via state
just for the Google drvier
We are closing this as an alternative solution available. However, anyone is free to submit PR if any improvements need to be made.
Socialite Version
5.16.0
Laravel Version
11.21.0
PHP Version
8.3.9
Database Driver & Version
MySQL 8
Description
Custom
with
params aren't passed back to the callback URL on google driverSteps To Reproduce
Use Google driver
Within my
callback
controller I'm using an invoke method accepting in theRequest $request
, and I don't see myintegration_id
or other options here: