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.

  • KevinTheJedi replied to this.
  • mulyana

    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 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.

    mulyana

    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.

    6 days later
    Write a Reply...