AWS Authentication Sample using .Net 7

David Downing 706 Reputation points
2022-11-29T17:30:56.92+00:00

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.

Developer technologies | ASP.NET | ASP.NET Core
{count} votes

1 answer

Sort by: Most helpful
  1. Takahito Iwasa 4,851 Reputation points MVP Volunteer Moderator
    2022-12-08T22:26:40.813+00:00

    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.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.