Making an HTTP Request in a FusionAuth Lambda

Get the slides from Redmonk's Conversation: What is API Authentication below.
About This Video

FusionAuth lambdas allow you to customize various parts of the authentication flow...

From modifying the values returned from an external Identity Provider like Azure AD to augmenting the claims of a JWT produced by FusionAuth on login.

With this new feature in FusionAuth 1.35, you can now make HTTP API calls from within your lambda, parse the responses, and perform business logic on them.

This video will walk you through the configuration needed.

Learn more about this FusionAuth feature here.