Setting up 1 transfer server that'll handle authentication using AzureAD, SSH keys, and Password authentication

0

I am currently looking at the best architecture for my company's SFTP process using AWS Transfer Family. Currently using third party SFTP software, we allow our external clients to sign in to our SFTP servers by way of:

  1. password authentication or
  2. SSH keys

As my company migrates off our 3rd party software to AWS, we are hoping to keep the same authentication options for our clients (i have already looked into articles related to this).

However, for our internal business users, we are wanting to integrate AzureAD for authenticating our business users to our Transfer server.

My question is: Is it possible to set up 1 Transfer server that handles password & SSH authentication for external clients AND also AzureAD authentication for internal users? OR do I need to set up 2 separate Transfer servers: 1 for authenticating using password/SSH, 1 for authenticating using AzureAD?

Thank you!

1回答
1
承認された回答

If you are looking to have password/key based authentication along with AD authentication then it is supported via creating two separate servers one with password (AND/OR) key based authentication (https://docs.aws.amazon.com/transfer/latest/userguide/custom-identity-provider-users.html) and another one with AD (https://docs.aws.amazon.com/transfer/latest/userguide/directory-services-users.html)

AWS
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ