We are generating ServiceNow tickets via Service Desk integration for delimited file application access reviews (certifications). However, ticket creation failed due to connectivity issue between SailPoint & ServiceNow.
How we can re-trigger ticket creation for such failures.
++ Interested as well. Every time I update the integration with another source the authentication (password) has to be fixed(reentered) as well. Otherwise there many FAILED events in provisioning
Thanks for the response. Is there a way ISC can automatically re-trigger ticket creation for failures in provisioning? We are using OOTB Service Desk Integrations not the workflows.
Our problem is ServiceNow ticket creation for revoke access operation triggered via certifications has failed. Now, how to re-trigger the ticket creation for the same request? Is there an API available for this? can ServiceDesk Integration automatically do this?
For SDIM integration, after provisioningMaxStatusCheckDays, IDN/ISC will ignore checking status and recreate another ticket.
And in my experience if ticket creation is failed, IDN/ISC retry the creation on Identity resfresh i don’t know this is applicable on certification revocation.
But for me if ISC/IDN not retry after several the fastest way to resolve the problem is to submit revocation access by api as you say. You can download your certification “Remediation status report” for see what revocation for Service Desk are not completed and then submit revocation by adding certification and certifier as reference in comment.
ISC is not re-triggering the ticket creation on Identity Refresh, it’s been 7 days now.
I have discovered the option to submit the revoke_access request via API but it doesn’t have requester details like we can’t add specific requester (i.e. original certification reviewer) details in the request body.
With that you can arbitrary add key : value, this key value are not used but it will present always in you request for audit or more context and it is not visible in the ui.
@mcheek he want to submit multiple revovation by using access requests endpoint.
As administrator of ISC he’s an administrator, by " You can’t submit a request for another person" i will mean with his administrator token he can’t submit request by specifing a requester for each certifier.
in the documentation i do not see a requester paamet when submit an access request endpoint.
Do you once test that ?