You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new addClientAuthentication method introduced in feat(Authentication): Add support for Client Assertion#699 is overwriting the Management API client_id and client_secret with the Authentication client_id and client_secret set in the following sample code:
Hi @chrisnetonline 👋 Thanks for being patient, the team has been at an offsite this past week. We've prepared a fix that will ship with 8.5.0 this week.
Checklist
SDK Version
8.3
PHP Version
PHP 8.1
Description
This is a regression in the new 8.4 SDK.
The new
addClientAuthentication
method introduced in feat(Authentication): Add support for Client Assertion #699 is overwriting the Management APIclient_id
andclient_secret
with the Authenticationclient_id
andclient_secret
set in the following sample code:This works fine in 8.3.8 and is broken in 8.4.0.
How can we reproduce this issue?
See notes above.
The text was updated successfully, but these errors were encountered: