Mac OS or iOS, MyApps and Cookies over the Iframe
Hello innovaphone team,
I have a little problem with my cookies and myapps on mac os and also on iOS.
Here are the main informations I can give you.
1) We have a v13 app which redirects to a webpage which is hostes by us.
2) We do the sso login like it is provided by myapps
3) The login works normally
4) The user gets logged out immediately after the login was done successfully
This happens mainly when we use our apps with myapps and iOS. But it now also happens with macOS Version 12.4 and myapps 136340.
With an older version of myapps it worked without a problem on macOS.
I would presume that is because Apple prevents a Thrid Party Cookie to be
saved over an iframe.
We have already set the cookie with these settings:
SameSite = None
Secure = true
Is there a way that I could send a event from the iframe to myapps so that myapps will set the cookie for me?
Something like a window.parent.postMessage?
Greetings,
Sascha