FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Categories
    3. Announcements
    4. Release
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • danD

      How to be notified of releases

      • • dan
      1
      0
      Votes
      1
      Posts
      3.9k
      Views

      No one has replied

    • danD

      Helm releases

      • • dan
      1
      0
      Votes
      1
      Posts
      10.7k
      Views

      No one has replied

    • danD

      FusionAuth release notes

      • • dan
      1
      0
      Votes
      1
      Posts
      4.4k
      Views

      No one has replied

    • K

      Missing data.salution in /ouauth/userinfo which replaces /api/user

      • • kiouplidis
      2
      0
      Votes
      2
      Posts
      2.7k
      Views

      mark.robustelliM

      @kiouplidis I found this in the documentation.

      In version 1.50.0 and later, the UserInfo response can be customized with a lambda using the oauthConfiguration.userinfoPopulateLambda value of the application object. See UserInfo populate lambda.

      In FusionAuth, you can add custom data to the oauth2/userinfo endpoint response using a Lambda function. This function can add extra claims to the UserInfo response. Here's an example of a simple Lambda function that adds a few extra claims:

      function populate(userInfo, user, registration, jwt) { // Add a new claim named 'favoriteColor' from a custom data attribute on the user userInfo.favoriteColor = user.data.favoriteColor; // Add a new claim named 'dept' using a custom data attribute on the registration userInfo.dept = registration.data.departmentName; // Copy a claim named 'applicationId' from the provided JWT userInfo.applicationId = jwt.applicationId; // Create an event log of type 'Debug' when the lambda has Debug enabled console.debug('Added custom claims to the UserInfo response'); }

      In this example, the favoriteColor and dept are custom claims added to the UserInfo response. These claims are derived from the custom data attributes on the user and registration respectively.
      Please note that the Lambda function needs to be assigned to an application in FusionAuth for it to take effect.

    • danD

      1.47 is released

      • • dan
      1
      0
      Votes
      1
      Posts
      1.2k
      Views

      No one has replied

    • danD

      1.46 is released

      • • dan
      1
      0
      Votes
      1
      Posts
      1.1k
      Views

      No one has replied

    • danD

      1.45 is released

      • • dan
      2
      1
      Votes
      2
      Posts
      1.1k
      Views

      P

      @dan thank you

    • danD

      1.44 is released

      • • dan
      1
      0
      Votes
      1
      Posts
      1.4k
      Views

      No one has replied

    • danD

      1.43 released

      • • dan
      1
      0
      Votes
      1
      Posts
      2.5k
      Views

      No one has replied

    • danD

      1.41 released

      • • dan
      1
      0
      Votes
      1
      Posts
      4.1k
      Views

      No one has replied

    • danD

      FusionAuth 1.37 is released

      • • dan
      13
      1
      Votes
      13
      Posts
      13.0k
      Views

      danD

      Just to close the loop on this, 1.40 includes the native window installation script and there are now instructions on how to install the mysql jar file.

    • danD

      FusionAuth 1.40 released

      • • dan
      1
      0
      Votes
      1
      Posts
      3.2k
      Views

      No one has replied

    • danD

      1.38 is released

      • • dan
      1
      0
      Votes
      1
      Posts
      1.2k
      Views

      No one has replied

    • danD

      FusionAuth 1.36 is released

      • • dan
      1
      0
      Votes
      1
      Posts
      810
      Views

      No one has replied

    • A

      This topic is deleted!

      • • albertwan232
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • danD

      FusionAuth 1.35 is released

      • • dan
      1
      0
      Votes
      1
      Posts
      845
      Views

      No one has replied

    • danD

      FusionAuth 1.34 is released

      • • dan
      1
      0
      Votes
      1
      Posts
      563
      Views

      No one has replied

    • danD

      FusionAuth 1.33 is released

      • • dan
      4
      0
      Votes
      4
      Posts
      1.5k
      Views

      joshuaJ

      @developers

      It is not possible to downgrade a deployment in FusionAuth cloud. There may be a possibility to roll back a failed upgrade to a backup that was taken.

      More information can be found here:

      https://fusionauth.io/docs/v1/tech/installation-guide/cloud#upgrading-a-deployment

      Thanks,
      Josh

    • danD

      1.32 is released

      • • dan
      2
      0
      Votes
      2
      Posts
      1.3k
      Views

      A

      yayyy...

    • A

      This topic is deleted!

      • • alyson8pdri46
      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied