Currently Janus maintains a 'first_name' and 'last_name' field for users - why? Not all names follow this schema, and it's uncommon (never?) that we want these two items separately anyway. They also clutter up the JWT (two header fields instead of 1) and end up being concatenated in many clients anyway. They should be condensed into a single field.