Skip to content

jaliyaudagedara/WinterSpine.IdentityServer

Repository files navigation

IdentityServer based in IdentityServer4

IdentityServer based on,

At this point, we are not aiming for a SAAS (May be in v2). For v1, the idea is providing developers an internal fully fledged IdentityServer which uses OIDC, so they can easily plug in whatever the client applications they want. For instance Admin can CRUD clients and it's config (RedirectUris, The scopes clients can request etc. and there is a lot more), Users and their config etc.

This Repo contains the IdentityServer. A MVC Client Application for testing the IdentityServer is maintained at WinterSpine.IdentityServer.MvcClient Repo.

Build Status

Build status

Road Map (v1)

  • Initial IdentityServer4 Setup for OIDC - DONE
  • Integrate with ASP.NET Core Identity and EF Core - DONE
  • Initial Testing Client Application - DONE
  • Configure CI, setup a demo public environment - IN PROGRESS
  • Admin Functionalities
    • CRUD IdentityServer Configurations
    • CRUD Clients and their configurations
    • CRUD Users
      • Defining Scopes for Users
  • User Functionalities
    • Register (not as a admin as there is a inbuilt admin user) - INITIATED
      • May be send an email to Admin and upon approval, user can move ahead with login and user specific functionalities
    • View/Update/Delete Claims

About

IdentityServer Based on IdentityServer4, OIDC, ASP.NET Core Identity, EF Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages