paweltrybus
07-05-2024Cloud Apps
REST API logout not taking an effect
Hello everyone! I am trying to trigger building the datamodel from Apache Airflow. I am following this path to do so: - I use GET `api/v1/authentication/login` endpoint to generate an access token ...
- 07-12-2024
The support team helped to solve the issue. It turned out it is not feasible to disable access tokens with `api/v1/authentication/logout_all` endpoint. Instead the support team suggested turning on the token expiration and letting it expire by themselves. It is the instruction to turn the token expiration:
- Go to Sisense Admin -> Server & Hardware -> System Management -> Configuration
- Click 5 times on the Sisense logo
- Click Base
- Search for Authentication and expand it
- enable authentication.apiTokenExpiration and save the changes
Thanks for help!