Skip to main content
Solved

Logout users automatically through Process Flow

  • February 15, 2023
  • 4 replies
  • 243 views

Forum|alt.badge.img+10

Hi,

 

We want to logout users at night, automatically through a Process Flow, is there a execute API available for this or a Macro available to this that has the same behavior as the Logout button in License Module? 

 

v15.1.05

Thanks,

Robin

Best answer by Phil Seifert

Hi Robin,

I have feedback from R&D on this question:

Unfortunately, we don’t have such API. I’m not sure we can also write such, because in module License->Logged Users->Logout – there is a direct call to SecurityManager.Logout( ) method.

4 replies

Phil Seifert
Ultimate Hero (Employee)
Forum|alt.badge.img+24
  • Ultimate Hero (Employee)
  • February 15, 2023

Hi Robin,

I am not sure this would be allowed as that would also present a security risk, no?  Imagine anyone who has access to the Interactive API module executing such an API?

I will inquire but question is whether this is for mobile users, backend or both?

 


Forum|alt.badge.img+10
  • Author
  • Hero (Customer)
  • February 15, 2023

Hi Phil,

 

It is for both. 

The same is when anyone who has access to the License Module they could do the same i think..

 

I can do a API SOAP call to logout a user after i retrieve the session_id from DB, i prefer do it with in the application.


Phil Seifert
Ultimate Hero (Employee)
Forum|alt.badge.img+24
  • Ultimate Hero (Employee)
  • Answer
  • March 8, 2023

Hi Robin,

I have feedback from R&D on this question:

Unfortunately, we don’t have such API. I’m not sure we can also write such, because in module License->Logged Users->Logout – there is a direct call to SecurityManager.Logout( ) method.


Forum|alt.badge.img+10
  • Author
  • Hero (Customer)
  • March 8, 2023

Hi Phil,

 

Thank you, i will use the SOAP call then.