• Stars
    star
    119
  • Rank 289,949 (Top 6 %)
  • Language
    C#
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

IdentityServer4Demos.NETCore31

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)