-
Notifications
You must be signed in to change notification settings - Fork 14
Dashboard
Arnab Dutta edited this page Jun 5, 2023
·
6 revisions
After successful authentication, the administrator is taken to the Dashboard. The dashboard provides an at-a-glance view of license details, auth server health status, Active User Count and generated tokens count etc.
- OIDC Clients Count: The count of clients OIDC clients created on auth server.
-
Active Users Count: The count of users on auth server with
active
status. -
Token Issued Count: This figure is the sum of access tokens with grant-type
client credentials
andauthorization code
and id-token. -
OAuth server status: This field shows the health status of the auth server. For e.g.
Running
orDown
. - Database status: This field shows the health status of the persistence (e.g. LDAP, MySQL, Google Spanner etc).
- Product Name: The name of the product created on LicenseSpring platform. The license issued for Admin UI activation is created under this product. Check LicenseSpring docs for more details.
- License Type: The type of license issued. For e.g. Perpetual, Time Limited, Subscription and Consumption.
- Customer Email: To issue a license, we need to enter customer details like first name, last name, company, email and phone number in the LicenseSpring platform. This field displays the email of the customer of the license.
- Company Name: The company name of license.
- License Status: This status of the license (e.g. active or inactive).
The dashboard has the bar graph showing month-wise access-token with grant-type client credentials
and authorization code
and id-token generated from auth server.
Admin UI supports localization. The default language is English. The other supported languages are French and Portuguese. A new preferred language can be selected from the top right corner of the dashboard.
The administrator can also select from four website themes in Admin UI.
- Home
-
admin-ui documentation
- Introduction
- Dashboard
- Admin Menu
- Auth Server Menu
- Admin UI Installation on bank server
- CLI commands to Add, Remove Frontend Plugins
- Developer localization guide
- Gluu Admin UI: Frontend Plugin development document
- Gluu Admin UI: Backend Plugin development document
- Gluu Cloud Admin UI: Application Architecture
- Internationalization in Gluu Admin UI
- Jans Admin UI Developers setup Guide
- Jans Config Api Role Mapping
- licenseSpring Integration in Admin UI
- License Policy
- Admin UI: Scopes
- Security and API protection token
- User Management
- Gluu Flex
- Support Portal