How to automate from servicenow to Azure AD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2022 06:39 AM
Hello Experts,
I have requirements automate servicenow with AD but without any Plugin.
Eg.
1.We have catalog item once its approved need to be add users in Azure AD assignment Group.
2.Same like need to create user accounts in AD.
Please confirm through workflow /Flow it is possible.
Please provide me best way to achieve it without any Plugin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2022 10:58 AM
You can leverage Azure's REST API and configure a REST message in ServiceNow
https://learn.microsoft.com/en-us/graph/azuread-identity-access-management-concept-overview
https://www.youtube.com/watch?v=9KvNrFdaPlI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2022 11:07 PM
Hello Mike_R
Thank you for your Quick reply,
But we want to automate without any Plugin, please support for the process.
Aside @Rasheed ,@saurav11 ,Please help me on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2022 04:35 PM
Configuring a REST message/REST flow does not require any additional plugins....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2022 11:00 PM
Hi Mike_R
Thank you for Your update. Can you please provide me Any Examples scenario or Documents to do this?
My Recquirment is.
1.We have cat item created a workflow to ( Only one approval )
2.Once approval done the Requested for need to be add in Azure AD group. ( As of now we are doing manually ).
Now i want to automate if approved user needs to be add that particular group by automatically.
Please help me on this.