Activities
latest
false
Banner background image
IT Automation Activities
Last updated Mar 8, 2024

Azure AD Delegated Scope

UiPath.AzureAD.Activities.AzureADDelegatedScope

Description

Provides a delegated permission scope for other Azure Active Directory activities. Activities executed using a delegated scope are always executed on behalf of an authenticated user.

Project Compatibility

Windows - Legacy | Windows | Cross-platform

Configuration

Common
  • DisplayName - The display name of the activity.
Input
  • ClientId - Establishes the client (application) ID. This field supports only strings and String variables.
  • TenantId - Establishes the directory (tenant) ID. This field supports only strings and String variables.
User Credentials
  • Password - Specifies the password for the provided username. This field supports only SecureString variables.
  • Username - Specifies the username for the Azure Active Directory tenant you want to connect to.
Misc
  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level.

Permissions

Azure Active Directory can be accessed through Microsoft Graph which has two types of permissions, Delegated permissions and Azure AD Application Scope Application permissions.

  • Delegated permissions are used by apps that are requiring the user to be signed in and to consent to all permissions needed in order to initiate a call to Microsoft Graph. Higher-privileged permissions require administrator consent.

Note:

Activities using Azure AD Delegated Scope are always executed on behalf of an authenticated user, while activities using Azure AD Application Scope are executed on behalf of an application.

The least privileged permissions are the ones intersecting the delegated permissions granted by the app and the ones passed by the user to the delegated scope. Here are more information about this subject.

  • Description
  • Project Compatibility
  • Configuration
  • Permissions

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.