How to Enforce HSTS for websites protected by PingFederate
This post goes over enforcing HSTS for websites and how to do with PingFederate. PingFederate is a Federation server from PingIdentity tools that provides authentication and federation services. Typically PingFederate server is configured to host or provide Single Sign on for web applications where authentication is done by PingFederate. During the authentication process, the protected website redirects the web request to the PingFederate hosted URL where user request is validated by the Federation server (PingFederate in this case). However always ensure that this redirected URL hosted at PingFederate or the Federation server is https (for example https://sso.yourdomain.com ) is enabled and not the plain http for obvious reason that the http traffic data is fully visible on the network. Hence always ensure that this URL/site be always https enforced so that the site traffic data is protected by encryption. This can be enforced by making sure that the PingFederate config file ...