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

Issue with client authentication #51

Open
ismail17719 opened this issue Sep 1, 2024 · 3 comments
Open

Issue with client authentication #51

ismail17719 opened this issue Sep 1, 2024 · 3 comments

Comments

@ismail17719
Copy link

I installed the package and followed the steps in the README.md but no matter what I do it always return this response:

{ "error": "invalid_client", "error_description": "Client authentication failed", "message": "Client authentication failed" }

I created all sorts of clients e.g personal, password, client credential, authorization but none works. Here is a glimpse of the the request I am making:

$response = Http::post(url('oauth/token'), [
        'grant_type' => 'social',
        'client_id' => $clientID,
        'client_secret' => $clientSecret,
        'redirect_uri' => $callbackUri,
        'provider' => 'google',
        'access_token' => $accessToken,
        'scope' => '*',
    ]);
    return $response->json();
@macstermind
Copy link

I also experienced the same issue

@MaheshPhuyal02
Copy link

Same issue

@ankurk91
Copy link
Collaborator

have you seen this?
#46

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

4 participants