Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

FlexDeploy now supports use of OAuth authentication for Oracle Integration Cloud. You can follow the below steps for configuring OAuth for OIC.

Currently FlexDeploy only supports OAuth for Resource Owner grants. Others may be supported in the future.

  • Create a Confidential Application in Oracle Identity Console

Copy your Oracle Identity Url to notepad for later use

  • Give it a meaningful name such as ‘FlexDeploy OAuth App

  • On the client configuration select Configure this application as a client now

  • Be sure to select the grant type of Resource Owner and add scopes for the your OIC Instances where you want to use this application.

Copy the scope that ends in /ic/api to notepad

  • You can accept the default values throughout the rest of the configuration.

Copy the client id and secret that show up after completing the application (you can access this from the configuration tab as well)

  • Activate your application

  • Finally you can add all of this information to the cloud account in FlexDeploy and you will be all set for using OAuth authentication for OIC!

  • No labels