Duende.IdentityServer.Admin icon indicating copy to clipboard operation
Duende.IdentityServer.Admin copied to clipboard

The administration for the Duende IdentityServer and Asp.Net Core Identity ⚡

Results 124 Duende.IdentityServer.Admin issues
Sort by recently updated
recently updated
newest added

Hello Skoruba is it possible to add permission base authentication so as to have fine-grained authorization by grouping users into roles and further using permission, this is also hand when...

### Describe the bug Unable to modify allowed characters in username. The `UserDto` class has a `RegularExpression` attribute on the UserName property. There is no way to modify this expression...

### Discussed in https://github.com/skoruba/Duende.IdentityServer.Admin/discussions/145 Originally posted by **darshanllakhwani** March 3, 2023 Hi all , we are using old is4 admin project in our team for managing authentication. need help with...

When I add a user as an admin, I have to give them access to everything. I'd like to be able to configure multiple admin roles and limit the areas...

enhancement

**Is your feature request related to a problem? Please describe.** Currently a client_secret will be [generated](https://github1s.com/skoruba/Duende.IdentityServer.Admin/blob/a07a55f2bf12f53e385eff861328637d90a7d1f6/src/Skoruba.Duende.IdentityServer.Admin.UI/Scripts/App/pages/Secrets.js) with `Math.random`. This is not recommended because it is not cryptographically [secure](https://deepsource.io/blog/dont-use-math-random/). **Describe the...

enhancement

Hi @skoruba , Does the current version of your software send automatic emails when user passwords are about to expire (i.e. 1 week before) ? I am planning to implement...

question

HI @skoruba , I managed to run Admin UI locally using Docker-compose and I added one new UI called Tenants.cshtml. These are the errors I've got: ![skoruba_local_missing_tenants_view](https://user-images.githubusercontent.com/13006228/215352198-11392ef7-ea88-400c-b71b-18640d9710a2.jpg) I have checked...

It would be nice if email field in user management UI wasn't required. Or at least there was option to configure it.

enhancement

Hi, I'd like to get the admin link working on the STS site. It looks like it's supposed to be there: However, it's not rendering on the site. Is there...

question

### Describe the bug Adding client property through admin API, POST api/Clients/{id}/Properties https://github.com/skoruba/Duende.IdentityServer.Admin/blob/724a318e80f710d13a457088887b94ace24e7dec/src/Skoruba.Duende.IdentityServer.Admin.Api/Controllers/ClientsController.cs#L174 expected that method return newly added property id, but method always return value id equal 1 ###...