# IdentityServer4.OpenAdmin **Repository Path**: mirrors_maxisam/IdentityServer4.OpenAdmin ## Basic Information - **Project Name**: IdentityServer4.OpenAdmin - **Description**: Open Source Admin UI for IdentityServer4 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # About IdentityServer4.OpenAdmin > A free open source admin solution for IdentityServer4 IdentityServer4.OpenAdmin is an open source and free administration tool for the [IdentityServer4](https://github.com/IdentityServer/IdentityServer4) product. It is founded and maintained by [Johan Boström](https://www.johanbostrom.se). The project is licensed under [Apache 2](https://opensource.org/licenses/Apache-2.0) and based on .NET Core 2.x and [Vue.js](https://vuejs.org/) This administration tool i meant to be able to be used with your already working IdentitiyServer4 installation. #### Some Key features: - 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 ## Installation Todo.. NuGet... ## Features - Add/Edit Clients - Add/Edit Identity resources - Add/Edit API Resources ## How to setup dev environment ### The API Just clone the repo and start the included host project. ### The UI To be able to develop for the UI you will need Node JS installed