Make it possible to terminate user session in Reactive applications
310
Views
1
Comments
New
End-user Management 

With the introduction of Reactive, it is not possible any more to get user session data. That is probably a technical choice or limitation. The service center application now manages the user session and its data are not accessible. 

It would be great if an action is added (to service center) to terminate a user session by the user id.

This feature is really useful and will help in managing users and do auto logouts. Now we have to keep a shadow session management on top of OS to do such things.

Would really love to see a "LogoutById", so developers can programmatically end the session of a given user (other than the current one logged in)