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).

  1. In Sandboxes, create a sandbox or enter an existing one. Make sure the sandbox has the Structure tool.

  2. From the sandbox Tools menu, select Structure.

  3. Select the page entry that links to the third-party application you want to secure.

  4. From the Link Type list, select Static URL.

  5. Select the Secure Destination checkbox.

  6. Select the name of your application.

  7. Enter the destination for the application. An HTTPS protocol is required to access the application.

  8. In the Secure Token Name field, enter the name of the parameter (for example, jwt) that supports using the secure token.

  9. Save the changes and publish the sandbox.