Identityserver4.admin: Manage View in Admin

Created on 9 Nov 2018  路  4Comments  路  Source: skoruba/IdentityServer4.Admin

Hi, I was looking for a view to manager, users/roles and users in roles, roles with users etc.

But when I went here it said access denied, can you please tell me if there is a different view to accomplish this?

question task

Most helpful comment

Thanks for sharing the link, very nice work 馃憦 馃弲

Your solution is the only truly full spectrum admin from what I can tell. I am trying to help/share some ideas and UI's from around so we can collect that under one view.
Ideas/Examples - a video
Claims --
image


roles
image


User-groups if any
image

All 4 comments

Hey @weedkiller

Please take a look at https://github.com/skoruba/IdentityServer4.Admin/tree/master/src/Skoruba.IdentityServer4.Admin/Views/Identity

But you have figured out one interesting point - there are not any view where is possible to show a list of users from one specific role - it could be useful as well.

Other views are available above.

Thanks!

Thanks for sharing the link, very nice work 馃憦 馃弲

Your solution is the only truly full spectrum admin from what I can tell. I am trying to help/share some ideas and UI's from around so we can collect that under one view.
Ideas/Examples - a video
Claims --
image


roles
image


User-groups if any
image

Hi @skoruba , I wanted to share that your solution is the only non-selfish, yet beautiful and well written one!

  1. Please consider adding a donate button. For e.g. in most cases big companies have an army of engineers. But really it help a lot lot lot, small free lancers, could also use this solution. Majority are direct user/role/administration for single ASP MVC or core applications, so
  2. Strong Admin view for Wep App
  3. Options to simple turn off the other 3rd party options - i.e. have a simple skoruba identity recipe for a straight forward ASP MVC or Core web app. So, that the users who dont know much about the configuration of the other elments and more importantly dont need it could simply turn them off and reduce the surface area risk.
  4. Adding help icon on the various configuration elements, so user know what those setting are used for.
  5. What is hybrid flow in this picture. I am collecting some information I found useful in getting this running, I will add it to your wiki. not sure if a pull request is needed or permissions are needed
  6. image
  7. Default separate object to handle user properties, aside from the main user object. So, its not heavy on the application when passing user object around. For e.g. HR may want to enter multiple user records, pictures, DOB , Benefits , can we have a separate page/entity for these items that can be extended by the community as we go.

@papyr Thank you for your great points! I really appreciate it. 馃憤
If you have any improvements, please send a pull request.

Was this page helpful?
0 / 5 - 0 ratings