How to monitor IIQ login URL

Which IIQ version are you inquiring about?

IIQ 8.4

Share all details about your problem, including any error messages you may have received.

We would like to know how many users have accessed SailPoint IIQ application with below URL.

http:///spt/login.jsf?prompt=true

Is there a way to enable logs or monitoring within either Tomcat web server or SailPoint application to capture how many times above URL has been used to login to SailPoint application?

Hi @rsingh7,

in a standard installation those logs are already active and you can find logs folder of tomcat, called localhost_access_log
image
and this a typical log when a user access:

GET /identityiq/login.jsf?prompt=true HTTP/1.1" 200 6737 means the page is loaded

GET /identityiq/home.jsf HTTP/1.1" 200 78881 confirm the access

2 Likes

Hi Ravinder,
You can enable auditing of login as well from global settings and then audit configuration.

Regards
Vidya Prakash

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.