Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hi
We are trying to access some web page developed in SAP MII. We are tyring to open the page inside Thingworx webframe.
The SAP MII webpage shows the login page everytime but after submitting credentials i get 404 error from j_security.
however the authentication works if i use it outside of frame.
Solved! Go to Solution.
It seems like there is cookie based authentication in our SAP MII server. after changing the MYSAPSSO02 cookie parameter samesite="none", we were able to authenticate on the server.
It seems like there is cookie based authentication in our SAP MII server. after changing the MYSAPSSO02 cookie parameter samesite="none", we were able to authenticate on the server.