Skip to content

Commit 140bbc3

Browse files
committed
Improve RCA
1 parent 7d9dd6c commit 140bbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/connectivity/src/scp-cf/destination/destination-from-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ Possible alternatives for such technical user authentication are BasicAuthentica
432432
// If origin is provider
433433
// -> Auth token can be cached in destination cache as subscriber jwt is not used.
434434
// -> UNLESS for `OAuth2ClientCredentials`, if `x-tenant` is used with `tokenServiceURLType` set to `Common` (see `getExchangeTenant()`),
435-
// then again tenant id is sent to destination service and jwt will be exchanged based on the templated token service url.
435+
// then the subdomain of the tenant is sent to destination service and jwt will be exchanged based on the templated token service url.
436436
// If origin is subscriber
437437
// -> Auth token can be cached in destination cache as destination is tenant-isolated.
438438
destination = await this.fetchDestinationWithNonUserExchangeFlows(

0 commit comments

Comments
 (0)