Hi,
Ironically I ran into this too - root cause for me was the aouth_clients
table being latin1 instead of utf8.
I think this would solve it
ALTER TABLE `aouth_clients` CHARACTER SET utf8 COLLATE utf8_general_ci
Edit: bug created for this here:
Thanks,
Dan