You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have multitenant apps running both java and nodejs, both cloudsdk java and js are used.
we need to use the destination with tokenServiceURLType = Common, then there is no need to configure the destination in consumer account, here is the destination configure details for tokenServiceURLType = Common,Destination with OAuth Client Credentials Authentication
the cloudsdk-js has support this feature, but sdk-java does not support yet. at current, I made a AspectJ in cloud-sdk to pass the X-tenant to destination service when need.
Hi Eric,
Thanks for your message! We'll add this as feature request to our backlog. Please let me know in case you want us to meet a certain deadline on this feature. But considering you already have a functional workaround, that won't be necessary, right? Anyway you will be notified of our progress as part of this issue thread.
Kind regards
Alexander
Hi,
we have multitenant apps running both java and nodejs, both cloudsdk java and js are used.
we need to use the destination with tokenServiceURLType = Common, then there is no need to configure the destination in consumer account, here is the destination configure details for tokenServiceURLType = Common,Destination with OAuth Client Credentials Authentication
the cloudsdk-js has support this feature, but sdk-java does not support yet. at current, I made a AspectJ in cloud-sdk to pass the X-tenant to destination service when need.
here is the cloudsdk-js feature of supporting x-tenant details Fix missing x user token header
Regards,
Eric
The text was updated successfully, but these errors were encountered: