Navigation

    FusionAuth
    • Login
    • Search
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    1. Home
    2. Tags
    3. user data
    Log in to post
    • All categories
    • 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
      74
      Views

      dan

      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

    • dan

      Added the wrong datatype to a user's data field
      Q&A • elasticsearch user data error • • dan

      2
      0
      Votes
      2
      Posts
      72
      Views

      dan

      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

    • dan

      Editing user data in the UI
      Q&A • user data user interface • • dan

      2
      0
      Votes
      2
      Posts
      79
      Views

      dan

      You can edit user and registration data in the admin ui. This is handled using forms, each tenant and application can be assigned a custom form to edit a user or user registration respectively.

      More details here: https://fusionauth.io/docs/v1/tech/guides/advanced-registration-forms/#editing-user-data-in-the-admin-ui

      We’ve discussed allowing direct JSON editing. It is too error prone.

      Perhaps in the future we could enable a “danger - expert only - no fences” mode and allow it. Using the forms we can perform custom validation, type safety, etc.