Replies: 1 comment 3 replies
-
|
In terms of admin UIs, there's the commercial https://www.identityserver.com/products/adminui from Rock Solid Knowledge, and the OSS admin UI from Jan Škoruba and friends https://github.com/skoruba/Duende.IdentityServer.Admin - both compatible with Duende IdentityServer. You could also choose to configure your IdentityServer in code (defining clients, APIs, resources, ...) so the configuration becomes versioned with your code, or consider a tailored UI that targets just the properties you want to expose instead of all of the options available. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
My company was using IdentityServer4 with Skoruba for administration. We have recently started migrating to Duende IdentityServer 7.1, and I have some questions regarding the administration solution.
Migrating our current application has proven to be quite complicated because the existing database has been modified and does not conform to the expected format. Therefore, I am wondering if there are any effective solutions for managing administration, as we are currently stuck with the older version of Skoruba Identity Administration.
How have you managed similar migrations? What administration solutions have you found effective with Duende IdentityServer 7.1? Any tips or best practices you can share would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions