ServiceNow needs to maintain a mapping between users listed in the Azure Active Directory and the users in the ServiceNow sys_user table. This kind of mapping facilitates multiple workflows between ServiceNow and Azure that includes managing permissions of ServiceNow resources indexed in the Microsoft Graph and the creating the Microsoft Teams chats/calls by users in the ServiceNow interface.
This application consists of the data model which syncs the users data by storing the mapping and workflow details.
This is an internal application installed as dependency of a few Microsoft integration apps that require the mapping.
Contains workflows and mappings for ServiceNow user to Azure Active Directory user.
New
- The "deny-unless" authentication ACL that only authenticated users can access tables related to collaboration services. This significantly enhances the security of the data and prevents unauthorized access.
Fixed
- Users with credential_admin role can access Microsoft Azure Credentials table
Requires dependency on Plugin Ids:
com.glide.channelproxy and com.snc.msteams.app.core