By using AWS re:Post, you agree to the AWS re:Post Terms of Use

AWS Transfer Multiple Identity Providers

0

I have an AWS Transfer requirement where I need to provide key based authentication as you get from the Service Managed identity provider, and AWS Directory Service authentication. Is this possible from a single server?

asked 3 years ago492 views
2 Answers
0
Accepted Answer

No you will have to setup two different SFTP server with separate authentication mechanism, or one server using custom auth with Lambda that invokes Directory Service API for password auth and uses some other repo like S3 for storing ssh keys.

profile pictureAWS
EXPERT
answered 3 years ago
profile picture
EXPERT
reviewed 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions