Closed ErwanAirone closed 2 months ago
For only reading destination properties, without performing auth flows, please follow this documentation:
Collection<DestinationProperties> allDestinationProperties = service.getAllDestinationProperties();
DestinationProperties individualProperties = service.getDestinationProperties("my-destination");
Alternative proposed. Thank you.
Issue Description
With the deprecation of DestinationServiceTokenExchangeStrategy.LOOKUP_ONLY, fetching a destination always retrieves the authencation token, this leads to destination not found error when the destination needs to be fetched with invalid credentials.
Important information:
Impact / Priority
Affected development phase: Production Customers are now seeing destination not found when the token can not be fetched successfuly by the cloud sdk.
Impact: Inconvenience
Project Details