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

OIDC token request results in failure multiple_client_credentials #1151

Closed
julian-beaujardin opened this issue Feb 16, 2024 · 1 comment
Closed

Comments

@julian-beaujardin
Copy link

 $user = Socialite::driver('okta')->user();

"Cannot supply multiple client credentials"

The client library is likely passing client credentials in both the headers and post body of the API call. Okta does not allow this, while other providers may be more lax in this requirement. You can only pass the credentials in one of these but not both.

@atymic
Copy link
Member

atymic commented Feb 17, 2024

Fixed by upstream revert, update our socialite package version
#1150

@atymic atymic closed this as completed Feb 17, 2024
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

2 participants