We are experiencing issues with the ServiceNow ticket creation process (we are using the SDIM) following certification campaigns in ISC. Specifically, for Role Composition Certification, tickets are not being created in ServiceNow, although ticket creation works for User to Role Certification for revoke access.
These are the following fields to be populated in the ServiceNow ticket:
a. Requested For - The identity whose account is being revoked (applicable for User to Role Certification only).
b. Requested By - Service Account
c. Description - Campaign details (such as the access being revoked, account source, account name, and any certifier comments from the campaign; formatted in a human-readable manner).
d. Category - Access Control
e. System - If AD, then AD Account. Else, Application
We have tried inputting the sys_id in the âRequested Forâ field in ISC configuration page, but still not working.
We are not sure why there is no ticket being created when we do a Role Composition Certification?
Additionally, would like to ask:
How can we identify which work items were triggered by a certification campaign?
How can we confirm that these work items in ISC are closed once the corresponding ServiceNow ticket is resolved?
How can the âcampaign detailsâ such as Certification Name, Certification Description, the certifier comments be included in the ticket Description? Cause currently, we are unable to include certification related variables in the SNOW ticket.
Role Composition often deals with roles rather than individual identities so there might be $!plan.arguments.requested-for might be null in this context try to add logging or debug output to check if $!plan.arguments.requested_for is populated during role composition campaign.
I donât think ServiceNow ticket will be generated for a Role Composition Campaign. Work Item will be created and assigned to the Role Owner. Can you please check if Work Item is created and assigned to the Role Owner ?
Hi @jinmartin,
I donât think you can do an integration with Service Desk as this is more of internally to IdentityNow and the action needs to be taken within IdentityNow. You can try using a workflow
Hi Jinky,
For the Workflow to create the ticket, can you just try to create a simple ticket without Custom fields ? Once you are able to create the ticket in ServiceNow then you can go for Custom Fields.
**Update
SDIM does not work with Role Composition Certification as this relay on Identity Source, wherein the Role Composition does not have an Idenity, as an Alternative, im using a Workflow to trigger the SNOW ticket creation.
Hi @jinmartin,
As mentioned earlier you cannot have a ServiceNow ticket generated during Role Composition certification. The only way is to trigger using Workflow.