How to Create a JWT Populate Lambda in FusionAuth
-
Our FusionAuth instance only lists 11 Lambdas by default, and JWT Populate is not one of them. How can we create a JWT Populate Lambda?
-
The 11 Lambdas you see are the default ones included with FusionAuth. To create a JWT Populate Lambda, follow these steps:
- Navigate to Settings > Lambda in the FusionAuth Admin UI.
- Click the green + button in the top right to create a new Lambda.
- In the "Type" dropdown, select JWT Populate.
- Configure your Lambda logic as needed.
For additional guidance, you can refer to the JWT Populate Lambda documentation, which includes a helpful video walkthrough of the process.
-