iRobo.Activity.Validate Credentials

Validate Active Directory user credentials.                                                                        


     Note: 

         Active Directory Scope Activity is designed to hold all Active Directory Activities.          

   

                                                                                               

Properties

Input

  • Password - Enter user password as String value within "". (Mandatory)
  • username - Enter username as String value within "". (Mandatory)


Misc

  • DisplayName -  Activity header name.


Output

  • Valid Credentials -  returns a Boolean Variable (True/False), indicating if the username and password are valid or not.


Steps of Using Validate Credentials Activity   

  1. Open iRobo Studio, and then open a new Workflow.
  2. Drag Activity Directory Scope to the Sequence.
  3. Enter Active Directory Distinguished Name in Distinguished Name in Input as String within "".
  4. Enter Active Directory Domain Name in Domain Name in Input as String within "".
  5. Drag Validate Credentials Activity into Activity Directory Scope Activity.
  6. Enter username and Password values in Input as String within "".
  7. Create a Boolean Variable and add it to Valid Credentials in Output.
  8. Drag Message Box Activity to the Sequence.
  9. Add Valid Credentials Variable to Message Box Activity Input in Properties Panel.
  10. Click the Save button from iRobo Studio Menu to save Workflow.
  11. Click the Play button to start the automated process, a message box appears with Valid Credentials value returning True or False, if the user credentials are valid or not.


Created with the Personal Edition of HelpNDoc: Easily create CHM Help documents