Member-only story
IdentityServer4 Admin UI from Skoruba.IdentityServer4.Admin Template
A user interface is like a joke. If you have to explain it, it’s not that good (:
Update
On April 26, 2021, developer Jan Škoruba released IdentityServer4 Admin UI version 2.0.1 which supports ASP.NET CORE v5. I have published an updated tutorial Run IdentityServer4 Admin UI local and Azure.
The IdentifyServer4 is a free, open-source OpenID Connect and OAuth 2.0 framework for ASP.NET Core. If you are in the market for a robust admin user interface (UI) to manage the IdentityServer4, you come to the right place. In this story, I will provide
- Instructions to set up the beautiful Admin UI using the open-source Skoruba.IdentityServer4.Admin template
- Walk-thru of the generated source code and run it on localhost
Open Source Project Highlights
To develop this story, I have reviewed and integrated tools and techniques from the following high-quality opensource projects
- IdentityServer4 — this project has 7.7K stars on Github. It is the #1 opensource project for securing enterprise ASP.NET WebAPI by Brock Allen
- IdentityServer4.Admin — this project has 2.5K stars on GitHub. It is the best Admin UI of the IdentityServer4 and Asp.Net Core Identity by Jan Škoruba
One way you can show your appreciation to open-source project developers is by giving them a “star” on Github.
For this story, I reached out Jan Škoruba, the creator of IdentityServer4.Admin for his comments. See below for Jan’s response. Bless his heart!
I have been working on this open source Admin UI for more than 4 years. I really like the IdentityServer4 and I am happy that I am able to share this Admin UI to others. 😊
Currently, I am working on version 2.0.0 — which contains upgrade IdentityServer4 to version 4 and convert UI part into Razor Class Library.
After IS4 Admin version 2.0.0 I will continue on porting this Admin UI to Duende Identity Server.
— Jan Škoruba