Multi-threading
Starting with v2.2, PingOne Recognize is single-threaded by default. Enable multi-threading to improve performance.
Security headers
Multi-threading requires two security headers. If either header is missing or has an incorrect value, you cannot enable multi-threading.
Name |
Value |
Cross-Origin-Embedder-Policy |
|
Cross-Origin-Opener-Policy |
|
When loading resources from external domains, use the crossorigin attribute. To learn more, refer to Cross-Origin-Embedder-Policy: Avoiding COEP Blockage with CORS