Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duende IdentityServer Admin UI #776

Open
skoruba opened this issue Dec 22, 2020 · 17 comments
Open

Duende IdentityServer Admin UI #776

skoruba opened this issue Dec 22, 2020 · 17 comments
Assignees

Comments

@skoruba
Copy link
Owner

skoruba commented Dec 22, 2020

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 🎈

@Benjamin-Keffer
Copy link

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

@skoruba
Copy link
Owner Author

skoruba commented Mar 12, 2021

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

@Benjamin-Keffer
Copy link

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

@skoruba
Copy link
Owner Author

skoruba commented Mar 16, 2021

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

@skoruba
Copy link
Owner Author

skoruba commented Mar 25, 2021

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

@Benjamin-Keffer
Copy link

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

@krishnankuppaswamy
Copy link

I'm looking into this right now 👍

@maulik-modi
Copy link

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

@CharKourkoulis
Copy link

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
Copy link
Owner Author

skoruba commented May 19, 2021

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

@CharKourkoulis
Copy link

CharKourkoulis commented May 19, 2021

@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
Copy link
Owner Author

skoruba commented May 19, 2021

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

@CharKourkoulis
Copy link

CharKourkoulis commented May 19, 2021

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
Copy link
Owner Author

skoruba commented Oct 17, 2021

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
Copy link

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
Copy link

toralux commented Nov 22, 2022

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
Copy link

krunal-jethva-tark commented Nov 22, 2022

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants