Crestron Web X Panel Authentication #xpanel #Poly #Token


 

Hi All,
 
With Poly Video OS 4.4 it is now possible to embed a HTML 5 page directly on the Poly TC8/10. This is a big step forward from being locked in with Extron.
 
I have been able to successfully load the Crestron HTML5 Web Xpanel on the Poly TC8/10.
 
The next step is trying to work out how to automatically authenticate with the Control system(CP4 not VC4). Currently the user is prompted to login into the Crestron each time the X-Panel loads.
 
I am trying to work out if it possible to store a username and password or non-expiring token in the X-panel such that it can authenticate with the Crestron system without the user needing to manually enter the credentials to connect the Websocket
 
 


 

Did you try the same inline parameters that they have for the sg xpanel?


 

Thanks,
I have got this working. webserver referrer-policy seems to have been the missing piece
 
in console
run to generate a permeant token
websockettoken generate
 
next configure webserver referrer-policy
webserver referrer-policy strict-origin-when-cross-origin
 
then reboot
 
as you mentioned using the inline parameters.
 
https://192.168.1.1/PolyCrestronTest/index.html?ipId=[value]&authtoken=[value]