Skip to main content
14-Alexandrite
August 16, 2023
Solved

Webframe authentication fails on SAP MII.

  • August 16, 2023
  • 1 reply
  • 1313 views

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.

 

 

 

Best answer by Vimal_Rawat

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.

1 reply

Community Manager
August 24, 2023

Hi @Vimal_Rawat.

 

Take a look at this article to see if it helps.

 

Regards.

 

--Sharon

Vimal_Rawat14-AlexandriteAuthorAnswer
14-Alexandrite
August 25, 2023

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.