Closed (fixed)
Project:
OAuth2 Client
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Feb 2022 at 09:17 UTC
Updated:
17 Mar 2023 at 14:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
idebr commentedAttached patch updates Oauth2ClientService::getAccessToken() so the method returns the refreshed access token.
Comment #3
fathershawnComment #5
fathershawnNice catch! We missed that when we refactored the storage model!
Comment #7
berdirNote: This was undone again in #3255621: Generate access token, if Refresh token not exist, which went back to expecting that the refresh grant service returns the access token. 4.x seems to have it fixed, so won't bother to open a new issue, this is just a workaround while we work on updating our site.
Comment #8
fathershawnOoh! sorry for the regression @Berdir and thanks for the patch to help those who need it get to 4.x :-)