Hello all,
I created a workflow using Microsoft authentication node with my private credentials.
Is it possible to use something else to give an opportunity for all users to run the workflow?
Best,
Ram
Hello all,
I created a workflow using Microsoft authentication node with my private credentials.
Is it possible to use something else to give an opportunity for all users to run the workflow?
Best,
Ram
Hi @IMR2KA -
For authentication options other than interactive, you can put a Credentials Configuration node upstream inside a component to prompt a user for their username and password. Then you can pass the created flow variable into the Microsoft Authentication node. Maybe something like this:
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.