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.
"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.