>>20048551 (pb)
>third-party cookie
No.
You got a web service, as you would call it, running on intranet servers.
User logins to that service, session cookie is set.
Intranet web serice passes control over to an internet store, also sends over callback URL.
The user can now add items, and then checkout.
Now control is passed by OCI standard via official web standards to the caller via callback URL, which is the intranet site.
On modern browsers you don't get the previously set cookies anymore, that were set by the intranet site itself. You simply don't get them. They exist, but they are not passed, which is a violation.
You can open a new session and you get the cookies, but not when a internet site forwarded you to that intranet site.
And now of course no session is detected, and it goes back to a login, and therefore OCI data is also lost.
OCI is brilliant and simple. And these fuckers basically destroyed it.