This is for a client who needs a remote dashboard to stay active and visible on the browser without re-authentication or manual intervention. I’d like to know if a native Cumulocity solution is possible. Any guidance or best practices would be greatly appreciated!
Thank you in advance for your help!
Hi @AleDegraDac,
This depends on the strategy you are using for logging in..
If you tenant is configured for Basic Authentication, you session is not going to expire since there is not actually a session being created and the UI sends your credentials on every request to the platform.
If you have configured the login to use the OAI Secure
strategy, your session will expire after a certain amount of time.
You could otherwise create a small wrapper application that takes care of periodically renewing your session. This could e.g. be done via an electron application, see e.g.: Building a RPi Kiosk - Device / UI Authentication Question
Regards,
Tristan
2 Likes