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

    Posts made by devsoep

    • RE: Login records not showing application for token authentication

      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.

      posted in Q&A
      D
      devsoep
    • RE: Login records not showing application for token authentication

      Okay, so it seems to be by design. But why consider this successful? https://github.com/FusionAuth/fusionauth-issues/issues/1387

      posted in Q&A
      D
      devsoep
    • Login records not showing application for token authentication

      Hi,

      We've noticed that users authenticated via the /oauth2/token endpoint are shown in the login records, but the application / application id are not set. Seems strange as the client credentials are provided, so the application should be known.

      Is this by design or something in our configuration? Any thoughts?

      Cheers,

      Peter

      posted in Q&A
      D
      devsoep
    • Passwordless authentication populate JWT token

      Hi,

      We are currently testing passwordless authentication. The flow works fine, however it seems the lambda we are using to enrich the access token is not called.

      We have enabled debugging to ensure the lamda is called when using password authentication. This works fine.

      Are we missing a toggle somewhere?

      Cheers,

      Peter

      posted in Q&A
      D
      devsoep