We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
api/login
I want to log a user in via api/login and have populate lambda that is not executing upon login
1.53.2
The version, or versions where this bug exists. If you do not know, please leave blank for now.
Steps to reproduce the behavior:
jwt.foo = bar
curl --request POST \ --url https://local.fusionauth.io/api/login \ --header 'Authorization: bf69486b-4733-4470-a592-f1bfce7af580' \ --header 'Content-Type: application/json' \ --data '{ "loginId": "fooman2", "password": "password", "applicationId": "85a03867-dccf-4882-adde-1a79aeec50df" }'
See that the resulting JWT does not have the claims added by the populate lambda
The populate lambda should execute regardless of registration status
(Please complete the following information) Dev setup
All issues filed in this repository must abide by the FusionAuth community guidelines.
The text was updated successfully, but these errors were encountered:
Internal:
Sorry, something went wrong.
robotdan
No branches or pull requests
Description
I want to log a user in via
api/login
and have populate lambda that is not executing upon loginObserved versions
1.53.2
Affects versions
The version, or versions where this bug exists. If you do not know, please leave blank for now.
Steps to reproduce
Steps to reproduce the behavior:
jwt.foo = bar
)See that the resulting JWT does not have the claims added by the populate lambda
Expected behavior
The populate lambda should execute regardless of registration status
Platform
(Please complete the following information)
Dev setup
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
Additional context
The text was updated successfully, but these errors were encountered: