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 deploy app on iis but when i visit admin site it redirect to sts.identity url and get forbidden 403 error. It works correctly when i host them on iis...

question

### **when i Run docker i see error** ,use http ![image](https://github.com/skoruba/Duende.IdentityServer.Admin/assets/85826116/7b024b3b-bbae-4031-93ce-d8d3d6759aea)

question

### Question I have a situation where the user should be able to select a claim's value during the authentication flow. Is there a way to do this? May be...

question

Hi, I am exploring your code and wondered that, how I can assign grants to a particular user who is mapped to a client. I am unable to find that...

question

Hi, I get the error below when trying to load admin.mydevurl.com. ![image](https://user-images.githubusercontent.com/13006228/220629773-9ca63c56-4b5f-4486-95d4-e016cd26e216.png) The health checks are passing except for the IdentityServer one (which was removed for now). ![image](https://user-images.githubusercontent.com/13006228/220630752-136db006-80ea-44c8-b048-96573a1905e1.png) The admin...

question

How do I migrate or initialize the database for the first time? Is there any guidance document?

question

When click on pager on RoleUsers page you get error: ![image](https://user-images.githubusercontent.com/22552703/216822994-9c369748-fcee-40e4-a76e-a43b9825f254.png) Pager does not include role guid into search

bug

I have configured a test client for the STS project. When I change the value of AccessTokenLifetime in the database for this client to 60 seconds, the expiration time of...

question

Hi @skoruba , I have updated the identitydata.json and identityserverdata.json files with new roles and claims. However when running the app these changes are not being read from the files....

question

I created a custom ProfileService that adds a list of tenants ids in the JWT token (see below): ![jwt_tenants](https://user-images.githubusercontent.com/13006228/212767515-e6abb2cf-8126-47bf-ad30-238fc3285a5f.png) When I try to load the IdentityServer Admin page I get...