How do authenticate & authorize AD users to use a .NET web application hosted on an EC2 instance?

0

I have a .NET Core web application running on an EC2 instance. My requirements include that AD users of a specific domain be able to access it. Other security measures will restrict access to the web app to this domain's users exclusively. Not logged into the domain? No access. No exceptions. What I need to do is to differentiate those users; two different groups and I need to be able to differentiate those users in the web app's code base as some pages will render slightly differently for some users. Is this something I can do with Cognito or with Identity Center? I cannot implement Authentication in the app itself.

1 個回答
0

Hello.

Cognit can use Active Directory etc. as an external IdP, so I think it may be possible to implement what you want to do.
The following documents may be helpful.
https://aws.amazon.com/jp/blogs/security/how-to-set-up-amazon-cognito-for-federated-authentication-using-azure-ad/

profile picture
專家
已回答 8 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南