I am using the Control Room API from an external system with a single API user. A Token is issued every time an API process is executed. When a second system issues a Token while the first system is repeatedly processing APIs with the Token, the API process in the first system encounters a 401 authentication error.
I understand that this is a situation that occurs because the first Token becomes invalid at the moment the second Token is issued.
I have two questions that I’d like to confirm with experienced or knowledgeable individuals.
- Is it possible to configure the tokens to remain valid within the expiration time, even if they are issued multiple times?
- To achieve this configuration, is it sufficient to enable multi-login for users as mentioned on the page below, and to specify the option “multipleLogin”: true when calling the authentication API?