IdentityServer3.Admin icon indicating copy to clipboard operation
IdentityServer3.Admin copied to clipboard

Sample Admin UI for IdentityServer3

Results 20 IdentityServer3.Admin issues
Sort by recently updated
recently updated
newest added

Hello, I've a question regarding the authentication mechanisms that the Admin module seems to support. From what I can see the Admin app is a spa-like app, that uses tokens...

In [#308](https://github.com/IdentityServer/IdentityServer3/issues/308) and [#2288](https://github.com/IdentityServer/IdentityServer3/issues/2288), the admin project was mentioned as the most appropriate place to implement [OpenID Connect Dynamic Client Registration](http://openid.net/specs/openid-connect-registration-1_0.html) and [OAuth 2.0 Dynamic Client Registration Protocol](https://tools.ietf.org/html/rfc7591). I think...

question

hi, is this project still in maintenance? when we use this project, we scanned this project via HP Burp scanner and found some security issues, can you help to fix...

Hi, Is there a built in way to extend/change default home/index page for identity admin? What we want to do is issue a request which would store a branding cookie....

I setup Admin under https://localhost:44301/admin I setup Manager under https://localhost:44301/manager Each site is using Cookie Authentication with separate startup code. Each site is using UseOpenIdConnectAuthentication Each site is using AdditionalSignOutType...

Once user click delete button on **IpRestrictions** tab during **Client** editing the message looks like this: _Client Provider Restriction Removed : undefined_ and it should shows id (host name) instead...

When adding a secret it is hashed, this is nice for SharedSecret but not for X509Thumbprint secrets. Could there be an option to not hash as well. Also a dropdown...

I'm running IdentityServer3 and trying to host the admin interface on different URL than IdentityServer3, and ran into some configuration issues. 1. The authorization endpoint for oidc-token-manager is [hard-coded](https://github.com/IdentityServer/IdentityServer3.Admin/blob/master/source/Core/Assets/EmbeddedHtmlResult.cs#L37) to...

Hi, When i click on the login button of admin screen, I'm getting **404 Not Found** response. I got the IdentityServer3.Admin as NuGet package inside my MVC project and trying...

Is it really necessary to **include** all identityserver and dependent assemblies into this one? Why not use Nuget dependencies? It is really cumbersome to manage any version conflicts this way.