How To Invoke More Than One Service Connection In A Chain-Style From A Visual Builder Application?
(Doc ID 2766628.1)
Last updated on MAY 02, 2024
Applies to:
Visual Builder Studio - Version 19.4.3 and laterInformation in this document applies to any platform.
Goal
A Visual Builder application has three different Service Connections based on REST APIs each defined on a different server, even though they al refer to the same service provider.
The three service connections are meant for the following:
1. request a JWT token to authenticate on the service provider's platform;
2. by using the JWT token, request a bearer token to be used to invoke a REST API;
3. by using the bearer token, the REST API to be invoked to consume the service.
Is there a way to put everything into a single Service Connection that handles all the process?
Alternatively, how to code the application or what artifact to use in order to achieve all the above in a single step?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |