We have a requirement, where the user wants the BOT to ask for a windows password when the process is invoked. This password needs to be authenticated successfully to start the process or else stop the process.
The windows authenticated is integrated with Microsoft AD.
We can try using “Input Dialog” activity and then validating the resultant string with correct key, then using “IF” or “Flow Decision” to proceed the further execution.