Re: Problem with Keycloak converting usernames to lowercase

2017-06-14 Thread Christie, Marcus Aaron
Kenneth, Good point. But just to be clear I’m only proposing that the portal username and hence the Airavata internal user id be lowercase. Airavata also stores usernames for logging into remote compute resources, etc., and I’m not proposing that we make those usernames lowercase. So

Re: Problem with Keycloak converting usernames to lowercase

2017-06-14 Thread K Yoshimoto
Requiring case-insensitive usernames might make it a bit more difficult for existing systems with case-sensitive usernames. For example, I think jupyterhub servers can be set up to use unix usernames, which would be case-sensitive. On Wed, Jun 14, 2017 at 10:18:52AM -0400, Suresh Marru wrote: >

Re: Problem with Keycloak converting usernames to lowercase

2017-06-14 Thread Suresh Marru
Hi Marcus, Interesting problem. Your conclusion seems to be the right approach. + 1 for fixing the legacy data and also for employing lowercasing all the tables you identified. Suresh > On Jun 14, 2017, at 10:14 AM, Christie, Marcus Aaron wrote: > > Dev, > > During