SSO Ruby code breaks for users with UTF8 characters in their name

Avatar
  • updated
  • Fixed

The Ruby Code at http://xxx.support.userecho.com/settings/features/sso/ throws an exception when the user's name contains a UTF8 character (e.g. 'Ascañe'). 


The name causes message_json to be a UTF8 string instead of JSON.

Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Fixed

We fixed issue with unicode, check new example with unicode support at the same location, version updated to 1.2

Avatar
toby

Works, thanks!

Avatar
Sergey Stukov co-founder
  • Answer
  • Fixed

We fixed issue with unicode, check new example with unicode support at the same location, version updated to 1.2

Avatar
Sergey Stukov co-founder
  • Under review