IdentityServer4.Admin icon indicating copy to clipboard operation
IdentityServer4.Admin copied to clipboard

Duende IdentityServer Admin UI

Open skoruba opened this issue 5 years ago • 17 comments

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

  • This new version will include a new UI nuget package that can be used directly in the web application. This package will be better for updating the UI part when a new version comes.

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

skoruba avatar Dec 22 '20 16:12 skoruba

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

Benjamin-Keffer avatar Mar 12 '21 12:03 Benjamin-Keffer

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

skoruba avatar Mar 12 '21 13:03 skoruba

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

Benjamin-Keffer avatar Mar 16 '21 08:03 Benjamin-Keffer

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

skoruba avatar Mar 16 '21 09:03 skoruba

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

skoruba avatar Mar 25 '21 10:03 skoruba

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

Benjamin-Keffer avatar Mar 25 '21 10:03 Benjamin-Keffer

I'm looking into this right now 👍

krishnankuppaswamy avatar Mar 25 '21 10:03 krishnankuppaswamy

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

maulik-modi avatar May 06 '21 11:05 maulik-modi

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

CharKourkoulis avatar May 19 '21 12:05 CharKourkoulis

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

skoruba avatar May 19 '21 12:05 skoruba

@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?

CharKourkoulis avatar May 19 '21 12:05 CharKourkoulis

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

skoruba avatar May 19 '21 13:05 skoruba

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.

CharKourkoulis avatar May 19 '21 13:05 CharKourkoulis

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.

skoruba avatar Oct 17 '21 08:10 skoruba

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

krunal-jethva-tark avatar Nov 22 '22 13:11 krunal-jethva-tark

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).

toralux avatar Nov 22 '22 14:11 toralux

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 ?

krunal-jethva-tark avatar Nov 22 '22 14:11 krunal-jethva-tark