IdentitySample icon indicating copy to clipboard operation
IdentitySample copied to clipboard

A sample that shows how to deal with Tokens, Users, Roles, Claims and Policy using ASP.NET Core Identity

Results 3 IdentitySample issues
Sort by recently updated
recently updated
newest added

packages update project re-organization: separated authentication and authorization with a new class library project, added configurations for ApplicationUser, ApplicationUserRole and Tenant entities

All project files have been modified to target .NET 9.0 instead of .NET 8.0. Package references for `Microsoft.AspNetCore.Authorization`, `Microsoft.AspNetCore.Identity.EntityFrameworkCore`, `Microsoft.EntityFrameworkCore.SqlServer`, `Microsoft.AspNetCore.Authentication.JwtBearer`, `Microsoft.Extensions.Hosting`, `Azure.Storage.Blobs`, and `MimeMapping` have been updated to their...

Upgraded several NuGet packages across the IdentitySample application to their latest versions for improved features and security. Key updates include: - `Microsoft.AspNetCore.Authorization` and `Microsoft.AspNetCore.Identity.EntityFrameworkCore` upgraded to 8.0.14 in `IdentitySample.Authentication.csproj`. -...