skoruba / IdentityServer4.Admin

The administration for the IdentityServer4 and Asp.Net Core Identity
MIT License
3.57k stars 1.15k forks source link

Duende IdentityServer Admin UI #776

Open skoruba opened 3 years ago

skoruba commented 3 years ago

I will release this Admin UI for Duende IdentityServer next year (probably in March 2021). 😊🚀 updated

UPDATE: the repo is available here: https://github.com/skoruba/Duende.IdentityServer.Admin - try it and I am looking forward to your feedback 🎈

Benjamin-Keffer commented 3 years ago

Do you have updates on this topic? Would be really nice!

skoruba commented 3 years ago

@BenjaminKeffer - Yep, I am working on it. I need more time to process all details. 😊🎈

Benjamin-Keffer commented 3 years ago

Very cool! :) Thank you so much. Do you already know a possible release date?

skoruba commented 3 years ago

I am working on that in my free time, so the release date is not fixed. 😊 I hope this month. 😎

skoruba commented 3 years ago

🚀😎 Here is the new repository with Duende IdentityServer Admin UI: https://github.com/skoruba/Duende.IdentityServer.Admin

Benjamin-Keffer commented 3 years ago

Woow! I'm looking at it right now. Thanks a million!

krishnankuppaswamy commented 3 years ago

I'm looking into this right now 👍

maulik-modi commented 3 years ago

@skoruba , thanks a lot. This is awesome, looking forward to 1.0 release

CharKourkoulis commented 3 years ago

Hi @skoruba , I just created a Duende Identity Server solution via the dotnet new skoruba.duende.isadmin command. Though, the AdminUI project is not included in the solution (only Admin and Admin.Api are present). What is the best way to include AdminUI to my already existing solution? Thank you

skoruba commented 3 years ago

Hey @CharKourkoulis - the AdminUI project is included as nuget package for easier updating for a newer version. ☺

CharKourkoulis commented 3 years ago

@skoruba Is it the "Skoruba.IdentityServer4.Admin.UI" (It's the only AdminUi nugget package that I've Found at the nugget package manager) nugget package? And it is compatible with the Duende version, right?

skoruba commented 3 years ago

It is Skoruba.Duende.IdentityServer.Admin.UI package. 😎

CharKourkoulis commented 3 years ago

In case I want to override the Admin related Views, What else needs to be done? (Sorry for the dummy questions). I created the project via dotnet new skoruba.duende.isadmin. So, Admin.UI is not included in the Solution.

skoruba commented 3 years ago

You can check how the project structure looks like and you can override the specific view/controller - for example: You can create following path: Areas/AdminUI/Views/Home/Index.cshtml - and use your code.

Thanks.

krunal-jethva-tark commented 1 year ago

where to put favicon ? in Skoruba.Duende.IdentityServer.Admin to override icon admin UI I understand there is configuration in appsetting.json but where to put actual image

toralux commented 1 year ago

where to put favicon ? in Skoruba.Duende.IdentityServer.Admin to override icon admin UI I understand there is configuration in appsetting.json but where to put actual image

Search for "favicon.ico" in sub-folders file and replace with your custom file. (Should be located in "src/Skoruba.IdentityServer4.STS.Identity/wwwroot" and "src/Skoruba.IdentityServer4.Admin.UI/wwwroot" folders).

krunal-jethva-tark commented 1 year ago

where to put favicon ? in Skoruba.Duende.IdentityServer.Admin to override icon admin UI I understand there is configuration in appsetting.json but where to put actual image

Search for "favicon.ico" in sub-folders file and replace with your custom file. (Should be located in "src/Skoruba.IdentityServer4.STS.Identity/wwwroot" and "src/Skoruba.IdentityServer4.Admin.UI/wwwroot" folders).

I have done it already in Skoruba.IdentityServer4.STS.Identity but I am asking for Skoruba.Duende.IdentityServer.Admin ui there is no wwwroot folder in it

according to above answer by @skoruba we can override views so what about images ?