Skip to main content

Active Directory Connection Dialog

Description

This Activity displays the configuration dialog to authenticate the Active Directory connection Activity.

Configuration dialog:

note

Use this Activity to provide connection details to Connect to Active Directory Activity.

Properties

Misc

  • DisplayName – The display name of the Activity.
  • Private – By default, Activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
    note

    Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

Output

  • LDAP Path – Specify the LDAP Path to connect to the Active Directory server.

  • Authenticate – Specify the boolean value as to whether authentication is required while connecting to Active Directory.

  • Authentication Type – Specify the type of authentication to use while connecting to Active Directory.

  • Username – Specify the Username to use while connecting to Active Directory.

  • Password – Specify the Password to use while connecting to Active Directory.

  • Dialog Result – Specifies the dialog result of type MessageBoxResult.

Example

Download Example

Active Directory Connection Dialog