- Getting started
- Best practices
- Tenant
- About the Tenant Context
- Searching for Resources in a Tenant
- Managing Robots
- Connecting Robots to Orchestrator
- Setup Samples
- Storing Robot Credentials in CyberArk
- Setting up Attended Robots
- Setting up Unattended Robots
- Storing Unattended Robot Passwords in Azure Key Vault (read-only)
- Storing Unattended Robot Credentials in HashiCorp Vault (read-only)
- Deleting Disconnected and Unresponsive Unattended Sessions
- Robot Authentication
- Robot Authentication With Client Credentials
- SmartCard Authentication
- Audit
- Resource Catalog Service
- Folders Context
- Automations
- Processes
- Jobs
- Triggers
- Logs
- Monitoring
- Queues
- Assets
- Storage Buckets
- Test Suite - Orchestrator
- Other Configurations
- Integrations
- Classic Robots
- Host administration
- Organization administration
- About organizations
- Managing organization administrators
- Managing External Applications
- Overriding System Email Settings
- Audit Logs
- Troubleshooting
Managing External Applications
This page contains instructions for tenant administrators who want to view, add, or edit external applications that can access UiPath resources for their tenant using OAuth.
Registered external applications can access your UiPath resources for the current tenant over API, using the OAuth 2.0 flow.
This page contains instructions for tenant administrators who want to view, add, or edit external applications that can access UiPath resources for their tenant using OAuth.
To register an external application so that it can access your UiPath resources using OAuth:
Scopes are the permissions of the external application in relation to a UiPath resource.
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.
To generate a new app secret:
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 accesses the allowed UiPath resources.
Instructions for the developers maintaining the integration with the external application are available in Accessing UiPath Resources Using External Applications.
For developers 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 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 on this page.