How to automate addition of users to SSO groups using flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 12:40 AM
How can we automate addition of users to multiple SSO groups based on the options they select on the Catalog form using Flow designer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 12:47 AM
Hi @divyal09
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 12:54 AM
The user needs to be added to AD groups. How can we use orchestration from flow designer side?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 01:17 AM - edited 03-05-2024 01:18 AM
Hi @divyal09
You have two options to add users to an AD group :
1. Make use of Active Directory Spoke Action "Add User to Groups". Refer below links :
2. Create a PowerShell Mid Server Script file. Inside the PowerShell script, make use of Active Directory module cmdlets to add user to group(s). Call the Mid Server Script from a custom action with a PowerShell step.
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.