A simple OAuth2 / OpenID Connect User Interface for the Authorization Server wrapper for Identity Server
To in enable a gui uncomment two sections in the Startup.cs
- ConfigureServices - services.AddSimpleAuthServerUI();
- Configure - app.UseSimpleAuthServerUI();