SSO and External Login attempts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2017 01:26 AM
Hi,
I want to store the details of the user logging into my servicenow instance. Capturing success and failure of all login attempts the login attempt should include SAML and side_door access.
Could anyone let me know if this information is stored in some table in servicenow already? I want below information to be captured :
- User ID
- User Name
- Login Time
Can you tell me what needs to be done for this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2017 01:32 AM
I believe this table might help you: v_user_session, Please navigate to Filter navigation on left side and type v_user_session.list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2017 01:06 AM
Hi Shishir,
This table does not provide information if he used a SSO Login or side_door access. Where or How can i get this information?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2017 01:13 AM
Please check if this helps: External Authentication (Single Sign-On - SSO) - ServiceNow Wiki
Every single sign-on integration creates the following events for login activities, please check in event logs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2017 01:37 AM
Try sys_user_session table.