When used in production (not with test credentials) and if the username (B02K_CUSTNAME) contains scandinavian letters (like '%E4') Drupal shows an error after TUPAS auth and it is not possible to continue past registration page.
The error shown is:
This value does not match the expected {{ charset }} charset.
Comments
Comment #3
tuutti commentedGood catch! Seems like TUPAS is returning B02K_CUSTNAME in Latin1 charset (rather than utf-8).
Comment #5
tuutti commentedThis should be fixed on 8.x-1.x and 8.x-1.0-alpha8 releases.
Comment #6
softone commentedI can confirm that this has been fixed.