How do I secure an integrated third-party application?
Let's say you integrate a registered third-party application in your Oracle Fusion Cloud Applications. You can secure this third-party application using JSON Web Token (JWT).
-
In Sandboxes, create a sandbox or enter an existing one. Make sure the sandbox has the Structure tool.
-
From the sandbox Tools menu, select Structure.
-
Select the page entry that links to the third-party application you want to secure.
-
From the Link Type list, select Static URL.
-
Select the Secure Destination checkbox.
-
Select the name of your application.
-
Enter the destination for the application. An HTTPS protocol is required to access the application.
-
In the Secure Token Name field, enter the name of the parameter (for example, jwt) that supports using the secure token.
-
Save the changes and publish the sandbox.