SocialiteProviders / Providers

A Collection of Providers for Laravel Socialite
https://socialiteproviders.com
MIT License
488 stars 436 forks source link

OIDC token request results in failure multiple_client_credentials #1151

Closed krodox closed 4 months ago

krodox commented 4 months ago
 $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 commented 4 months ago

Fixed by upstream revert, update our socialite package version https://github.com/SocialiteProviders/Providers/pull/1150