Using username and password as authentication method is deprecated, instead the access token should be used now.
We have to extend configuration options to enter the access token, and if provided to use that.
In order to prevent using this old approach, we should hide the old config options from admin UI for new config entities, as well as for editing the ones already using the bearer. For the existing ones with the old authentication scheme, we should of course allow to change the values, but also add a message that this is deprecated now, and the access token should be used instead
Comments
Comment #3
agoradesign commentedcrediting jrochate for informing about this change
Comment #4
jrochate commentedThanks.
I got information from SIBS (Portugal) that username/passwd schema will work until end of June.
After that all auth will be token only.
New installations / services are now being only supplied with token.
The token can be managed via platform backoffice, as state here:
https://sibs.docs.onlinepayments.pt/reference/parameters#authentication
Comment #5
agoradesign commentedthanks for the information!
Comment #6
agoradesign commentedI've written an e-mail to Viveum, asking how they treat this in Austria
Comment #8
agoradesign commentedPlease note that the commit in #7 is just preparation work, doing the necessary refactoring work in order to get the request initialization on a single place
Comment #11
agoradesign commented