Flow designer , change password in Azure AD from Servicenow

Nabil EL FILALI
Tera Expert

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:

 

NabilELFILALI_0-1726321715272.png

 

thanks for help

6 REPLIES 6

Mani A
Tera Guru

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..

 

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

Custom Actions in Flow Designer in ServiceNow are a way to extend the capabilities of a flow by allowing developers to create custom logic using JavaScript. Custom Actions can be created by developers to perform specific tasks or actions within a flow that are not available through the ...

Community Alums
Not applicable

@Nabil EL FILALI your stuck on what values to put into the old and new password inputs for that change password action?