Hi @will -
It is most likely the characters in the property with key http://tt.com
that is causing the problem. You can confirm by setting gateway.UserAttributeMapper
logger to debug and trying login again. You should see an exception in the logs.
Try using a direct mapper of ["http://tt.com"]
instead. That should give you what you want.