A free open source admin solution for IdentityServer4
IdentityServer4.OpenAdmin is an open source and free administration tool for the IdentityServer4 product. It is founded and maintained by Johan Boström. The project is licensed under Apache 2 and based on .NET Core 2.x and Vue.js
This administration tool i meant to be able to be used with your already working IdentitiyServer4 installation.
- API based (you can choose to only use the API)
- Portable Admin UI, that can run on separate host if you want to
- Dynamic UI, to support IdentityServer4 upgrades
- Uses the built-in features of IdentityServer4
Todo.. NuGet...
- Add/Edit Clients
- Add/Edit Identity resources
- Add/Edit API Resources
Just clone the repo and start the included host project.
To be able to develop for the UI you will need Node JS installed