At the moment, when new users of Superset are created, the CAS authorization method only passes through the posix shell username to Superset.
That means when a user account record is created in Superset, the user's real name and email address is missing. For example:
Users are permitted to update their First Name and Last Name records, but it would be better if were able to populate the information automatically.
The scope of this ticket is to investigate whether or not it would be possible to do this for a reasonable amount of effort.
Then if it is possible, implement that change.
