Use the Screenly browser extension to show authenticated web pages that require a username, plus any other sign-in steps. This guide explains when to use the extension , how to capture the login once, and how to keep the session alive on your player.
When to use this method
Use this method when
-
Your dashboard or app asks for a username and password in a normal web form
-
You can log in with basic authentication
-
Your app does not force multi-factor authentication or SSO, which cannot be completed on a player
Steps
- Enable the Screenly Browser Extension and link it to your Screenly account.
-
Log in to your dashboard or webpage using the required credentials.
-
Once logged in, use the Screenly Browser Extension to add the page as an asset.
-
Make sure to check the Save Authentication box – this step is essential.
- You can now find the saved content under the Content section in your Screenly account.
- Add the asset to a playlist, then assign the playlist to a screen.
FAQ
Does the extension auto-refresh tokens?
No. It just stores what the site gives it. If the site rotates or expires the token, you must log in again.
Will it survive a player reboot?
Yes, as long as the local storage is intact and the site has not expired the cookie.
Can I automate the login process?
Yes, it's possible using JavaScript injectors. However, the recommended approach is to perform a one-time manual login using the Screenly Browser Extension.