@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
}
Amazon Cognito ASP.NET Core Web Application Sample
This sample application demonstrates how to integrate Amazon Cognito as an identity provider for an ASP.NET Core Web Application. The sample adds the Amazon.AspNetCore.Identity.Cognito
NuGet package as the registered identity service provider for the ASP.NET Core application. The sample also adds sample login pages that demonstrate how to customize the ASP.NET Core login process to use Amazon Cognito.
Amazon Cognito ASP.NET Core Identity Provider
Amazon Cognito service documentation