Hi, @David Downing
that authenticates to AWS
What do you mean by authenticating to AWS?
IAM? Cognito?
If you are talking about AWS SDK for .NET, you can use it regardless of the .NET version if you set the IAM profile as usual.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm looking for a sample ASP.Net Core sample that authenticates to AWS using a recent version of an MVC template. In other words, one that uses just the Program.cs for registering the authentication and injection of other services.
All of the samples I can find so far are using the older project templates (Startup.cs, etc...) and I'd rather start with the latest.
Thank you.
Hi, @David Downing
that authenticates to AWS
What do you mean by authenticating to AWS?
IAM? Cognito?
If you are talking about AWS SDK for .NET, you can use it regardless of the .NET version if you set the IAM profile as usual.