Webframe authentication fails on SAP MII.
Aug 16, 2023
06:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 16, 2023
06:47 AM
Webframe authentication fails on SAP MII.
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.
Labels:
- Labels:
-
Design
-
Extensions
-
Mashup-Widget
-
Security
ACCEPTED SOLUTION
Accepted Solutions
Aug 25, 2023
12:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 25, 2023
12:23 AM
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.
2 REPLIES 2
Aug 24, 2023
10:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 24, 2023
10:59 AM
Aug 25, 2023
12:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 25, 2023
12:23 AM
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.
