Having difficulty with xsuaa authentication. Using a node js app that accesses an odata service via an app router. The authentication issue occurs between the node JS app and the app router.
The response from the request to the odata service from the node js app:
<html><head><link rel="shortcut icon" href="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /><script>document.cookie="fragmentAfterLogin="+encodeURIComponent(location.hash)+";path=/";document.cookie="locationAfterLogin="+encodeURIComponent(location.href.split(\'#\')[0].split(location.host)[1])+";path=/";document.cookie="signature=*placeholder signature*;path=/";location="https://cai01.authentication.eu10.hana.ondemand.com/oauth/authorize?response_type=code&client_id=*placeholder client id*&redirect_uri="placeholder url""</script></head></html>