This repository contains demo projects for IdentityServer4. To learn how to create these projects yourself you can use my zero to production-ready step-by-step tutorials and client app examples.
All published tutorials can be found at deblokt.com
- IdentityServer4 Quickstart
- IdentityServer4 EntityFramework
- IdentityServer4 EF With PostgreSQL
- IdentityServer4 ASP.NET Core Identity (PART 1, PART 2, PART 3)
- IdentityServer4 Adding custom properties to User
- IdentityServer4 External providers (Azure AD, Okta)
- IdentityServer4 MFA - TOTP (Google Authenticator)
- IdentityServer4 MFA - FIDO2 (YubiKey 5) (PART 1, PART 2)
- IdentityServer4 Passwordless - FIDO2 (YubiKey 5)
- IdentityServer4 Production ready
- IdentityServer4 Docker
- IdentityServer4 Admin UI (Skoruba)
- Client Web Api Example (Bearer token)
- Client JavaScript SPA Example (Authorization Code PKCE)
- Client MVC Example (Hybrid)