FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. devsoep
    3. Topics
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by devsoep

    • D

      Unsolved Login records not showing application for token authentication

      Q&A
      • • • devsoep
      3
      0
      Votes
      3
      Posts
      461
      Views

      D

      Okay, so the docs also describe the requirement for testing the applicationId claim:

      https://fusionauth.io/docs/v1/tech/core-concepts/authentication-authorization#:~:text=Authorization and Securing Your Application

      Unfortunately the application feature Registration->Self-service registration doesn't work for token requests. And OAuth->Require registration doesn't work for password grant type.

    • D

      Unsolved Passwordless authentication populate JWT token

      Q&A
      • • • devsoep
      2
      1
      Votes
      2
      Posts
      978
      Views

      V

      Hi there!

      Please make sure that you have selected that Lambda in your Application by navigating to its edit page, going to the JWT tab and choosing it on Access Token populate lambda.

      For instance, my (extremely simple) function looks like:

      function populate(jwt, user, registration) { jwt.customClaim = 'gotcha'; console.debug(JSON.stringify(user)); }

      And I received the following access token with that customClaim at the end:

      235241bf-3086-4565-a424-a14398bdcafd-image.png