Flow designer , change password in Azure AD from Servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2024 06:49 AM
Hello folks
please i'm trying to develop a flow designer to enable enable automatic password change in Azure as soon as the end user changes his password in Servicenow.
But i'm stack in the action step as you see below:
thanks for help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2024 11:46 PM - edited 09-14-2024 11:48 PM
Why you wanted this requirement? Is this business req or are you trying your own ?Can't we ask azure spoc to give changed password instead of this. ?
Ok let me give suggestions
Trigger condition : when user password changes
Action step : create a custom action and call it from here ( inputs : password field from above Trigger step)
In custom action : set inputs for password
In REST step : update connection & credentials details
Basic URL : azure AD url
Update http method as PUT
Give resource path /{inputs.password} -> drag from inputs step directly
Configure outputs..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2024 06:01 AM
Hello Mani
thank you for replying, appreciate it
could you please give me more details on how to set the flow, i'm beginner and i need support or doc links if possible please
thanks a lot
Nabil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2024 06:40 AM
check this : https://www.youtube.com/watch?v=0binVTdjdWw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2024 01:30 AM
@Nabil EL FILALI your stuck on what values to put into the old and new password inputs for that change password action?