Azure Active Directory Integration with ServiceNow in Kingston.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2018 12:21 AM
Hi all,
Can you please guide me to perform Azure AD integration with ServiceNow in Kingston so that I could get user data from Azure AD to ServiceNow?
Also, I have gone through the document Tutorial: Azure Active Directory integration with ServiceNow and have few questions regarding integration:
1. Do we need to create transform map or it is created automatically? If yes, where we could see that?
2. After performing the steps in above mentioned document, will my users from AD get loaded in ServiceNow or I need to do something else to achieve it?
3. If there is any change in user data, will it be reflected in ServiceNow? How frequently it can be done?
4. How synchronization or listener works in this integration?
5. What should I do first - User Provisioning or SSO?
6. How linking between user table and reference tables i.e Department, Company, Location done after integration?
Thanks in advance 🙂
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2019 03:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2020 01:10 AM
Alex,
There is workaround to achieve the department limitation.
- Create a custom field U_AAD_Department
- Map u_AAD_depratment field to department field present in AAD
- Write a BR to validate the value present in u_AAD_depratment exists in cmn_department table or not
- If exists set u_AAD_depratment to department
- else create the new record for same in cmn_department table and then set value to department
Regards,
AP