Skip to content

feat(jans-lock): dashboard with monthly active users/clients #10654

@yurem

Description

@yurem

We need to add new panel to AdminUI to show details about Lock monthly active users/clients for specified period.
Additionally we can display on this page actions execution statistics and decision results.

Here is sample request to get this lock data:

curl -X GET --insecure --location 'https://jans-ce.gluu.info/jans-lock/v1/internal/stat?start-month=202412&end-month=202501' \
--header 'Authorization: Bearer c2076989-89a5-4b27-9d7a-4b96fa976aa3'

Sample response:

{"response":[{"month":"202501","monthly_active_users":1,"monthly_active_clients":1,"operations_by_type":{"action":{"ACTION_NAME_1":6,"ACTION_NAME_2":6,"ACTION_NAME_3":2},"decisionResult":{"allow":9,"deny":5}}}]}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions