<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00008IFkocCADOkta Classic EngineAdministrationAnswered2024-04-16T12:54:26.000Z2022-11-02T16:10:12.000Z2022-11-02T16:51:29.000Z

5vwap (5vwap) asked a question.

Create a custom reports

We need a report that will show login and logout of each user. If users just close the connection will it show when their session expires?

How to create and export such report that clearly shows how much time each user spent on the given App ?


  • MatthewH.10249 (State of Iowa)

    You could extract Okta System logs for a date period looking for (displayMessage eq "User single sign on to app") and then another extract looking for (eventType eq "user.session.end"). Combine the two extracts and sort via datetime and app and that sort of gives you what you want.

     

    Keep in mind that this does not really tell you that they spent x-amount of time in an app and they may never press the logout so that would impact your results. They could also hop app to app with one Okta session. The best way to track how much time in an app is to record that activity in each app not Okta.

    Expand Post
This question is closed.
Loading
Create a custom reports