Configure .NET 5.0 Identity

Configure Identity services Services are added in ConfigureServices. The typical pattern is to call all the Add{Service} methods, and then call all the services.Configure{Service} methods. Test Identity The default web project templates allow anonymous access to the home pages. To test Identity, add [Authorize]: Sources: https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity?view=aspnetcore-5.0&tabs=visual-studio