Troubleshooting information
The following information addresses technical situations you might encounter after setting up the iovation Integration Kit:
Situation | Recommendation |
---|---|
Using iovation with PingFederate 11.3 results in the following error:
|
Update the HTML form template in HTML pages implementing ContentSecurityPolicy restrictions might require updates to the For example, PingFederate 11.3 has default templates with strict CSP settings. To use the <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'nonce-$CSPNonce'; style-src 'self'; img-src 'self'; font-src 'self';" /> Updated line: <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' https://mpsnare.iesnare.com; style-src 'self'; img-src 'self' https://mpsnare.iesnare.com; font-src 'self';" /> |