• Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      We are missing the functionality (event) to notice that a user is using a certain application.

      We are using Crowd together with JIRA, Confluence etc. and with SSO enabled. Now, if a user logs in to an application, there is the UserAuthenticationSucceededEvent (case 1). But if the user switches over to another application, he is already logged in (SSO) but certainly there is no event that indicates the usage of that application (case 2).

      In the source code of Crowd, all this stuff is happening in the TokenAuthenticationManagerImpl class.

      For the first case, there is the method authenticateUser(...) that publishes the UserAuthenticationSucceededEvent.

      And for the second case, there is the method validateUserToken(...) that does some similar things but does not publish any event.

      Both methods are calling the method updateUserLastActivity(...) so one option would be to publish a new UserActivityEvent or something like that. Another option is to publish a new UserTokenValidatedEvent. And a third option is to the publish UserAuthenticationSucceededEvent again, as a token validation is kind of an authentication, but this could affect the behaviour of existing plugins.

      Please let me know what you think about that and if there is a change for an implementation. This should not be too hard and would be very useful for us.

      Thank you!

            [CWD-5189] Event for user activity in applications

            SET Analytics Bot made changes -
            Labels New: cleanup-seos-dc
            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow [ 3387860 ] New: JAC Suggestion Workflow 3 [ 3629727 ]
            Monique Khairuliana (Inactive) made changes -
            Workflow Original: Simplified Crowd Development Workflow v2 [ 2693888 ] New: JAC Suggestion Workflow [ 3387860 ]
            Issue Type Original: Improvement [ 4 ] New: Suggestion [ 10000 ]
            Status Original: Needs Verification [ 10004 ] New: Gathering Interest [ 11772 ]
            Monique Khairuliana (Inactive) made changes -
            Epic Link Original: CWD-4705 [ 600142 ]
            Szczepan (Inactive) made changes -
            Status Original: Open [ 1 ] New: Needs Verification [ 10004 ]
            Szczepan (Inactive) made changes -
            Epic Link New: CWD-4705 [ 600142 ]
            Patrick Hobusch created issue -

              Unassigned Unassigned
              66930fb46250 Patrick Hobusch
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: