Player Version
R2.255.3-255
Issue
we’ve just upgraded our players from the very old 1.7 and 205 which I believe used IE for the browser, these used to login automatically to a SharePoint page (using windows credentials) to show a calendar. Now we are running R2.255.3-255 the displays are asking for login credentials, I assume there is some config we can change to allow the CEF browser to login automatically?
I’ve tried to embed the page using:
<!-- BROWSER=ie -->
<!DOCTYPE html>
<html>
<body>
<iframe scrolling="no" src="https:/OurSharePointSite/Lists/Calendar/MonthView.aspx" longdesc="Calendar" width="1080" height="1920" name="Calendar"> </iframe>
</body>
</html>
But SharePoint throws an error saying the page cannot be viewed in an iframe. I would be happy to enable X-FrameOptions on the site, but as it is coming from a display, and not a valid webpage, I’m not sure that would work.