By: Gene Liverman user 13 Sep 2016 at 10:42 a.m. CDT

3 Responses
Gene Liverman gravatar
On my test Gluu instance the home page shows a nice depiction of all the authentication requests over the last 7 days along with how many are successful... how can I see what these requests are and who it is that is being successful? I ask because I have way more showing up that what I would expect to see since there should not be anything really pointing here yet. Thanks!

By Aliaksandr Samuseu staff 13 Sep 2016 at 10:48 a.m. CDT

Aliaksandr Samuseu gravatar
Hi, Gene. Enhancing auditing capabilities is one of the planned features for nearest releases. Atm, unfortunately, your only option is to parse different log files to get data you need.

By Gene Liverman user 13 Sep 2016 at 10:53 a.m. CDT

Gene Liverman gravatar
Glad to know it is coming! In the mean time, can you give me an idea of what to look for and where to look for it?

By Mohib Zico staff 15 Sep 2016 at 1:15 a.m. CDT

Mohib Zico gravatar
>> In the mean time, can you give me an idea of what to look for and where to look for it? oxauth.log: will show you who is trying to login and where. idp-process.log: will show you SAML related transactions. [Doc](https://gluu.org/docs/gluu-defaults/logs/) on logs. And this is the [code](https://github.com/GluuFederation/oxTrust) for GUI.