Hi all, does anyone have experience implementing c...
# help
g
Hi all, does anyone have experience implementing custom auth flows using AWS Cognito? Do you know if you can have more than 1 custom auth flow, and if yes, how do you recognise between the multiple flows to know what challenge to send next to the user?
f
Hey @gligor, I’m not super familiar, but I’d assume if you implemented ur own Cognito triggers to define and verify auth challenges, you could achieve multiple flows?
g
thanks for your reply @Frank, unfortunately haven’t really found anything about being able to do this - I’ve implemented our own triggers, but when you do
CUSTOM_AUTH
the lambda event doesn’t have a custom auth metadata field or anything similar to this so not able to determine which custom auth flow I would need to run through
quite annoying and limiting from AWS tbh