Skip to content

[Bug]: Populate Lambda does not fire without a registration when using the JWT issue lambda/APIs #3327

@jobannon

Description

@jobannon

What happened?

  1. Get a JWT for an application login (either via api/login or from the authorization_code grant).
  2. Add a populate lambda to an application
  3. Use the JWT that you obtained in step one to get a JWT by using the Issue API for the application in step 2. The user must not be registered to the target application (app 2).
  4. See that the populate lambda does not fire, but a JWT is issued.
  5. Add user registration to app2 and repeat and see that the populate lambda does execute.

Version

1.62.1

Affects Versions

No response

Alternatives / Workarounds

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions