14 Jan 2022 01:44 PM
HI,
Is there a simple way to use the user session data to see how many users are Guest, Logged in or logged in using multi factor authentication?
Our application support all three and it would be useful to be able to see what's being used and what the trend.
Andy
Solved! Go to Solution.
14 Jan 2022 01:54 PM - edited 14 Jan 2022 01:54 PM
Sure thing, does need some configuration though.
To differentiate Guests and logged in users you can use user tagging.
To separate the users logged in with MFA you would need to create a User Session Property to identify those users.
You can then use both user tags and session properties in an USQL statement to get session counts based on those conditions.