2025 Feb 28 1:57 PM - edited 2025 Feb 28 3:23 PM
In our mobile application (developed in React Native) there is a SSO flow mobile to web view which is correctly working today. At the end of the flow, the web view has all the session cookies received from SAP (like the glt_API_KEY...).
Due to a future integration, the app should open a second web view for the same web site as above, but the session cookies are not shared. To have better performance and UX, we are trying to share directly all the session cookies to this new instance of the web view in order to avoid a second SSO and lead the user to a specific page of the web site"s private area.
Actually, they"re trying by passing all the cookies under the SAP's CNAME domain by specifying the name, the value and the domain.
Is it the correct way? Does anyone have any suggestions?
Thank you really much!
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.