When VIP SaaS is integrated with the Siteminder flow, a user initiates the password change request within an iFrame and gets an error message: viplogin.signedout.1, viplogin.signedout.1.
Screenshots:
VIP Service
Request URL: https://login.vip.symantec.com/viplogin/translation?lang=server_pick
HTTP Version: HTTP/1.1
Request method: GET
Response: 500 Internal Server Error HTTP/1.1
Broadcom development team implemented a change to support the VIPLogin to explicitly set 'SameSite=None' in our January 2025 maintenance release (BRCMVIP-6573).
VIP uses session cookies for management. The Password Reset request (request to VIP https://login.vip.symantec.com/viplogin) is not the original domain in the parent browser address bar https://example.com. It is a cross-site request since the URLs are different. Chrome detects the mismatch between login.vip.symantec and example.com, and blocks the transactions.
Blocking of the third-party cookies was introduced in Chrome 85 to protect against Cross-Site Request Forgery (CSRF).
Recommendations: