SAP / cloud-sdk-js

Use the SAP Cloud SDK for JavaScript / TypeScript to reduce development effort when building applications on SAP Business Technology Platform that communicate with SAP solutions and services such as SAP S/4HANA Cloud, SAP SuccessFactors, and many others.
Apache License 2.0
161 stars 51 forks source link

chore: fix xsuaa service cache and subdomain #4788

Closed marikaner closed 2 weeks ago

marikaner commented 2 weeks ago

Fix the xsuaa service cache key to be applicable to all services. serviceInstanceId does not exist in the destination service credentials. Also, our E2E tests detected, that the way we consume the token fetching functions from xssec is incorrect. tenant is the subdomain not the tenant ID as we assumed.