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

### Describe the bug When I send a request to an admin API (```Policy = AuthorizationConsts.AdministrationPolicy``` attribute) I get Error 403 Unauthorized. Even though the user has the admin role...

This PR closes #197 It adds an endpoint to export client configurations as prettyprinted json. Furthermore it adds a button on the individual client's view in order to trigger that...

# Release 2.1.0 ⚡ - #169 - #153 - #154

### Describe the bug Admin and API health checks are unhealthy as this method call is wrong. you have the following health check code: ``` var healthChecksBuilder = services.AddHealthChecks() .AddDbContextCheck("ConfigurationDbContext")...

bug

I am working on new version of UI which will be rewritten in React and Typescript. I want to provide a better way to create clients and resources - add...

task
high priority

### Describe the solution you'd like I would like to have an opportunity to import a client configuration via json file input. The endpoint could accept multiple files at once...

enhancement

**Is your feature request related to a problem? Please describe.** There might be some situation that you want to backup your client configuration. Or you want to import it in...

enhancement

### Question 文档里没有说明要如何启动服务,只好各种猜,总结一下启动过程 ### Relevant parts of the log file 如何下载本项目,及如何安装dotnet再不赘述。 为方便,建议使用MSSQL数据库。 1、修改配置: Skoruba.Duende.IdentityServer.Admin、Skoruba.Duende.IdentityServer.Admin.Api、Skoruba.Duende.IdentityServer.STS.Identity项目中的appsettings.json文件中的ConnectionStrings,可以是同一个数据库。 2、启动Skoruba.Duende.IdentityServer.STS.Identity Skoruba.Duende.IdentityServer.STS.Identity.exe --urls="https://localhost:44310" 3、启动Skoruba.Duende.IdentityServer.Admin.Api Skoruba.Duende.IdentityServer.Admin.Api.exe --urls="https://localhost:44302" 4、启动Skoruba.Duende.IdentityServer.Admin Skoruba.Duende.IdentityServer.Admin.exe --urls="https://localhost:44303" 为什么是44310、44302、44303? 因为在这三个项目的appsettings.json中指定了必需是这三个端口,如果要变更,则相应要修改配置文件中的端口。 最后,启动 https://localhost:44303/,可以看到管理员界面 https://localhost:44310/,可以看到客户端界面 管理员如何登录在项目中并没有说明,我也没有找到admin的密码到底是多少,有一个简单的办法就是自己注册一个新用户,然后在数据库里把Users表中的PasswordHas和SecurityStamp、ConcurrencyStamp修改为你新注册用户的对应值。 祝你好运,尽情的造吧。

question

### Describe the bug Previous arch version of images were "linux/amd64". Since 2.0.0, arch is "linux/arm64". Can you push a "amd64" version of the images? ### To Reproduce See OS/ARCH...

Hi, Hope someone can help. I'm trying to run the admin UI using the images from dockerhub but an exception is occurring on startup in the admin UI project. Seems...

question