- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2025 05:20 AM - edited 01-07-2025 05:58 AM
Hi Team,
I am creating user in AD server, but how are we creating password for that user in AD server?
can we map ServiceNow Password field and AD server password field is that possible? without any extra charges?
Currently we are trying to Integrate this using flow designer with available spoke but password part is confusing.
I am referring to this link for the user creation :- How to use the Create User Action for the AD Spoke - Support and Troubleshooting
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2025 06:25 AM - edited 01-07-2025 06:32 AM
Hi @Prathamesh Chav ,
The custom action will help you to set password,Check this out if you are using the Microsoft AD spoke.
https://www.servicenow.com/community/now-platform-forum/how-to-set-the-password-on-create-a-user-act...
https://noderegister.service-now.com/kb?id=kb_article_view&sysparm_article=KB0852576.
Hope this clarifies.
If my answer helped in any way, please mark it as ✅Correct & 👍Helpful
Regards,
Mahathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2025 06:34 AM
whenever you are creating user in AD server you might be having some random password which you are using for setting in AD server, use same password encrypt it and set it in sys_user record
what script did you try so far or flow you tried so far and where are you stuck?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2025 05:36 AM
Hi @Prathamesh Chav ,
You can use a custom flow action to set password. Attaching a ref link
https://www.servicenow.com/community/itsm-forum/how-to-set-1-way-encrypted-password-on-flow-designer...
https://www.youtube.com/watch?v=0binVTdjdWw
If my answer helped in any way, please mark it as ✅Correct & 👍Helpful
Regards,
Mahathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2025 05:55 AM
So I am creating user in AD server using flow designer and with the output of script mentioned in the link same password will get created for the same user in AD server too?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2025 06:25 AM - edited 01-07-2025 06:32 AM
Hi @Prathamesh Chav ,
The custom action will help you to set password,Check this out if you are using the Microsoft AD spoke.
https://www.servicenow.com/community/now-platform-forum/how-to-set-the-password-on-create-a-user-act...
https://noderegister.service-now.com/kb?id=kb_article_view&sysparm_article=KB0852576.
Hope this clarifies.
If my answer helped in any way, please mark it as ✅Correct & 👍Helpful
Regards,
Mahathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2025 06:34 AM
whenever you are creating user in AD server you might be having some random password which you are using for setting in AD server, use same password encrypt it and set it in sys_user record
what script did you try so far or flow you tried so far and where are you stuck?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader