Orchestrator
2023.10
false
Banner background image
Orchestrator User Guide
Last updated Apr 19, 2024

Managing external applications

Applications that are external to the UiPath® platform can be granted access to UiPath resources without having to share user credentials. Using the OAuth framework, you can delegate authorization to external applications. Once registered, these applications can make API calls to UiPath applications or resources scoped to the APIs you designate.

Adding an External Application

To register an external application so that it can use OAuth to access your UiPath resources:

  1. Log into the tenant as an Administrator to access the tenant-level Management portal.
  2. Select External Applications.
  3. Click Add Application in the top right.
  4. Fill in the Application Name field.
  5. Select an option for Application Type.

    If you select Confidential application, you receive an app secret at the end, so make sure your application can store it securely. If it can't, select Non-confidential application.

  6. Under Resources, click Add Scopes.

    The Edit Resource panel opens on the right, where you can select the resources to which the application should have access.

  7. From the Resource drop-down list, select the UiPath API that the application can use.
    Note: You can only add scope for one resource at a time. If you want to allow access to multiple resources, repeat this process to add scope for each resource.
  8. On the User Scope(s) tab, select the check boxes for the logical API permissions that you want to grant, as needed.

    Granting permissions under user scope means that the external application can access those resources within a user context and a user with the appropriate permissions must be logged in.

  9. If this is a confidential application, you can switch to the Application Scope(s) tab to also grant application-level permissions for the selected resource, as needed.

    With permissions under application scope, the external application has access to application-wide data for the selected scopes without the need for user interaction.

    Non-confidential applications cannot access application scope.

  10. Click Save.

    The panel closes and the selected resource and scopes are added to the Resources table in the form.

  11. If the external application has been registered with user scopes, you must add a Redirect URL where the external application should receive the authorization response.

    If only application scopes are selected, providing a Redirect URL is optional.

  12. Click Add to create the registration.

    A confirmation message opens. For confidential applications, the confirmation message includes the app secret that the registered external application can use to request authorization. Make sure you save it in a secure location because you cannot see it again.

Changing the Scope for an Existing Application

Scopes are the permissions of the external application in relation to a UiPath resource.

  1. Log in to the tenant as an Administrator.
  2. Go to Tenant > Manage access > Assign roles and click Manage Accounts & Groups.

    The tenant-level Management portal opens.

  3. Along the left, select External Applications.

    The External Applications page opens, listing all the existing external applications registered for the current tenant:

  4. Click Edit at the right of the application row.
  5. Change the scope to which the application has access:
    1. Use the icons at the right of a resource row to edit existing scope or to delete the resource.
    2. Click Add Scopes to add an additional resource and then select scopes for it.
  6. Click Save.

Generating a New App Secret

If you don't know the application secret that was generated for a confidential external application, you cannot recover it. But you can generate a new one.

Note: If you generate a new app secret, make sure to share it with the developer who is maintaining the integration with the external application. They must update the authentication mechanism, otherwise the existing integration no longer works.

To generate a new app secret:

  1. Log in to the tenant as an Administrator.
  2. Go to Tenant > Manage access > Assign roles and click Manage Accounts & Groups.

    The tenant-level Management portal opens.

  3. Along the left, select External Applications.

    The External Applications page opens, listing all the existing external applications registered for the current tenant:

  4. Click Edit icon at the right of the application row.
  5. Under App Secret, click Generate New.

    A new app secret is generated and displayed above the button. It remains visible until you click Cancel to close the page.

  6. Copy the app secret and make sure you store it in a safe place.

Providing Details to Developers

After you register an external application, a developer must also set up the external application so that it properly authenticates, requests authorization from UiPath Identity Server, and then access the allowed UiPath resources.

Instructions for the developers maintaining the integration with the external application are available in Accessing UiPath Resources Using External Applications.

But to be able to perform those tasks, you must share the following information with them:

  • the Application Type and Application ID, both of which are visible on the Admin > External Applications page
  • the scopes added for each scope type. For some resources, the same name is used under both user and application scopes, so the type is also important.
  • if this is a confidential application, the application secret generated when you registered the external application.

    Note: If you don't have the secret anymore, generate a new one as described above.

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.