Hello,
I am currently testing CAS Management 6.2.2 with CAS Server 6.2.5.
The CAS Management /dashboard/sessions does not work properly, all the
columns are empty.
I looked at the CAS Management source code and I saw that CAS Management
dahsboard/sessions is using an internal API /api/sessions that is calling
the CAS Server actuator/ssoSessions?type=ALL.
The actuator/ssoSessions?type=ALL endpoint of my CAS Server works properly,
I can see all the data about active sessions in json format.
But if I call the cas-management/api/sessions endpoint, I get an incomplete
response with most attributes set to null like below :
{
"activeSsoSessions": [
{
"authenticatedPrincipal": null,
"authenticatedServices": null,
"authenticationAttributes": null,
"authenticationDate": null,
"proxied": null,
"numberOfUses": null,
"principalAttributes": null,
"ticketGrantingTicket": null
}
],
"totalPrincipals": 1,
"totalTicketGrantingTickets": 1,
"totalProxyGrantingTickets": 0,
"totalTickets": 1,
"totalUsageCount": 8
}
Is this a bug?
-Frederic
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/8fedee1a-5a35-482d-b389-93818fae3ae0n%40apereo.org.