
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2020 01:36 AM
Hi Admins
I am looking for a way to list:
- All users using SSO for loggin on to the system.
- All users NOT using SSO for loggin on to the system.
Is there a way to get such an overview?
Greets
Wim
Solved! Go to Solution.
- Labels:
-
IT Fundamentals Dashboard

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2020 10:30 PM
For we are using SAML for SSO login, every user does have a UPN field populated. If this is not the case, the user is logging in with user/password.
So, I did edit the user List latout and added the UPN field to this List view.
Now I can easaly see who is using SSO and who is using username/password.
Greets
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2020 01:42 AM
Checking SSO is easy, when people log in using SSO an event is triggered called external.authentication.succeeded and parm1 is their userID. At the same time there are login and session.established events.
The only way I can see of checking if people are using local accounts is that only two events are generated, not three - I hope someone else has a more sensible way of checking that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2022 08:51 AM
I've been looking for this for a long time mate. thanks a lot! All other possiblities do not work in my environment!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2020 01:51 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2020 02:41 AM