When connecting using OpenIDConnect, we can received long user name from the remote user repository. For instance, some organizations used to prefix subcontractors' names by the name of their companies.
So, the name may exceed the unix max limitation of 30 characters.
We propose that the class UserNameNormalizer
ensures that the name don't exceed this limit to avoid a connection failure.