Solved

Logout users automatically through Process Flow

  • 15 February 2023
  • 4 replies
  • 173 views

Userlevel 3
Badge +9

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

icon

Best answer by Phil Seifert 8 March 2023, 09:11

View original

4 replies

Userlevel 7
Badge +21

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?

 

Userlevel 3
Badge +9

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.

Userlevel 7
Badge +21

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.

Userlevel 3
Badge +9

Hi Phil,

 

Thank you, i will use the SOAP call then.

 

 

Reply