Dear all,
up to 19.0.2 I had a call that performed a token-exchange in order to exchange an access_token with a pair access_token + refresh_token with scope offline_access.
The call is as per [1].
This doesn't seem to work any longer in 24.0.2. I get back a pair
access_token + refresh_token which are not set to be
offline_access scoped. Check the two attached images.
Did something change in this process? Is it documented somewhere?
Thank you.
Regards,
Marco.
[1]
Trying to answer myself ... looking at the code at [1] I've the feeling that now the subject_token already needs to be carrying offline_access scope.
My first tests seem to confirm this.
Is this the correct reason for the change in behaviour?
Marco.