Some web applications require authentication for multiple URL requests. When configuring Single Sign On (SSO) for such resources specify the resource as <back end server IP or host name>/*
Problem or Goal
Page does not load completely while accessing web application through PCS. This is happening because SSO is not applied for all the resources which require authentication.
Since some URL request for content are made by scripts the user will not be prompted for credentials and the content is not fetched. This results in partial content and irregular fonts.
Cause
Solution
To resolve the issue, while configuring SSO for such applications, specify the resource as <back end server IP or host name>/*
Example:
http://sharepoint.com/*
This will help the PCS device to render the complete page to the user.