Identity Server Ui
This module provides a complete integration and management UI for the IdentityServer.
Features
Client Management
Used to manage clients consuming your API and identity resources.
Client edit dialog provides a very detailed management for a particular client including allowed resources, secrets, URLs, tokens, grant types... etc.
Identity Resources
Identity resources page used to define and manage identity resources with their related claims.
Standard claims and identity resources are already created for you; you can delete or change them if you need. Edit modal for an identity resource:
API Resources
API resources page is used to define your API endpoints and manage their claims, scopes, secrets and other properties.
Edit modal for an API resource:
Login Features
In addition to the management features above, this module also provides necessary UI and backend logic to make your application an OpenId Connect server with consent UI, redirections and other discovery and authentication endpoints.