Called by the AWS SFTP Gateway to authenticate a user attempting to log in. Validates the provided password (cached temporarily) against the username (site UUID) and returns an IAM role and S3 policy if valid.
Standard JWT token obtained via a separate authentication process. Required for most user-facing API endpoints.
The temporary password generated for the SFTP backup script.
The AWS SFTP server ID.
"s-12345abcdef"
The SFTP username, which is the Site UUID.
Authentication successful. Returns IAM role and S3 policy.
The response is of type object
.