Create an Application for OAuth Implicit Flow

This topic describes how to create a mobile application for OAuth implicit flow in Oracle Identity Cloud Service.

Note: You must create a confidential resource application for Oracle Fusion Service in Oracle Identity Cloud Service before following the instructions in this topic. For more information, refer to the Create an Oracle Fusion Service Resource Application topic

For detailed instructions on creating mobile applications in Oracle Identity Cloud Service, refer to the Adding a Mobile Application link in the Related Topics.

To create a mobile application for OAuth implicit flow in Oracle Identity Cloud Service:

  1. Sign in to your Oracle Identity Cloud Service administration console.

  2. Expand the Navigation Drawer, and then click Applications.

  3. Click Add.

    The Add Application page appears.

  4. Click Mobile Application.

  5. In the App Details pane of the Add Mobile Application window, specify a name for the application in the Name field.

  6. Click Next to proceed.

    A message confirms that the application has been added in a deactivated state.

  7. In the Authorization and Accessing APIs from Other Application sections of the Add Mobile Application page, configure the these fields as follows:

    • Authorization Code. Select this check box.

    • Implicit. Select this check box.

    • Allow non-HTTPS URLs. Select this check box, and specify the redirect URL.

      Note: If the Oracle JET reference implementation is used, this application already has a callback resource that can be used. For example, the redirect URL would be similar to the following: http://OracleJETApplicationHost:port/?root=callback . If the Oracle JET application is not deployed or developed yet, then this field can be left empty temporarily. Once the application is up and running this setting should be updated before using the Oracle JET application for accessing Oracle Fusion Service resources.
  8. In the Allowed Scopes section, click Add.

  9. Select the Oracle Fusion Service instance.

  10. Click Next.

  11. Click Finish.