Force OAuth RedirectURL to always be backend URL. Otherwise it may get generated...
authorMatthew Wire <mjw@mjwconsult.co.uk>
Thu, 25 Aug 2022 14:18:03 +0000 (15:18 +0100)
committerMatthew Wire <mjw@mjwconsult.co.uk>
Thu, 25 Aug 2022 14:18:11 +0000 (15:18 +0100)
commitffb2e2ea2801df6afe84c3a867e892d27c049b13
tree51f840f18a30f40bf9e170d0ee73536c979793cf
parent459484328e86572d5281692a2b74050ef19d4840
Force OAuth RedirectURL to always be backend URL. Otherwise it may get generated as frontend URL and fail to authenticate eg. when 'Inbound email' job run via CRON
ext/oauth-client/CRM/OAuth/BAO/OAuthClient.php