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

Unable to request new access token but manually set access token works #19

Open
arshohag opened this issue Oct 6, 2019 · 0 comments
Open

Comments

@arshohag
Copy link

arshohag commented Oct 6, 2019

I am trying to integrate in laravel 6 & Guzzle 6.3. But facing the problem. Although manually set OAuth access token works fine.
Here's my request parameter for obtaining access token -
"grant_type" => "password",
"client_id" => "api-client",
"username" => $username,
"password" => $password,
"broker" => $broker,

I put this in config but seems it always shows the error. Any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant