I have a question about Shibboleth: Given an Assertion ID, what information Shibboleth can provide to me? I need to create a web service to provide some information about the users activities for some security purposes. I need to have (based an Assertion ID as an input) at least the login time, the logout time, the user or userId, and so on. How can I get this information of Shibboleth logs.
Thanks in advance!