skoruba / Duende.IdentityServer.Admin

The administration for the Duende IdentityServer and Asp.Net Core Identity ⚡
Apache License 2.0
556 stars 194 forks source link

Leverage asp.net Identity RoleClaims when populating the client claims. #112

Open ghstahl opened 1 year ago

ghstahl commented 1 year ago

There is a rich set of claims over in the Asp.Net Identity RoleClaims table. It would be nice to see and use them when I am building out an IdentityServer client using the UI.

skoruba commented 1 year ago

Hi, are you interested to send a PR for it - or just feature request to the future? Thanks!

ghstahl commented 1 year ago

If I have time I will send a PR. I am not really a UI javascript guy so its going to be cut and paste from what you already have.