Login attemps tracking

Codi
Tera Contributor

Hi guys

Is there any functionality in ServiceNow  to identify whether these log-in attempts were made through API or ServiceNow UI?

 

Regards

 

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

Hi @Codi 

OOTB there isn't anything available like that. So you have to implement something and I wrote an article about that topic: https://www.servicenow.com/community/now-platform-articles/reporting-on-which-users-logged-in-where-... 

Maik

View solution in original post

3 REPLIES 3

Maik Skoddow
Tera Patron
Tera Patron

Hi @Codi 

OOTB there isn't anything available like that. So you have to implement something and I wrote an article about that topic: https://www.servicenow.com/community/now-platform-articles/reporting-on-which-users-logged-in-where-... 

Maik

Hi @Maik Skoddow may I ask if what is the meaning or purpose of the parm2 field because when I checked that column it shows an IP address

Hi @Codi 

OOTB the parm2 field contains the IP address of the user who is logging in.

Maik