X-Frame options of IDP prohibits the display of an e-Signature authentication in GlideDialogWindowDescriptionThe modal popup window to authenticate an approval fails when SSO is configured for an instance. When the browser is enabled for Developer Tools to evaluate the Javascript console, there is an error message specifying that the x-frame-options has not been configured for the target site.The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a <frame>, <iframe> or <object>. In order to secure a website from Cross Site Scripting attacks the X-Frame-Options header is applied the value DENY or SAMEORIGIN. A demonstration of the affect of this can be seen in the video https://www.youtube.com/watch?v=CqzX03X0gsQ&feature=youtu.be Steps to Reproduce Activate the e-Signature plugin.Activate the Multi-Provider SSO Plugin.Login to the instance via SSO.Navigate through an approval process.WorkaroundIn order to correct this issue the X-Frame-Options header for the site providing your instance, its IDP service must be configured. Since this is a third party action, Service Now can not assist in this. However, there are useful public resources available where cross site scripting attack prevention is discussed extensively. Ref.: https://www.webmasterworld.com/webmaster/4022867.htmRelated Problem: PRB1095939