Closed (fixed)
Project:
Acquia Connector
Version:
4.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2025 at 06:38 UTC
Updated:
29 Jul 2025 at 04:39 UTC
Jump to comment: Most recent
Comments
Comment #3
rajeshreeputraRequesting review.
Comment #5
japerryaccounts.acquia.com is no longer available. Please see https://acquia.my.site.com/s/article/Acquia-ID-Implementation-and-Setup
We did some work back in December (#3491727) in anticipation of the Acquia ID rollout, but unfortunately the error we expected to get from accounts is not what matches what you're seeing here. Therefore, with all customer facing accounts now moved to Acquia ID, we need to remove all of the OpenID connect code, due to the new IDP not accepting static client IDs anymore.
Comment #6
ajits@japerry thank you for the reply and for updating the priority! I also have a support request open for this issue.
Comment #7
rajeshreeputraWith information provided in #5, I have removed the latest commit. Requesting review.
Comment #8
ajits@rajeshreeputra - The information provided in #5 was not about the commit I pushed afaict. It was about the bug we've encountered. I might be wrong. Can you please share what part of my commit you think was incorrect?
On another note, directly dropping a commit from a merge request doesn't seem correct. I suggest preserving the working history of the branch with
git revertinstead.Comment #9
japerryRajeshreeputra is correct here, we needed to simply adjust the post headers so the authenticate method would work. The client ID is no longer valid, so all of that code that you were working on is not needed anymore.
I've updated the MR to remove all of the oauth authorization token information. Note, for BC (because many of these methods are public), I've left most method signatures alone. In theory, you can run cron still and it'll get a token using the API key/secret provided during the login screen.
Comment #10
plachThis is working well here.
Comment #12
japerryDone!
Comment #15
japerryFix for 7.x-4.x is committed as well.