AWS Transfer AD Authentication with Domain Trust

0

I have an AWS Transfer server running using an AWS Hosted Active Directory for authentication. I have a two way transitive domain trust in place with an on-premise Active Directory domain.

Is it possible to use security groups form the trusted domain to grant access? I have tried to add Group SID's from the trusted domain but this results the following error:

Failed to add access (1 validation error detected: Value ' <SID> at 'externalId' failed to satisfy constraint: Member must satisfy regular expression pattern: ^S-1-[\d-]+$)

Setting up Access with a SID from the AWS Directory Service is working as expected.

已提问 2 年前395 查看次数
2 回答
0
已接受的回答

Yes, You can use trusted domains with AWS Transfer and AWS Directory Service as the identity provider. As you mention a 2 way trust there wouldn't be anything extra to configure. (If you had a 1 way trust and were using a child domain instead of forest root domain, then you'd also need a 1 way external trust per child domain.) Also something to keep in mind, when authenticating with a user from a trusted domain your client would need to specify the domain of the user. ex: username@fqdn or username@netbios

Regarding the error you are seeing. This is failing on the regex validation for the SID provided, a common cause for this can be an extra space before or after the SID that was carried over from a copy/paste.

Can you try again and double check the field for any extra spaces? Please let us know if you run into the error again.

AWS
Brian C
已回答 2 年前
0

Thankyou Brain C you were correct the issue was a space at the start of the SID.

已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则