Last post Oct 10, 2019 06:03 AM by Mikesdotnetting
None
0 Points
4 Posts
Oct 09, 2019 09:55 PM|islaboy|LINK
I deployed asp.net application to aws beanstalk using the aws toolkit for VS. How can I password protect it?
All-Star
194434 Points
28074 Posts
Moderator
Oct 10, 2019 06:03 AM|Mikesdotnetting|LINK
What do you want to protect? Access to the running web application or something to do with your AWS account? If the former, look at ASP.NET Identity (https://docs.microsoft.com/en-gb/aspnet/core/security/?view=aspnetcore-3.0). If the latter, check the AWS docs.
None
0 Points
4 Posts
Elastic Beanstalk - Password protect
Oct 09, 2019 09:55 PM|islaboy|LINK
I deployed asp.net application to aws beanstalk using the aws toolkit for VS. How can I password protect it?
All-Star
194434 Points
28074 Posts
Moderator
Re: Elastic Beanstalk - Password protect
Oct 10, 2019 06:03 AM|Mikesdotnetting|LINK
What do you want to protect? Access to the running web application or something to do with your AWS account? If the former, look at ASP.NET Identity (https://docs.microsoft.com/en-gb/aspnet/core/security/?view=aspnetcore-3.0). If the latter, check the AWS docs.