Skip to content

ASP.NET Core Identity with IdentityServer4 based on the ASP.NET Core Template "IdentityServer4AspNetCoreIdentityTemplate" built by damienbod.

License

Notifications You must be signed in to change notification settings

feliperomero3/AspNetCoreIdentityServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Core Identity with IdentityServer4

ASP.NET Core Identity with IdentityServer4

This project has been created from the ASP.NET Core Template "IdentityServer4AspNetCoreIdentityTemplate" built by damienbod. Specifically the release 5.1.3

Your first have to install the template and then you can create a new project.

Getting started

In order to get the .nupkg package file you have to build from the source.

git clone https://github.com/damienbod/IdentityServer4AspNetCoreIdentityTemplate/tree/release_5_1_3

nuget pack content/IdentityServer4AspNetCoreIdentityTemplate.nuspec

dotnet new -i IdentityServer4AspNetCoreIdentityTemplate.5.1.3.nupkg

dotnet new sts -n AspNetCoreIdentityServer

Features

  • ASP.NET Core 3.1
  • ASP.NET Core Identity 3.1
  • Bootstrap 4 UI
  • 2FA
  • TOTP
  • FIDO2 MFA
  • Personal data, download, delete (part of ASP.NET Core Identity)
  • Azure AD, Cert, key vault deployments API
  • SendGrid Email API
  • npm with bundleconfig used for frontend packages
  • EF Core
  • Support for ui_locales using OIDC logins

About

ASP.NET Core Identity with IdentityServer4 based on the ASP.NET Core Template "IdentityServer4AspNetCoreIdentityTemplate" built by damienbod.

Topics

Resources

License

Stars

Watchers

Forks