-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
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
Feature request: Add AWS Transfer Family parser models #5903
Labels
Comments
7 tasks
7 tasks
|
This is now released under 3.5.0 version! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use case
I'm working on a project that integrates AWS Transfer Family with Custom Identity Providers like: Auth0, Okta and others. To make this possible, you should have a Lambda in the middle that will receive the event from Transfer Family and then you do whatever logic you need to authenticate or not the client.
Payload
The payload looks like this, the only thing special about this payload is because the password cannot be sent if the user is authenticating using public keys, so, must make it optional.
Solution/User Experience
The experience should be something like this:
Alternative solutions
Acknowledgment
The text was updated successfully, but these errors were encountered: