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

I'm using a android device to log in using PKCE I've tested with the duende demo server and this works great. I've now deployed a Skoruba server out of the...

question

Hi @skoruba @albrookesplowman When running an angular app we want to redirect the angular app to the login page of skoruba solution. We are using Docker and it fails ![image](https://user-images.githubusercontent.com/13006228/219017135-9f3d3c1b-6bd2-49e5-9974-34ec3a866f4e.png)...

question

We've been trying to deploy Admin UI to Kubernetes. Currently all three services (admin, admin-api and sts) are running in the same pod, The sts one is running and the...

question

### Describe the bug This is an issue with Identity Server Admin UI Hi I've found and issue if you add namespaces to your database contexts, the code that adds...

Hi @skoruba, When I first run the docker-compose on an empty database I get this error in the admin-api log file: ![image](https://user-images.githubusercontent.com/13006228/217864072-d33f1e6b-f093-409c-8838-a407b5493a00.png) Also, I get this error: ![image](https://user-images.githubusercontent.com/13006228/217864470-ad7ff805-0afd-4ee0-979b-06d03c1f10fe.png) The migrations...

- AddDbContextCheck by default checks to see if it can connect to the database `.CanConnectAsync()` you can also run a custom query against the context - No longer need healthchecks...

Roles should be sorted in all screen. For example when adding roles to user (dropdown), listing user roles, listing roles in system, ...

enhancement

I want to use my own database, without using asp.net UserIdentity. How do I do? Thanks bro!

question

@skoruba Please update the documentation for these lines: copy $env:LOCALAPPDATA\mkcert\rootCA.pem ./cacerts.pem It should be: copy $env:LOCALAPPDATA\mkcert\rootCA-key.pem ./cacerts.pem and also it should be stated that these commands should be ran from...

enhancement

I would like to describe - how to easily override views, controllers without forking whole solution

enhancement
task