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

First of all thanks @skoruba for this great system. So my "problem" is, that im currently developing a startup which will implement a company system for users. This means that...

question

I was working with the previous version of Skoruba and in this version the application saves in the Application Insights all token requests. If a request was failed, in the...

question

First of all thanks very much for making this available and possible. I'm not certain is it's bug or a misconfiguration, but the sub claim of the identity is missing...

Add new endpoints to API for client, api resource, api scopes validations and lists

I'm trying to run/debug this in Visual Studio 2022 and get the error below. Is there something I am missing to get this up and running? I tried both using...

question

When I want to open admin page I am getting this error Either the request URI must be an absolute URI or BaseAddress must be set. An unhandled exception occurred...

question

### Question I want to know about the new Identity Providers. I'd like to see related documentation or feature descriptions. What is it used for? ![image](https://github.com/skoruba/Duende.IdentityServer.Admin/assets/1518611/52a6bea9-44f5-4ac4-ac96-a9193c8659ff) ![image](https://github.com/skoruba/Duende.IdentityServer.Admin/assets/1518611/619bbde6-3dca-4037-b948-c0e039d48547)

question

I have an Angular app that is redirecting to the STS login page for login. Once the login is finished it redirects back to the FE app. When the user...

question

Hello, there is a behavior with the "Forgot password" functionality that I don't know if it is possible to change. When you press "Forgot password" you get a form to...

question

### Describe the bug When application logs out, the application stays on STS's logged out page. Duende added support for redirecting the application to the configured/specified url a while back....