1 Answer
- Newest
- Most votes
- Most comments
0
This guide walks you though setting up custom identities with either Lambda or API Gateway for AWS Transfer Family service.
answered 2 years ago
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 days ago
- AWS OFFICIALUpdated 4 months ago
Thanks MK, I tried to run Azure Identity API to authenticate users but microsoft does not recommend to use OAuth 2.0 Resource Owner Password Credentials (ROPC) grant. I am trying to use below API. https://login.microsoftonline.com/tenant-id/oauth2/v2.0/token
It simply return token and I am sure what to do with response in LAMBDA. Just pass the user if receive 200 response ?? My question is more about, how exactly lambda authentication works for file transfer? Also, Can we have MFA based authentication when user login to sftp server ?