asp.net mvc 2 - Refused to display 'https://mytestwebsite.com/?wa=wsignoutcleanup1.0' in a frame because it set 'X-Frame-Options' to 'DENY' -
I have been developed by asp.net mvc2 and SQL Server 2012 as an authentication process for applications that have ADFS 2.0 I am using. In order to solve this issue: ClickJacking (aka cross-site framing or XSF), we have set x-frames-option with Price Denny in the web-config file. Reproduction Steps: 1. Log in using the Chrome browser application using valid credentials. 2. The system showed me the app landing page. 3. Click on F12 to open Developer Tools option. 4. Now the Signout option was clicked and navigated to the console window. 5. The system has displayed an ADFS signout page, but I am still getting an error in the console window as explained below: Because the refusal to display '' in one frame This 'x-frames-option' sets 'denny' On checking the view surs of the ADFS Southeast page, I came to see the following: Can someone tell me the best way to solve the above issue? One option is to do nothing Important part of sign-out cleanup au...