Open KarthikeyanLoganathan opened 1 week ago
Hi @KarthikeyanLoganathan ,
You can take a look at our documentation of service bindings here. The SDK supports transformation of service bindings of certain types, for others you can write a custom transformation function. The jwt
and useCache
options make multi-tenancy and caching possible
Refer to SAP internal CAP issues/issues/17158
I managed to resolve service binding destination, handling xsuaa uaasubdomain of the consumer tenant, and client credentials flow for the consumer tenant
the jwt token also has expiry information for sure.
I naturally expected destination service to obtain token, cache the token till expiry etc. (which currently I have coded for token fetch)
Can this work out of the box from cloud sdk or destination service?
Can we have such tenant specific service binding destinations coded for dynamic fetch of jwt, automatic caching?