/IdentityServer4Demos

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.

Primary LanguageC#

IdentityServer4 Demos

OBSOLETE: These demos are using .NET Core 2.1. Check out new repository for IdentityServer4 demos using .NET Core 3.1.

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.

Tutorials

All published tutorials can be found at deblokt.com

Published
  1. IdentityServer4 Quickstart
  2. IdentityServer4 EntityFramework
  3. IdentityServer4 EF With PostgreSQL
  4. IdentityServer4 ASP.NET Core Identity (PART 1, PART 2, PART 3)
  5. IdentityServer4 Adding custom properties to User
  6. IdentityServer4 External providers (Azure AD, Okta)
  7. IdentityServer4 MFA - TOTP (Google Authenticator)
  8. IdentityServer4 MFA - FIDO2 (YubiKey 5) (PART 1, PART 2)
Todo
  1. IdentityServer4 Passwordless - FIDO2 (YubiKey 5)
  2. IdentityServer4 Production ready
  3. IdentityServer4 Docker
  4. IdentityServer4 Admin UI (Skoruba)
  5. Client Web Api Example (Bearer token)
  6. Client JavaScript SPA Example (Authorization Code PKCE)
  7. Client MVC Example (Hybrid)