FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Tags
    3. user data
    Log in to post
    • All categories
    • E

      Unsolved Adding supplementary user data

      Q&A
      • user data userinfo self hosted • • evanm
      5
      0
      Votes
      5
      Posts
      2.3k
      Views

      A

      @evanm Yes you can use the sub inside of the JWT when making any API call to your backend. In your database this will be a unique Id for the user. You can even get more details about the user from FusionAuth by calling the User endpoints.

      https://fusionauth.io/docs/apis/users#response-1

    • V

      Unsolved Save user address and return address (postal_code, street, number...) in OAuth token

      General Discussion
      • oauth userinfo user data • • vinicius.alfonso
      2
      0
      Votes
      2
      Posts
      3.5k
      Views

      danD

      Hi @vinicius-alfonso !

      As documented here: https://fusionauth.io/docs/v1/tech/oauth/endpoints#userinfo we don't provide the address info, even if you pass the address scope.

      Per the OpenID spec, section 5.4, it appears that supporting the address scope is optional: https://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims

      If this is important to you, please file an issue here: https://github.com/fusionauth/fusionauth-issues/issues with details about the use case.

      We are guided by our customers and community when it comes to implementation of issues. Here's our general roadmap guidance: https://fusionauth.io/docs/v1/tech/core-concepts/roadmap

    • danD

      Added the wrong datatype to a user's data field

      Q&A
      • elasticsearch user data error • • dan
      2
      0
      Votes
      2
      Posts
      4.4k
      Views

      danD

      This exception is caused by the fact that your objects in elastic now have two different schemas (one with the number, one with the string). You need to manually fix that; one way to proceed might be to access elastic directly and remove that one user.

      Then you'll need to reindex; here's more on that: https://fusionauth.io/docs/v1/tech/core-concepts/users/#reindex

    • danD

      Editing user data in the UI

      Q&A
      • user data user interface • • dan
      16
      0
      Votes
      16
      Posts
      5.5k
      Views

      B

      I upgraded. I haven't tried a new install nor do I want to. I understand why it's happening. Is it something you can fix in a future update, without my having to start over with a whole new install?