Hi, I am using OAuth2 for user login. Everything works fine except that the Name of user is just the first of their email. For example name for adam23@gmail.com as 'Adam 23', although the first name is actually Adam.
I already map with the id provider as above. But why it does not take the First Name as user's name.
User's Name is stripping from the email
KevinTheJedi I am using Keycloak. I have tested using other system and manage to get the username. I do not understand why it strip the email to get username while I have mapped the IdP variables correctly.
KevinTheJedi this is my user fields in keycloak:
- Best Answerset by ntozier
That’s just showing the display names of the fields. You should have a section that displays the actual attribute mappings. The attribute names will be different than that.
Cheers.
KevinTheJedi removed the osTicket Latest News tag.
6 days later
Thank you I have resolved this issue.